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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
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
Alex D
GHC
Commits
9b08e179
Commit
9b08e179
authored
Jul 21, 2010
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update error output
parent
c6d49db3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail7.stderr
.../ghc-regress/indexed-types/should_fail/SimpleFail7.stderr
+1
-0
testsuite/tests/ghc-regress/th/TH_reifyDecl1.stderr
testsuite/tests/ghc-regress/th/TH_reifyDecl1.stderr
+9
-7
No files found.
testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail7.stderr
View file @
9b08e179
SimpleFail7.hs:8:1:
Associated type `S5' must be inside a class instance
In the data type instance declaration for `S5'
testsuite/tests/ghc-regress/th/TH_reifyDecl1.stderr
View file @
9b08e179
...
...
@@ -6,15 +6,17 @@ TH_reifyDecl1.hs:33:10:
data TH_reifyDecl1.R a_0 = TH_reifyDecl1.C a_0 | TH_reifyDecl1.D
TH_reifyDecl1.hs:33:10:
data TH_reifyDecl1.List a_0 = TH_reifyDecl1.Nil
| TH_reifyDecl1.Cons a_0 (TH_reifyDecl1.List a_0)
data TH_reifyDecl1.List a_0
= TH_reifyDecl1.Nil
| TH_reifyDecl1.Cons a_0 (TH_reifyDecl1.List a_0)
TH_reifyDecl1.hs:33:10:
data TH_reifyDecl1.Tree a_0 = TH_reifyDecl1.Leaf
| (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0)
data TH_reifyDecl1.Tree a_0
= TH_reifyDecl1.Leaf
| (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0)
TH_reifyDecl1.hs:33:10:
type TH_reifyDecl1.IntList =
GHC.Types.[] GHC.Types.Int
type TH_reifyDecl1.IntList =
[GHC.Types.Int]
TH_reifyDecl1.hs:33:10:
newtype TH_reifyDecl1.Length = TH_reifyDecl1.Length GHC.Types.Int
...
...
@@ -23,6 +25,6 @@ TH_reifyDecl1.hs:33:10:
Constructor from TH_reifyDecl1.Tree: TH_reifyDecl1.Leaf :: forall a_0 . TH_reifyDecl1.Tree a_0
TH_reifyDecl1.hs:33:10:
Class op from TH_reifyDecl1.C: TH_reifyDecl1.m :: forall a_0 . TH_reifyDecl1.C a_0 =>
a_0 ->
GHC.Types.Int
Class op from TH_reifyDecl1.C: TH_reifyDecl1.m :: forall a_0 . TH_reifyDecl1.C a_0 =>
a_0 ->
GHC.Types.Int
infixl 3 TH_reifyDecl1.m
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