Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
9e59ec25
Commit
9e59ec25
authored
Feb 06, 2012
by
Simon Peyton Jones
Browse files
Minor wibbles in error message ordering
parent
5c186277
Changes
7
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr
View file @
9e59ec25
SimpleFail11a.hs:
8
:15:
SimpleFail11a.hs:
6
:15:
Conflicting family instance declarations:
data instance C9 Int Int -- Defined at SimpleFail11a.hs:8:15
data instance C9 Int Int -- Defined at SimpleFail11a.hs:6:15
data instance C9 Int Int -- Defined at SimpleFail11a.hs:8:15
SimpleFail11a.hs:1
3
:15:
SimpleFail11a.hs:1
1
:15:
Conflicting family instance declarations:
type instance D9 Int Int -- Defined at SimpleFail11a.hs:13:15
type instance D9 Int Int -- Defined at SimpleFail11a.hs:11:15
type instance D9 Int Int -- Defined at SimpleFail11a.hs:13:15
testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
View file @
9e59ec25
SimpleFail11b.hs:
9
:15:
SimpleFail11b.hs:
7
:15:
Conflicting family instance declarations:
data instance C9 [a] Int -- Defined at SimpleFail11b.hs:9:15
data instance C9 [a] Int -- Defined at SimpleFail11b.hs:7:15
data instance C9 [a] Int -- Defined at SimpleFail11b.hs:9:15
SimpleFail11b.hs:1
5
:15:
SimpleFail11b.hs:1
3
:15:
Conflicting family instance declarations:
type instance D9 [a] Int -- Defined at SimpleFail11b.hs:15:15
type instance D9 [a] Int -- Defined at SimpleFail11b.hs:13:15
type instance D9 [a] Int -- Defined at SimpleFail11b.hs:15:15
testsuite/tests/indexed-types/should_fail/SimpleFail11c.stderr
View file @
9e59ec25
...
...
@@ -4,7 +4,7 @@ SimpleFail11c.hs:7:15:
data instance C9 [a] Int -- Defined at SimpleFail11c.hs:7:15
data instance C9 [Int] Int -- Defined at SimpleFail11c.hs:9:15
SimpleFail11c.hs:1
5
:15:
SimpleFail11c.hs:1
3
:15:
Conflicting family instance declarations:
type instance D9 [Int] Int -- Defined at SimpleFail11c.hs:15:15
type instance D9 [a] Int -- Defined at SimpleFail11c.hs:13:15
type instance D9 [Int] Int -- Defined at SimpleFail11c.hs:15:15
testsuite/tests/indexed-types/should_fail/SimpleFail11d.stderr
View file @
9e59ec25
SimpleFail11d.hs:
10
:15:
SimpleFail11d.hs:
8
:15:
Conflicting family instance declarations:
data instance C9 [a] [Int] -- Defined at SimpleFail11d.hs:10:15
data instance C9 [Int] [a] -- Defined at SimpleFail11d.hs:8:15
data instance C9 [a] [Int] -- Defined at SimpleFail11d.hs:10:15
testsuite/tests/indexed-types/should_fail/T2334.stderr
View file @
9e59ec25
...
...
@@ -11,7 +11,7 @@ T2334.hs:10:27:
In the definition of data constructor `H'
In the newtype instance declaration for `F'
T2334.hs:1
3
:15:
T2334.hs:1
2
:15:
Conflicting family instance declarations:
data instance F Bool -- Defined at T2334.hs:13:15
data instance F Bool -- Defined at T2334.hs:12:15
data instance F Bool -- Defined at T2334.hs:13:15
testsuite/tests/indexed-types/should_fail/T2677.stderr
View file @
9e59ec25
T2677.hs:
7
:15:
T2677.hs:
6
:15:
Conflicting family instance declarations:
type instance A Int -- Defined at T2677.hs:7:15
type instance A a -- Defined at T2677.hs:6:15
type instance A Int -- Defined at T2677.hs:7:15
testsuite/tests/indexed-types/should_fail/T4246.stderr
View file @
9e59ec25
...
...
@@ -4,7 +4,7 @@ T4246.hs:8:9:
type F a -- Defined at T4246.hs:8:9
type F Int -- Defined at T4246.hs:11:9
T4246.hs:1
5
:15:
T4246.hs:1
4
:15:
Conflicting family instance declarations:
type instance G Int -- Defined at T4246.hs:15:15
type instance G Int -- Defined at T4246.hs:14:15
type instance G Int -- Defined at T4246.hs:15:15
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment