summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-08-31 11:35:40 +0000
committersimonpj@microsoft.com <unknown>2010-08-31 11:35:40 +0000
commitbd8a952b1ec55c1c8fe6db968f8f0cc08596a550 (patch)
treed483243d5f53ebb4fba92c7d4c896c2bfeec7fc0
parent369d62baac8b930320ec1b604fb6625b14d0402d (diff)
downloadhaskell-bd8a952b1ec55c1c8fe6db968f8f0cc08596a550.tar.gz
Wibbles
-rw-r--r--compiler/typecheck/TcMType.lhs2
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,