Wibble to type signature
authorsimonpj@microsoft.com <unknown>
Tue, 7 Feb 2006 17:12:54 +0000 (17:12 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 7 Feb 2006 17:12:54 +0000 (17:12 +0000)
ghc/compiler/typecheck/TcPat.lhs

index ce9e99b..4c56b08 100644 (file)
@@ -98,7 +98,7 @@ tcPats ctxt pats tys res_ty thing_inside
 
 -----------------
 tcPat :: PatCtxt 
-      -> LPat Name -> TcType 
+      -> LPat Name -> BoxySigmaType 
       -> BoxyRhoType           -- Result type
       -> (BoxyRhoType -> TcM a)        -- Checker for body, given its result type
       -> TcM (LPat TcId, a)