Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
625880d3
Commit
625880d3
authored
Jul 17, 2001
by
qrczak
Browse files
[project @ 2001-07-17 09:36:55 by qrczak]
Fix comment.
parent
05591cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/deSugar/DsCCall.lhs
View file @
625880d3
...
...
@@ -311,7 +311,7 @@ resultWrapper result_ty
| isUnitTy result_ty_rep
= (Nothing, \e -> Var unitDataConId)
-- Base case 3: the boolean type
()
-- Base case 3: the boolean type
| isBoolTy result_ty_rep
= (Just intPrimTy, \e -> Case e (mkWildId intPrimTy)
[(DEFAULT ,[],Var trueDataConId ),
...
...
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