Skip to content

Commit 7c71bb4

Browse files
committed
Fixes #168
1 parent ade8e70 commit 7c71bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsToolkit.ErrorHandling/List.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module List =
8282

8383
let sequenceResultA xs = traverseResultA id xs
8484

85-
let rec traverseValidationA' state f xs =
85+
let rec private traverseValidationA' state f xs =
8686
match xs with
8787
| [] ->
8888
state

0 commit comments

Comments
 (0)