Skip to content

Commit 33c3956

Browse files
ChronarakLPTK
andauthored
Update hkmc2/shared/src/test/mlscript/ucs/syntax/PlainConditionals.mls
Co-authored-by: Lionel Parreaux <lionel.parreaux@gmail.com>
1 parent 1b1395e commit 33c3956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkmc2/shared/src/test/mlscript/ucs/syntax/PlainConditionals.mls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fun foo(x) = x is
5454
fun foo(x) = x is Pair(a, b) | Int
5555

5656
:todo
57-
fun foo(x) = x is (Pair(a, b) and a > b) | Int
57+
fun foo(x) = x is (Pair(a, b) where a > b) | Int
5858
//│ ╔══[ERROR] Unrecognized term split (identifier).
5959
//│ ║ l.57: fun foo(x) = x is (Pair(a, b) and a > b) | Int
6060
//│ ╙── ^

0 commit comments

Comments
 (0)