Skip to content

Commit c0e1b7b

Browse files
TauOmicronMuisomorpheme
authored andcommitted
Remove Haskell tags from error message code blocks
1 parent 1711a4f commit c0e1b7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GHC cannot derive an instance for `MyClass`, as it is not stock deriveable. Enab
66

77
## Error Message
88

9-
```haskell
9+
```
1010
NotStockDeriveable.hs:6:12: error: [GHC-00158]
1111
• Can't make a derived instance of ‘MyClass MyType’:
1212
‘MyClass’ is not a stock derivable class (Eq, Show, etc.)

message-index/messages/GHC-00158/example2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this example, the `stock` strategy is incorrectly specified when deriving the
66

77
## Error Message
88

9-
```haskell
9+
```
1010
IncorrectDerivingStrategy.hs:6:18: error: [GHC-00158]
1111
• Can't make a derived instance of
1212
‘Num IntWrapper’ with the stock strategy:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When pattern matching with a `case` expression, backslash (`\`) is not required
66

77
## Error Message
88

9-
```haskell
9+
```
1010
LambdaInCase.hs:6:5: error: [GHC-00482]
1111
Lambda-syntax in pattern.
1212
Pattern matching on functions is not possible.

message-index/messages/GHC-00482/example2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pattern matching on functions is not possible.
66

77
## Error Message
88

9-
```haskell
9+
```
1010
LambdaInPattern.hs:4:4: error: [GHC-00482]
1111
Lambda-syntax in pattern.
1212
Pattern matching on functions is not possible.

0 commit comments

Comments
 (0)