Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
3d9644c2
Commit
3d9644c2
authored
Feb 12, 2014
by
jkarni
Committed by
Edward Z. Yang
Feb 13, 2014
Browse files
Remove space after ASSERT.
Which on OS X leaves macro unexpanded.
parent
3d80787f
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/coreSyn/CoreSubst.lhs
View file @
3d9644c2
...
...
@@ -1357,7 +1357,7 @@ pushCoercionIntoLambda
pushCoercionIntoLambda in_scope x e co
-- This implements the Push rule from the paper on coercions
-- Compare with simplCast in Simplify
| ASSERT
(not (isTyVar x) && not (isCoVar x)) True
| ASSERT(not (isTyVar x) && not (isCoVar x)) True
, Pair s1s2 t1t2 <- coercionKind co
, Just (_s1,_s2) <- splitFunTy_maybe s1s2
, Just (t1,_t2) <- splitFunTy_maybe t1t2
...
...
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