We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709558e commit f024238Copy full SHA for f024238
1 file changed
src/FSharpPlus/Extensions/Extensions.fs
@@ -368,7 +368,7 @@ module Extensions =
368
369
/// Returns the first Choice2Of2 if it contains a Choice2Of2 element, otherwise a list of all elements.
370
static member Sequential (t: list<Choice<'T, 'Choice2Of2>>) =
371
- #if FABLE_COMPILER
+ #if FABLE_COMPILER || NET45
372
let mutable error = ValueNone
373
let res = Seq.toList (seq {
374
use e = (t :> seq<_>).GetEnumerator ()
0 commit comments