| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.While.Syntax
Documentation
data WhileOpKind as r where Source #
type WhileOp = GeneralOp WhileOpKind Source #
evalWhileExpr :: Applicative f => (forall x. WhileVar l x -> f x) -> WhileExpr l a -> f a Source #