From: simonpj@microsoft.com Date: Tue, 31 Aug 2010 11:35:40 +0000 (+0000) Subject: Wibbles X-Git-Tag: 2010-11-18~379 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bd8a952b1ec55c1c8fe6db968f8f0cc08596a550 Wibbles --- 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,