From 8a82d1837c37081ce1c7fa25ee18270b68fca339 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 30 Oct 2002 11:23:28 +0000 Subject: [PATCH] [project @ 2002-10-30 11:23:28 by simonpj] Remove CrossStage from Convert --- ghc/compiler/hsSyn/Convert.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/hsSyn/Convert.lhs b/ghc/compiler/hsSyn/Convert.lhs index 41018f7..c8cca66 100644 --- a/ghc/compiler/hsSyn/Convert.lhs +++ b/ghc/compiler/hsSyn/Convert.lhs @@ -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) -- 1.7.10.4