Skip to content

Commit dea910c

Browse files
committed
Fix
1 parent 87d272c commit dea910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpPlus/Data/NonEmptySeq.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type NonEmptySeq<'t> =
4545

4646
static member (<|>) (x: 'T NonEmptySeq , y) = NonEmptySeq<'T>.append x y
4747

48-
static member inline Choice (x: ref<NonEmptySeq<'``Alternative<'T>``>>, _mthd: Choice) =
48+
static member inline Choice (x: ref<NonEmptySeq<'``Alternative<'T>``>>, _mthd: FSharpPlus.Control.Choice) =
4949
use e = x.Value.GetEnumerator ()
5050
e.MoveNext() |> ignore
5151
let mutable res = e.Current

0 commit comments

Comments
 (0)