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
Copy file name to clipboardExpand all lines: src/FSharpPlus/Control/Traversable.fs
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -32,52 +32,52 @@ type Traverse =
32
32
inherit Default1
33
33
static member inlineInvokeOnInstance f (t:^a)=(^a:(static memberTraverse:_*_-> 'R) t, f)
34
34
35
-
static member inlineTraverse(t:'``Traversable<'T>``,f:'T ->'``Functor<'U>``,[<Optional>]_output:'``Functor<'Traversable<'U>>``,[<Optional>]_impl:Default4)=
35
+
static member inlineTraverse(t:'``Traversable<'T>``,f:'T ->'``Functor<'U>``,[<Optional>]_output:'``Functor<'Traversable<'U>>``,[<Optional>]_impl:Default5)=
letcons_f x ys = Map.Invoke (Seq.cons: 'a -> seq<_>-> seq<_>)(f x)<*> ys
103
-
Map.Invoke NonEmptySeq<_>.unsafeOfSeq (Seq.foldBack cons_f t (result Seq.empty))
104
-
105
-
static member inlineTraverse(t:NonEmptySeq<'T>,f:'T ->'``Functor<'U>``)=
98
+
static member inlineTraverse(t:NonEmptySeq<'T>,f:'T ->'``Functor<'U>``,[<Optional>]_output:'``Functor<NonEmptySeq<'U>>``,[<Optional>]_impl:Default2):'``Functor<NonEmptySeq<'U>>`` =
0 commit comments