We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65461c commit 67dfa26Copy full SHA for 67dfa26
src/Core__List.res
@@ -870,14 +870,14 @@ let partitionU = (l, p) =>
870
nextX,
871
switch nextY {
872
| list{_, ...tail} => tail
873
- | list{} => assert false
+ | list{} => assert(false)
874
},
875
)
876
} else {
877
(
878
switch nextX {
879
880
881
882
nextY,
883
0 commit comments