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 11ac2d5 commit 8a81e76Copy full SHA for 8a81e76
examples/PatternMatching/PatternMatching.roc
@@ -76,7 +76,7 @@ expect
76
&& (match [Foo, Count 0] != FooCountIf)
77
&& (match [Baz, Count 1] != FooCountIf)
78
79
-# Use `as` to create a variable equal to the part of the list that matches `..`
+# Use `as` to create a variable equal to the part of the list that matches `..`
80
expect
81
match = \input ->
82
when input is
0 commit comments