Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
13c7a6e6
Commit
13c7a6e6
authored
Jun 21, 2007
by
simonpj@microsoft.com
Browse files
FIX BUILD: add missing prime!
parent
c46a09eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcHsSyn.lhs
View file @
13c7a6e6
...
...
@@ -642,7 +642,7 @@ zonkStmt env (BindStmt pat expr bind_op fail_op)
zonkRecFields :: ZonkEnv -> HsRecordBinds TcId -> TcM (HsRecordBinds TcId)
zonkRecFields env (HsRecFields flds dd)
= do { flds' <- mappM zonk_rbind flds
; return (HsRecFields flds dd) }
; return (HsRecFields flds
'
dd) }
where
zonk_rbind fld
= do { new_expr <- zonkLExpr env (hsRecFieldArg fld)
...
...
Write
Preview
Supports
Markdown
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