We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d272c commit dea910cCopy full SHA for dea910c
src/FSharpPlus/Data/NonEmptySeq.fs
@@ -45,7 +45,7 @@ type NonEmptySeq<'t> =
45
46
static member (<|>) (x: 'T NonEmptySeq , y) = NonEmptySeq<'T>.append x y
47
48
- static member inline Choice (x: ref<NonEmptySeq<'``Alternative<'T>``>>, _mthd: Choice) =
+ static member inline Choice (x: ref<NonEmptySeq<'``Alternative<'T>``>>, _mthd: FSharpPlus.Control.Choice) =
49
use e = x.Value.GetEnumerator ()
50
e.MoveNext() |> ignore
51
let mutable res = e.Current
0 commit comments