Partager via


PowerPack: print_endline and friends now in FSharp.PowerPack.Compatibility.dll

Adam Getchell asked where print_endline and friends went in the latest release of the F# Power Pack, likewise String.split, Hashtbl, Set.Make, Map.Make and some other functions and modules

You have to reference FSharp.PowerPack.Compatibility.dll to get all these back, just as they were.

Cheers!

Don

Comments

  • Anonymous
    May 05, 2010
    Hello! Currently, I am using F# 2.0.0.0 on Mono and coding in TextMate. So, after I download the F# Power Pack, where should I put the DLLs contained in FSharpPowerPack-1.9.9.9/bin directory to reference it? Cheers