[project @ 2005-03-31 09:14:32 by simonmar]
authorsimonmar <unknown>
Thu, 31 Mar 2005 09:14:32 +0000 (09:14 +0000)
committersimonmar <unknown>
Thu, 31 Mar 2005 09:14:32 +0000 (09:14 +0000)
remove extra commas in export list

ghc/compiler/basicTypes/Literal.lhs

index 5a3608b..9aab6ee 100644 (file)
@@ -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