Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2c68b1af
Commit
2c68b1af
authored
Sep 29, 2004
by
simonpj
Browse files
[project @ 2004-09-29 13:46:17 by simonpj]
Remove unused defnition
parent
315c25ab
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/deSugar/DsExpr.lhs
View file @
2c68b1af
...
@@ -582,7 +582,6 @@ dsDo :: HsStmtContext Name
...
@@ -582,7 +582,6 @@ dsDo :: HsStmtContext Name
dsDo do_or_lc stmts ids result_ty
dsDo do_or_lc stmts ids result_ty
= dsReboundNames ids `thenDs` \ (meth_binds, ds_meths) ->
= dsReboundNames ids `thenDs` \ (meth_binds, ds_meths) ->
let
let
return_id = lookupReboundName ds_meths returnMName
fail_id = lookupReboundName ds_meths failMName
fail_id = lookupReboundName ds_meths failMName
bind_id = lookupReboundName ds_meths bindMName
bind_id = lookupReboundName ds_meths bindMName
then_id = lookupReboundName ds_meths thenMName
then_id = lookupReboundName ds_meths thenMName
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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