From: simonmar Date: Thu, 31 Mar 2005 09:14:32 +0000 (+0000) Subject: [project @ 2005-03-31 09:14:32 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~842 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=afbd78a3ca2747c667f3fd04fda8c2fc4b11cc77;p=ghc-hetmet.git [project @ 2005-03-31 09:14:32 by simonmar] remove extra commas in export list --- diff --git a/ghc/compiler/basicTypes/Literal.lhs b/ghc/compiler/basicTypes/Literal.lhs index 5a3608b..9aab6ee 100644 --- a/ghc/compiler/basicTypes/Literal.lhs +++ b/ghc/compiler/basicTypes/Literal.lhs @@ -7,14 +7,14 @@ module Literal ( Literal(..) -- Exported to ParseIface , mkMachInt, mkMachWord - , mkMachInt64, mkMachWord64, mkStringLit, + , mkMachInt64, mkMachWord64, mkStringLit , litSize , litIsDupable, litIsTrivial - , literalType, + , literalType , hashLiteral , inIntRange, inWordRange, tARGET_MAX_INT, inCharRange - , isZeroLit, + , isZeroLit , word2IntLit, int2WordLit , narrow8IntLit, narrow16IntLit, narrow32IntLit