Items.hascasl.output revision 86e6f03c6c4a1be5faa0e78e1caa889ab7ee1c53
type ** : Type -> Type -> Type
var a < c
var {a} : c -> d
class Monad < Type -> Type
type a t := t -> t
free type Term ::= Var Variable | Lam Variable Term | App Term Term
type WNet = {(sys, i, o) : T * T * T . i = o}
var a : +Type
var - : Type
var []+ : Type
op a : ? b
op a : ? b