[project @ 2001-09-24 11:27:31 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / ParseUtil.lhs
index 5b3def9..6b10b9e 100644 (file)
@@ -20,7 +20,7 @@ module ParseUtil (
        , checkSimple           -- HsType -> [HsName] -> P ((HsName,[HsName]))
        , checkPattern          -- HsExp -> P HsPat
        , checkPatterns         -- SrcLoc -> [HsExp] -> P [HsPat]
-       , checkDo               -- [HsStmt] -> P [HsStmt]
+       , checkDo               -- [Stmt] -> P [Stmt]
        , checkValDef           -- (SrcLoc, HsExp, HsRhs, [HsDecl]) -> P HsDecl
        , checkValSig           -- (SrcLoc, HsExp, HsRhs, [HsDecl]) -> P HsDecl
  ) where