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
jberryman
GHC
Commits
8a82d183
Commit
8a82d183
authored
Oct 30, 2002
by
simonpj
Browse files
[project @ 2002-10-30 11:23:28 by simonpj]
Remove CrossStage from Convert
parent
452deb26
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/hsSyn/Convert.lhs
View file @
8a82d183
...
...
@@ -178,7 +178,6 @@ cvtOverLit (Int i) = mkHsIntegral (fromInt i)
cvtLit :: Lit -> HsLit
cvtLit (Char c) = HsChar (ord c)
cvtLit (CrossStage s) = error "What do we do about crossStage constants?"
cvtp :: Meta.Pat -> Hs.Pat RdrName
cvtp (Plit l)
...
...
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