| ||||
| ||||
| Documentation | ||||
| type FullM = State Int | ||||
| fullTree :: [Top] -> [Top] | ||||
| fullTreeM :: [Top] -> FullM [Top] | ||||
| fullSS :: [Stmt] -> FullM [Stmt] | ||||
| fullS :: Stmt -> FullM [Stmt] | ||||
| chorpLambda :: [Var] -> Exp -> FullM ([Stmt], Exp) | ||||
| collectAppEs :: Exp -> [Effect] | ||||
| makeSuspension :: Stmt -> Stmt | ||||
| liftableS :: [Var] -> Stmt -> Bool | ||||
| Produced by Haddock version 0.7 |