Module Higher_kinded.Make6
Parameters
Signature
type (_, _) higher_kinded
type ('a, 'v, 'w, 'x, 'y, 'z) t
type witness6
type 'z witness5
= ('z, witness6) higher_kinded
type ('y, 'z) witness4
= ('y, 'z witness5) higher_kinded
type ('x, 'y, 'z) witness3
= ('x, ('y, 'z) witness4) higher_kinded
type ('a, 'x, 'y, 'z) witness2
= ('a, ('x, 'y, 'z) witness3) higher_kinded
type ('a, 'w, 'x, 'y, 'z) witness1
= ('a, ('w, 'x, 'y, 'z) witness2) higher_kinded
type ('a, 'v, 'w, 'x, 'y, 'z) witness
= ('a, ('v, 'w, 'x, 'y, 'z) witness1) higher_kinded
val inject : ('a, 'v, 'w, 'x, 'y, 'z) t -> ('a, 'v, 'w, 'x, 'y, 'z) witness
val project : ('a, 'v, 'w, 'x, 'y, 'z) witness -> ('a, 'v, 'w, 'x, 'y, 'z) t