You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3>D:\github\FsControl\FsControl.Test\UnitTest.fs(122,40): error FS0193: A type parameter is missing a constraint 'when (FsControl.SequenceA or Microsoft.FSharp.Collections.seq< ^a> or ^d) : (static member SequenceA : Microsoft.FSharp.Collections.seq< ^a> * ^d * FsControl.SequenceA -> ^d)'
The text was updated successfully, but these errors were encountered:
Thanks @vasily-kirichenko for reporting this.
I know they fail when compiled in Debug mode.
Since they work in Release Mode I think this is related to a bug in the F# compiler.
I just didn't find the time to take a look at this, come up with minimal repro and report it in the F# compiler site as an issue.
The text was updated successfully, but these errors were encountered: