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
2d4d9897
Commit
2d4d9897
authored
Jun 15, 2008
by
Ian Lynagh
Browse files
Remove a typo
parent
a886e122
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/specialise/SpecConstr.lhs
View file @
2d4d9897
...
@@ -796,7 +796,7 @@ scExpr' env (Case scrut b ty alts)
...
@@ -796,7 +796,7 @@ scExpr' env (Case scrut b ty alts)
; let (usg', arg_occs) = lookupOccs usg bs'
; let (usg', arg_occs) = lookupOccs usg bs'
scrut_occ = case con of
scrut_occ = case con of
DataAlt dc -> ScrutOcc (unitUFM dc arg_occs)
DataAlt dc -> ScrutOcc (unitUFM dc arg_occs)
_
ofther
-> ScrutOcc emptyUFM
_
-> ScrutOcc emptyUFM
; return (usg', scrut_occ, (con,bs',rhs')) }
; return (usg', scrut_occ, (con,bs',rhs')) }
scExpr' env (Let (NonRec bndr rhs) body)
scExpr' env (Let (NonRec bndr rhs) body)
...
...
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