Skip to content

Commit 6b268c0

Browse files
Remove leading whitespace
1 parent dec513c commit 6b268c0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
f Nothing x = x
32
f (Just y) x = y + x
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
f Nothing = \x -> x
32
f (Just y) x = y + x

message-index/messages/GHC-91938/example1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The program was fixed by moving the lambda's argument to the left of the `=`.
99
## Error Message
1010

1111
```
12-
Main.hs:2:1: error: [GHC-91938]
12+
Main.hs:1:1: error: [GHC-91938]
1313
Equations for ‘f’ have different numbers of arguments
1414
Prog.hs:2:1-19
1515
Prog.hs:3:1-20

0 commit comments

Comments
 (0)