jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
178 stars 32 forks source link

`error` custom operator from `ChoiceBuilder` is not visible even in F# 3.1 projects #19

Closed vasily-kirichenko closed 9 years ago

vasily-kirichenko commented 9 years ago

image

It seems FX_ATLEAST_FSHARP_3_0 is not actually defined here https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Control.fs#L790-L795

jack-pappas commented 9 years ago

@vasily-kirichenko Thanks for pointing this out. Leaving this out was an oversight, since ExtCore has been targeting F# 3.0 (FSharp.Core 4.3.0.0) for a while now. I've removed the #if/#else so the operator will be available in the next release.