From: simonpj Date: Thu, 23 Oct 2003 11:24:43 +0000 (+0000) Subject: [project @ 2003-10-23 11:24:43 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~334 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cf1c0678a6d8ed2fa19f8a517a5adced606273e4;p=ghc-hetmet.git [project @ 2003-10-23 11:24:43 by simonpj] Another HsForAllTy wibble --- diff --git a/ghc/compiler/hsSyn/Convert.lhs b/ghc/compiler/hsSyn/Convert.lhs index 685bb9b..89cd398 100644 --- a/ghc/compiler/hsSyn/Convert.lhs +++ b/ghc/compiler/hsSyn/Convert.lhs @@ -21,7 +21,7 @@ import HsSyn as Hs Pat(..), HsConDetails(..), HsOverLit, BangType(..), placeHolderType, HsType(..), HsExplicitForAll(..), HsTyVarBndr(..), HsContext, - mkSimpleMatch, mkHsForAllTy + mkSimpleMatch, mkImplicitHsForAllTy, mkExplicitHsForAllTy ) import RdrName ( RdrName, mkRdrUnqual, mkRdrQual, mkOrig )