| ||||
| ||||
| Documentation | ||||
| type NoM = State Int | ||||
| selMatchTree :: Tree -> Tree | ||||
| selMatchSS :: [Stmt] -> NoM [Stmt] | ||||
| selMatchS :: Stmt -> NoM [Stmt] | ||||
| selMatchS' :: Maybe (Exp, Type) -> [Exp] -> [[Stmt]] -> NoM [Stmt] | ||||
| splitXEq :: Exp -> (Exp, Exp) | ||||
| assignLastStmt :: (Exp, Type) -> [Stmt] -> [Stmt] | ||||
| pushReturnMatchS :: Stmt -> Stmt | ||||
| Produced by Haddock version 0.7 |