Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #
Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #