Module Higher_kinded.Make7

Parameters

Signature

type (_, _) higher_kinded
type ('a, 'u, 'v, 'w, 'x, 'y, 'z) t
type witness7
type 'z witness6 = ('zwitness7) higher_kinded
type ('y, 'z) witness5 = ('y'z witness6) higher_kinded
type ('x, 'y, 'z) witness4 = ('x('y'z) witness5) higher_kinded
type ('a, 'x, 'y, 'z) witness3 = ('a('x'y'z) witness4) higher_kinded
type ('a, 'w, 'x, 'y, 'z) witness2 = ('a('w'x'y'z) witness3) higher_kinded
type ('a, 'v, 'w, 'x, 'y, 'z) witness1 = ('a('v'w'x'y'z) witness2) higher_kinded
type ('a, 'u, 'v, 'w, 'x, 'y, 'z) witness = ('a('u'v'w'x'y'z) witness1) higher_kinded
val inject : ('a'u'v'w'x'y'z) t -> ('a'u'v'w'x'y'z) witness
val project : ('a'u'v'w'x'y'z) witness -> ('a'u'v'w'x'y'z) t