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
fc2b5fcd
Commit
fc2b5fcd
authored
Jul 17, 2001
by
sof
Browse files
[project @ 2001-07-17 01:07:57 by sof]
w
parent
c1ea16ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/HscMain.lhs
View file @
fc2b5fcd
...
...
@@ -516,9 +516,8 @@ hscStmt dflags hst hit pcs0 icontext stmt just_expr
then case rn_stmt of { (ExprStmt e _ _, decls) ->
typecheckExpr dflags pcs1 hst type_env
print_unqual iNTERACTIVE (e,decls) }
else case rn_stmt of { (stmt, decls) ->
typecheckStmt dflags pcs1 hst type_env
print_unqual iNTERACTIVE bound_names (stmt,decls) }
else typecheckStmt dflags pcs1 hst type_env
print_unqual iNTERACTIVE bound_names rn_stmt
; case maybe_tc_return of
Nothing -> return (pcs0, Nothing)
...
...
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