| ||||
| ||||
| Documentation | ||||
| snipDownTree :: Tree -> Tree | ||||
| type SnipM = State VarId | ||||
| newVar :: SnipM Var | ||||
| snipStartP :: Top -> SnipM Top | ||||
| snipStmts :: [Stmt] -> SnipM [Stmt] | ||||
| snipStmt :: Stmt -> SnipM (Stmt, [Stmt]) | ||||
| snipDownApp :: Bool -> Exp -> SnipM (Exp, Maybe Stmt) | ||||
| Produced by Haddock version 0.7 |