From bd8a952b1ec55c1c8fe6db968f8f0cc08596a550 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 31 Aug 2010 11:35:40 +0000 Subject: [PATCH] Wibbles --- compiler/typecheck/TcMType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcMType.lhs b/compiler/typecheck/TcMType.lhs index c7385e2..243fc85 100644 --- a/compiler/typecheck/TcMType.lhs +++ b/compiler/typecheck/TcMType.lhs @@ -33,7 +33,7 @@ module TcMType ( -------------------------------- -- Instantiation tcInstTyVar, tcInstType, tcInstTyVars, tcInstBoxyTyVar, - tcInstSigType, + tcInstType, tcInstSigType, tcInstSkolTyVars, tcInstSkolType, tcSkolSigType, tcSkolSigTyVars, occurCheckErr, execTcTyVarBinds, -- 1.7.10.4