From 8f41697d994b16dd94862dbefcfb3adc679a4482 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 17 Nov 2003 14:44:47 +0000 Subject: [PATCH] [project @ 2003-11-17 14:44:47 by simonmar] GC export list. --- ghc/compiler/deSugar/DsUtils.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/deSugar/DsUtils.lhs b/ghc/compiler/deSugar/DsUtils.lhs index e7f88fe..2bc7c80 100644 --- a/ghc/compiler/deSugar/DsUtils.lhs +++ b/ghc/compiler/deSugar/DsUtils.lhs @@ -12,7 +12,7 @@ module DsUtils ( tidyLitPat, tidyNPat, - mkDsLet, mkDsLets, + mkDsLet, cantFailMatchResult, extractMatchResult, combineMatchResults, @@ -26,7 +26,7 @@ module DsUtils ( mkSelectorBinds, mkTupleExpr, mkTupleSelector, mkTupleType, mkTupleCase, mkBigCoreTup, - mkCoreTup, mkCoreSel, mkCoreTupTy, + mkCoreTup, mkCoreTupTy, dsReboundNames, lookupReboundName, -- 1.7.10.4