diff options
author | simonpj@microsoft.com <unknown> | 2010-08-31 11:35:40 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-08-31 11:35:40 +0000 |
commit | bd8a952b1ec55c1c8fe6db968f8f0cc08596a550 (patch) | |
tree | d483243d5f53ebb4fba92c7d4c896c2bfeec7fc0 | |
parent | 369d62baac8b930320ec1b604fb6625b14d0402d (diff) | |
download | haskell-bd8a952b1ec55c1c8fe6db968f8f0cc08596a550.tar.gz |
Wibbles
-rw-r--r-- | compiler/typecheck/TcMType.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcMType.lhs b/compiler/typecheck/TcMType.lhs index c7385e2912..243fc853d5 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, |