Skip to content

Commit be3d7af

Browse files
committed
Fix RFCs.hs
1 parent cf1cbae commit be3d7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/playground/haskell/RFC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ foo = bar
1515

1616
-- RFC 3: What should "condition" match?
1717
bap :: Int -> Int
18-
bap | 1 == 1, 2 == 2 = x
18+
bap | 1 == 1, 2 == 2 = undefined
1919
-- 🎉 `1 == 1` and `2 == 2`
2020
-- 👀 `1 == 1, 2 == 2`

0 commit comments

Comments
 (0)