We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605507b commit c55093eCopy full SHA for c55093e
src/Core__List.res
@@ -873,14 +873,14 @@ let partitionU = (l, p) =>
873
nextX,
874
switch nextY {
875
| list{_, ...tail} => tail
876
- | list{} => assert false
+ | list{} => assert(false)
877
},
878
)
879
} else {
880
(
881
switch nextX {
882
883
884
885
nextY,
886
0 commit comments