Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
e01367ff
Commit
e01367ff
authored
Jan 23, 2014
by
Gabor Greif
💬
Browse files
Some typos in comments
parent
8d34ae39
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
u
ase we use typeKind on nlhs/nrhs
-- Should be zonked, beca
u
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
u
ased infinite loop in the compiler
# Ca
u
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
u
ase we are lub’ing "m" and "<S,U>m" in the case expression.
-- Beca
u
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
Supports
Markdown
0%
Try again
or
attach a new 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