Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c70d6ada
Commit
c70d6ada
authored
Jan 28, 2013
by
Simon Peyton Jones
Browse files
Debug output wibbles
parent
254c8878
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/indexed-types/should_compile/T3017.stderr
View file @
c70d6ada
...
...
@@ -15,7 +15,7 @@ TYPE CONSTRUCTORS
= L :: forall a. [a] -> ListColl a Stricts: _
FamilyInstance: none
COERCION AXIOMS
axiom Foo.TFCo:R:ElemListColl ::
forall a.
Elem (ListColl a)
~#
a
axiom Foo.TFCo:R:ElemListColl :: Elem (ListColl a)
=
a
INSTANCES
instance Coll (ListColl a) -- Defined at T3017.hs:12:11
FAMILY INSTANCES
...
...
testsuite/tests/typecheck/should_compile/tc231.stderr
View file @
c70d6ada
...
...
@@ -24,6 +24,6 @@ TYPE CONSTRUCTORS
huh :: forall chain. Q s a chain -> ST s ()
COERCION AXIOMS
axiom ShouldCompile.NTCo:Zork ::
forall s a b.
Zork s a b
~# (
forall chain. Q s a chain -> ST s ()
)
Zork s a b
=
forall chain. Q s a chain -> ST s ()
Dependent modules: []
Dependent packages: [base, ghc-prim, integer-gmp]
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