Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ara Adkins
Glasgow Haskell Compiler
Commits
19c6049a
Commit
19c6049a
authored
Sep 04, 2015
by
Jan Stolarek
Browse files
Fix T6018th test failure
parent
85915e9b
Changes
2
Show whitespace changes
Inline
Side-by-side
testsuite/tests/th/T6018th.hs
View file @
19c6049a
...
...
@@ -84,7 +84,6 @@ $( do { decl@([ClosedTypeFamilyD _ _ _ (Just inj) _]) <-
Bak Int = Char
Bak Char = Int
Bak a = a
|]
;
runIO
$
putStrLn
(
pprint
inj
)
;
return
decl
}
)
...
...
testsuite/tests/th/T6018th.stderr
View file @
19c6049a
| r_0 -> a_1
T6018th.hs:9
8
:4:
T6018th.hs:9
7
:4:
Type family equations violate injectivity annotation:
H Int Int Int = Bool
H Int Char Bool = Bool
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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