Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
A term for the types of functions. Analogues to (->)
in Haskell.
FuncType typ
s express types of functions of typ
.
The data type comes along with the HasFuncType
class
for code to be able to work for any type AST supporting the types of functions.
Instances
data family KWitness k :: (Knot -> Type) -> Type Source #
KWitness k n
is a witness that n
is a node of k