I am learning F#. I got the latest May 2009 CTP. Sometimes when compiling source code I get errors somewhat similar to this one:
error FS0039: The namespace or module 'Sys' is not defined. A construct with this name was found in FSharp.PowerPack.dll, which contains some modules and types that were implicitly referenced in some previous versions of F#. You may need to add an explicit reference to this DLL in order to compile this code.
OK. I am adding the reference and error messages are gone. But I am curious.
What happened here? Why the sudden change from implicitly referenced to an explicit reference? Is it that the PowerPack will become a separate download?
