diff options
Diffstat (limited to 'ghc/compiler/deSugar/DsUtils.lhs')
-rw-r--r-- | ghc/compiler/deSugar/DsUtils.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/deSugar/DsUtils.lhs b/ghc/compiler/deSugar/DsUtils.lhs index b42bd7dbd7..29e7773bb8 100644 --- a/ghc/compiler/deSugar/DsUtils.lhs +++ b/ghc/compiler/deSugar/DsUtils.lhs @@ -31,7 +31,7 @@ module DsUtils ( dsSyntaxTable, lookupEvidence, - selectSimpleMatchVarL, selectMatchVars + selectSimpleMatchVarL, selectMatchVars, selectMatchVar ) where #include "HsVersions.h" |