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
jberryman
GHC
Commits
5ee05a2b
Commit
5ee05a2b
authored
Feb 14, 2003
by
panne
Browse files
[project @ 2003-02-14 19:21:57 by panne]
Not sure if this fix is correct, but at least this module compiles again...
parent
5538aeeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/typecheck/TcRnDriver.lhs
View file @
5ee05a2b
...
...
@@ -652,7 +652,7 @@ tc_rn_src_decls ds
} ;
-- If there's a splice, we must carry on
Just (SpliceDecl splice_expr splice_loc, rest_ds) ->
Just (SpliceDecl splice_expr splice_loc, rest_ds) ->
do {
#ifndef GHCI
failWithTc (text "Can't do a top-level splice; need a bootstrapped compiler")
#else
...
...
@@ -673,7 +673,7 @@ tc_rn_src_decls ds
return (tc_envs, src_fvs1 `plusFV` src_fvs2)
}
#endif /* GHCI */
}}
}}
}
\end{code}
...
...
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