[project @ 2005-04-04 16:15:04 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcMatches.lhs
index afbf379..5aeb1dd 100644 (file)
@@ -5,10 +5,10 @@
 
 \begin{code}
 module TcMatches ( tcMatchesFun, tcGRHSsPat, tcMatchesCase, tcMatchLambda,
-                  matchCtxt,
-                  tcDoStmts, tcStmts, tcMDoStmt, tcGuardStmt, tcThingWithSig,
-                  tcMatchPats,
-                  TcMatchCtxt(..)
+                  tcMatchPats, matchCtxt, TcMatchCtxt(..), 
+                  tcStmts, tcDoStmts, 
+                  tcDoStmt, tcMDoStmt, tcGuardStmt, 
+                  tcThingWithSig
        ) where
 
 #include "HsVersions.h"