From afbd78a3ca2747c667f3fd04fda8c2fc4b11cc77 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 31 Mar 2005 09:14:32 +0000 Subject: [PATCH] [project @ 2005-03-31 09:14:32 by simonmar] remove extra commas in export list --- ghc/compiler/basicTypes/Literal.lhs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4