accept type expressions in clone substitutions
syntax: clone type t 'a 'b = my_t ('b, 'a) implicitly introduces a type alias for the RHS type and accepts unknown type alises in a substitution, provided every type in the ts_def is known.
Please register or sign in to comment