| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
AST.Term.App
Synopsis
Documentation
A term for function applications.
App exprs express function applications of exprs.
Apart from the data type, an Infer instance is also provided.
Instances
data family KWitness k :: (Knot -> Type) -> Type Source #
KWitness k n is a witness that n is a node of k