Skip to content

Commit

Permalink
Fixes #168
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Oct 18, 2022
1 parent d4e7288 commit ce4ee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsToolkit.ErrorHandling/List.fs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module List =

let sequenceResultA xs = traverseResultA id xs

let rec traverseValidationA' state f xs =
let rec private traverseValidationA' state f xs =
match xs with
| [] ->
state
Expand Down

0 comments on commit ce4ee1d

Please sign in to comment.