Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
4ceb5dec
Commit
4ceb5dec
authored
Apr 24, 2014
by
Gabor Greif
💬
Browse files
Some typos in comments
parent
79e46aea
Changes
4
Hide whitespace changes
Inline
Side-by-side
compiler/simplCore/SimplUtils.lhs
View file @
4ceb5dec
...
...
@@ -1208,7 +1208,7 @@ tryEtaExpandRhs env bndr rhs
, let new_arity1 = findRhsArity dflags bndr rhs old_arity
new_arity2 = idCallArity bndr
new_arity = max new_arity1 new_arity2
, new_arity > old_arity -- And the curent manifest arity isn't enough
, new_arity > old_arity -- And the cur
r
ent manifest arity isn't enough
= do { tick (EtaExpansion bndr)
; return (new_arity, etaExpand new_arity rhs) }
| otherwise
...
...
compiler/typecheck/TcDefaults.lhs
View file @
4ceb5dec
...
...
@@ -39,7 +39,7 @@ tcDefaults :: [LDefaultDecl Name]
tcDefaults []
= getDeclaredDefaultTys -- No default declaration, so get the
-- default types from the envt;
-- i.e. use the curent ones
-- i.e. use the cur
r
ent ones
-- (the caller will put them back there)
-- It's important not to return defaultDefaultTys here (which
-- we used to do) because in a TH program, tcDefaults [] is called
...
...
testsuite/tests/perf/should_run/T149_A.hs
View file @
4ceb5dec
...
...
@@ -2,7 +2,7 @@ module Main (main) where
-- See Trac #149
-- Curently (with GHC 7.0) the CSE works, just,
-- Cur
r
ently (with GHC 7.0) the CSE works, just,
-- but it's delicate.
...
...
testsuite/tests/perf/should_run/T149_B.hs
View file @
4ceb5dec
...
...
@@ -2,7 +2,7 @@ module Main (main) where
-- See Trac #149
-- Curently (with GHC 7.0) the CSE works, just,
-- Cur
r
ently (with GHC 7.0) the CSE works, just,
-- but it's delicate.
...
...
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