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,324
Issues
4,324
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
377
Merge Requests
377
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
733b6eea
Commit
733b6eea
authored
Aug 04, 2013
by
eir@cis.upenn.edu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wibbles to output from refactoring datacon code
parent
40cd71a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
testsuite/tests/gadt/gadt11.stderr
testsuite/tests/gadt/gadt11.stderr
+1
-1
testsuite/tests/typecheck/should_fail/T7175.stderr
testsuite/tests/typecheck/should_fail/T7175.stderr
+1
-1
testsuite/tests/typecheck/should_fail/tcfail155.stderr
testsuite/tests/typecheck/should_fail/tcfail155.stderr
+1
-1
testsuite/tests/typecheck/should_fail/tcfail176.stderr
testsuite/tests/typecheck/should_fail/tcfail176.stderr
+1
-1
No files found.
testsuite/tests/gadt/gadt11.stderr
View file @
733b6eea
gadt11.hs:12:3:
gadt11.hs:12:3:
Data constructor ‛L2’ returns type ‛T1 Bool’
Data constructor ‛L2’ returns type ‛T1 Bool’
instead of an instance of its parent type ‛T2
a
’
instead of an instance of its parent type ‛T2’
In the definition of data constructor ‛L2’
In the definition of data constructor ‛L2’
In the data declaration for ‛T2’
In the data declaration for ‛T2’
testsuite/tests/typecheck/should_fail/T7175.stderr
View file @
733b6eea
T7175.hs:8:4:
T7175.hs:8:4:
Data constructor ‛G1C’ returns type ‛F Int’
Data constructor ‛G1C’ returns type ‛F Int’
instead of an instance of its parent type ‛G1
a
’
instead of an instance of its parent type ‛G1’
In the definition of data constructor ‛G1C’
In the definition of data constructor ‛G1C’
In the data declaration for ‛G1’
In the data declaration for ‛G1’
testsuite/tests/typecheck/should_fail/tcfail155.stderr
View file @
733b6eea
tcfail155.hs:8:6:
tcfail155.hs:8:6:
Data constructor ‛P’ returns type ‛L2’
Data constructor ‛P’ returns type ‛L2’
instead of an instance of its parent type ‛T
a
’
instead of an instance of its parent type ‛T’
In the definition of data constructor ‛P’
In the definition of data constructor ‛P’
In the data declaration for ‛T’
In the data declaration for ‛T’
testsuite/tests/typecheck/should_fail/tcfail176.stderr
View file @
733b6eea
tcfail176.hs:7:21:
tcfail176.hs:7:21:
Data constructor ‛Bug’ returns type ‛Maybe a’
Data constructor ‛Bug’ returns type ‛Maybe a’
instead of an instance of its parent type ‛Bug
a
’
instead of an instance of its parent type ‛Bug’
In the definition of data constructor ‛Bug’
In the definition of data constructor ‛Bug’
In the newtype declaration for ‛Bug’
In the newtype declaration for ‛Bug’
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