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
e01367ff
Commit
e01367ff
authored
Jan 23, 2014
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some typos in comments
parent
8d34ae39
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
compiler/typecheck/TcSMonad.lhs
compiler/typecheck/TcSMonad.lhs
+1
-1
testsuite/tests/indexed-types/should_compile/all.T
testsuite/tests/indexed-types/should_compile/all.T
+1
-1
testsuite/tests/stranal/sigs/DmdAnalGADTs.hs
testsuite/tests/stranal/sigs/DmdAnalGADTs.hs
+1
-1
No files found.
compiler/typecheck/TcSMonad.lhs
View file @
e01367ff
...
...
@@ -1759,7 +1759,7 @@ rewriteEqEvidence :: CtEvidence -- Old evidence :: olhs ~ orhs (not swap
-- or orhs ~ olhs (swapped)
-> SwapFlag
-> TcType -> TcType -- New predicate nlhs ~ nrhs
-- Should be zonked, bec
ua
se we use typeKind on nlhs/nrhs
-- Should be zonked, bec
au
se we use typeKind on nlhs/nrhs
-> TcCoercion -- lhs_co, of type :: nlhs ~ olhs
-> TcCoercion -- rhs_co, of type :: nrhs ~ orhs
-> TcS (Maybe CtEvidence) -- Of type nlhs ~ nrhs
...
...
testsuite/tests/indexed-types/should_compile/all.T
View file @
e01367ff
...
...
@@ -214,7 +214,7 @@ test('T7804', normal, compile, [''])
test
('
T7837
',
normal
,
compile
,
['
-O -ddump-rule-firings
'])
test
('
T4185
',
normal
,
compile
,
[''])
# C
ua
sed infinite loop in the compiler
# C
au
sed infinite loop in the compiler
test
('
T8002
',
normal
,
run_command
,
...
...
testsuite/tests/stranal/sigs/DmdAnalGADTs.hs
View file @
e01367ff
...
...
@@ -17,7 +17,7 @@ diverges :: Int
diverges
=
diverges
-- The result should not have a CPR property
-- Bec
ua
se we are lub’ing "m" and "<S,U>m" in the case expression.
-- Bec
au
se we are lub’ing "m" and "<S,U>m" in the case expression.
f
::
D
x
->
x
f
x
=
case
x
of
A
->
hasCPR
...
...
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