Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
a1a400ed
Commit
a1a400ed
authored
Aug 28, 2014
by
Simon Peyton Jones
Browse files
Testsuite wibbles
parent
39ccdf91
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/simplCore/should_compile/T8848.stderr
View file @
a1a400ed
...
...
@@ -17,14 +17,14 @@ Rule fired: Class op $p1Applicative
Rule fired: Class op fmap
Rule fired: Class op <*>
Rule fired:
SPEC/main:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
'T8848.Z)
SPEC/main
@main
:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
'T8848.Z)
Rule fired: Class op $p1Applicative
Rule fired: Class op fmap
Rule fired: Class op <*>
Rule fired:
SPEC/main:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
'T8848.Z)
SPEC/main
@main
:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
'T8848.Z)
Rule fired: Class op $p1Applicative
Rule fired: Class op fmap
Rule fired: Class op <*>
...
...
testsuite/tests/typecheck/should_fail/T5095.stderr
View file @
a1a400ed
...
...
@@ -3,7 +3,6 @@ T5095.hs:9:11:
Overlapping instances for Eq a arising from a use of ‘==’
Matching instances:
instance [overlappable] Show a => Eq a -- Defined at T5095.hs:5:31
instance Eq a => Eq (GHC.Real.Ratio a) -- Defined in ‘GHC.Real’
instance Eq () -- Defined in ‘GHC.Classes’
instance (Eq a, Eq b) => Eq (a, b) -- Defined in ‘GHC.Classes’
instance (Eq a, Eq b, Eq c) => Eq (a, b, c)
...
...
Write
Preview
Markdown
is supported
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