Skip to content

Commit 129ac54

Browse files
author
David Binder
committed
Use order feature on examples for GHC-39999
1 parent 99a2d9a commit 129ac54

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

message-index/messages/GHC-39999/no-instance/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: A usage of (==) on a data type which doesn‘t have an instance for Eq.
3+
order: 0
34
---
45

56
## Error message

message-index/messages/GHC-39999/overloaded-record-dot-selector-not-in-scope/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: A usage of `x.foo` with the field `foo` not being in scape
2+
title: A usage of `x.foo` with the field `foo` not being in scope
3+
order: 2
34
---
45

56
## Error message

message-index/messages/GHC-39999/superclass/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Missing superclass declaration
3+
order: 3
34
---
45

56
### Error message on GHC 9.6.2

message-index/messages/GHC-39999/too-polymorphic/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: A usage of `+` on a too polymorphic variable.
3+
order: 1
34
---
45

56
## Error message

0 commit comments

Comments
 (0)