[project @ 2002-10-30 11:23:28 by simonpj]
authorsimonpj <unknown>
Wed, 30 Oct 2002 11:23:28 +0000 (11:23 +0000)
committersimonpj <unknown>
Wed, 30 Oct 2002 11:23:28 +0000 (11:23 +0000)
Remove CrossStage from Convert

ghc/compiler/hsSyn/Convert.lhs

index 41018f7..c8cca66 100644 (file)
@@ -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)