Skip to content

Commit

Permalink
Compatibility with v1
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Oct 23, 2020
1 parent 998b04c commit eef8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpPlus/Control/Traversable.fs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type Traverse =
[<Obsolete;CompiledName("Traverse")>]
static member TraverseLegacy (t:'t seq ,f:'t->'u option , [<Optional>]_output:option<seq<'u>>, [<Optional>]_impl:Default2): seq<'u> option =
let mapped = Seq.map f t
Sequence.ForInfiniteSequences (mapped, IsLeftZero.Invoke, Array.toSeq)
Sequence.ForInfiniteSequences (mapped, IsLeftZero.Invoke, List.toSeq)

type Sequence with

Expand Down

0 comments on commit eef8f53

Please sign in to comment.