diff options
author | simonmar <unknown> | 2003-11-17 14:44:47 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-11-17 14:44:47 +0000 |
commit | 8f41697d994b16dd94862dbefcfb3adc679a4482 (patch) | |
tree | 0d20bcc2e1bec95e4e909010375feb4d2c303144 /ghc/compiler/deSugar/DsUtils.lhs | |
parent | ebbd353bbdb858bed18bce6a2231e7c0af5a527c (diff) | |
download | haskell-8f41697d994b16dd94862dbefcfb3adc679a4482.tar.gz |
[project @ 2003-11-17 14:44:47 by simonmar]
GC export list.
Diffstat (limited to 'ghc/compiler/deSugar/DsUtils.lhs')
-rw-r--r-- | ghc/compiler/deSugar/DsUtils.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/deSugar/DsUtils.lhs b/ghc/compiler/deSugar/DsUtils.lhs index e7f88fe690..2bc7c80eb4 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, |