Skip to main content
Module Make_Convert.From_Arity
type (!'a, !'r) ar1 = C.To.t -> 'a -> 'rtype (!'a, !'b, !'r) ar2 = C.To.t -> 'a -> 'b -> 'rtype (!'a, !'b, !'c, !'r) ar3 = C.To.t -> 'a -> 'b -> 'c -> 'rtype (!'a, !'r) variadic = C.To.t -> 'a list -> 'r