Install the Powerpack: [link:fsharppowerpack.codeplex.com]

Add a reference to: FSharp.PowerPack.Compatability.dll

Add to top of code: open Microsoft.FSharp.Compatibility.OCaml

By on 5/9/2010 10:09 AM ()

Many thanks for your help.

I meantime I found the correct fsi commands for my machine:

#I @"C:\Program Files\FSharpPowerPack-1.9.9.9\bin";;

#r @"FSharp.PowerPack.Compatibility";;

I found also an other solution:

Replacing read_int with

let x = System.Console.ReadLine() |> int;;

Regards

Roland

By on 5/9/2010 10:31 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper