From cf1c0678a6d8ed2fa19f8a517a5adced606273e4 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 23 Oct 2003 11:24:43 +0000 Subject: [PATCH] [project @ 2003-10-23 11:24:43 by simonpj] Another HsForAllTy wibble --- ghc/compiler/hsSyn/Convert.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4