Safe Haskell | None |
---|---|
Language | Haskell2010 |
- cif :: CExpr -> CStat -> CStat
- cifElse :: CExpr -> CStat -> CStat -> CStat
- while :: CExpr -> CStat -> CStat
- for :: (CDecl, CExpr, CExpr) -> CStat -> CStat
- noDeclFor :: (CExpr, CExpr) -> CStat -> CStat
- doWhile :: CExpr -> CStat -> CStat
- cbreak :: CStat
- ccont :: CStat
- creturn :: CExpr -> CStat
- cvoidReturn :: CStat
- liftE :: CExpr -> CStat
- class BlockLike a where
- intoB :: a -> CBlockItem
- block :: [CBlockItem] -> CStat
- hBlock :: BlockLike a => [a] -> CStat