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 cf1cbae commit be3d7afCopy full SHA for be3d7af
data/playground/haskell/RFC.hs
@@ -15,6 +15,6 @@ foo = bar
15
16
-- RFC 3: What should "condition" match?
17
bap :: Int -> Int
18
-bap | 1 == 1, 2 == 2 = x
+bap | 1 == 1, 2 == 2 = undefined
19
-- 🎉 `1 == 1` and `2 == 2`
20
-- 👀 `1 == 1, 2 == 2`
0 commit comments