import public Data.Vect
Fun : Vect n Type -> Type -> Type
Build an n-ary function type from a Vect of Types and a result type
chain : Fun [r] r' -> Fun ts r -> Fun ts r'
target : Fun ts r -> Type
Returns the co-domain of a n-ary function.