Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
748c8c8d
Commit
748c8c8d
authored
Apr 29, 2005
by
simonpj
Browse files
[project @ 2005-04-29 11:24:56 by simonpj]
Fix typo causing loop in SpecConstr!
parent
2f5dc46f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/specialise/SpecConstr.lhs
View file @
748c8c8d
...
...
@@ -512,8 +512,8 @@ spec_one env fn rhs (pats, rule_number)
rule_name = mkFastString ("SC:" ++ showSDoc (ppr fn <> int rule_number))
spec_rhs = mkLams spec_lam_args spec_body
spec_id = mkUserLocal spec_occ spec_uniq (mkPiTypes spec_lam_args body_ty) fn_loc
rhs
= mkVarApps (Var spec_id) spec_call_args
rule = mkLocalRule rule_name specConstrActivation fn_name bndrs pats rhs
rule_
rhs = mkVarApps (Var spec_id) spec_call_args
rule = mkLocalRule rule_name specConstrActivation fn_name bndrs pats
rule_
rhs
in
returnUs (rule, (spec_id, spec_rhs))
...
...
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