jon.recoil.org

Module Mode.Axis

('p, 'r) t represents a projection from a product of type 'p to an element of type 'r.

NB: must listed in the order of axis implication. See typemode.ml.

val print : Stdlib.Format.formatter -> ('p, 'r) Mode.Axis.t -> unit
val eq : ('p, 'r0) Mode.Axis.t -> ('p, 'r1) Mode.Axis.t -> ('r0, 'r1) Misc.eq option