Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,326
Issues
4,326
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
361
Merge Requests
361
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d25ec980
Commit
d25ec980
authored
Nov 09, 2008
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some 6.10-specific test outputs
parent
644090f6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
0 deletions
+35
-0
testsuite/tests/ghc-regress/gadt/gadt-escape1.stderr-6.10
testsuite/tests/ghc-regress/gadt/gadt-escape1.stderr-6.10
+9
-0
testsuite/tests/ghc-regress/gadt/gadt13.stderr-6.10
testsuite/tests/ghc-regress/gadt/gadt13.stderr-6.10
+6
-0
testsuite/tests/ghc-regress/gadt/gadt7.stderr-6.10
testsuite/tests/ghc-regress/gadt/gadt7.stderr-6.10
+14
-0
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail172.stderr-6.10
...s/ghc-regress/typecheck/should_fail/tcfail172.stderr-6.10
+6
-0
No files found.
testsuite/tests/ghc-regress/gadt/gadt-escape1.stderr-6.10
0 → 100644
View file @
d25ec980
gadt-escape1.hs:16:52:
GADT pattern match with non-rigid result type `t'
Solution: add a type signature
In a case alternative: Hidden (ExpInt _) a -> a
In the expression:
case (hval :: Hidden) of { Hidden (ExpInt _) a -> a }
In the definition of `weird1':
weird1 = case (hval :: Hidden) of { Hidden (ExpInt _) a -> a }
testsuite/tests/ghc-regress/gadt/gadt13.stderr-6.10
0 → 100644
View file @
d25ec980
gadt13.hs:12:5:
GADT pattern match in non-rigid context for `I'
Solution: add a type signature
In the pattern: I t
In the definition of `shw': shw (I t) = ("I " ++) . shows t
testsuite/tests/ghc-regress/gadt/gadt7.stderr-6.10
0 → 100644
View file @
d25ec980
gadt7.hs:12:31:
GADT pattern match in non-rigid context for `K'
Solution: add a type signature
In the pattern: K
In a case alternative: K -> y1
In the expression: case t1 of { K -> y1 }
gadt7.hs:15:32:
GADT pattern match in non-rigid context for `K'
Solution: add a type signature
In the pattern: K
In a case alternative: K -> y1
In the expression: case t1 of { K -> y1 }
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail172.stderr-6.10
0 → 100644
View file @
d25ec980
tcfail172.hs:19:10:
GADT pattern match in non-rigid context for `Nil'
Solution: add a type signature
In the pattern: Nil
In the definition of `is_normal': is_normal Nil = True
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