Hi, I'm trying to use the Seq.generate_using function, but, unfortunately, I don't seem to be able to find it. I thought it would be living here:
Microsoft.FSharp.Collections.Seq.generate_using
But, no. I get the below error. Help?
C:\Users\Owner\Documents\Visual Studio 2008\Projects\fsharp1\Program.fs(54,63): error FS0039: The value, constructor, namespace or type 'generate_using' 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.