Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
A term for function applications.
App expr
s express function applications of expr
s.
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