Module Monadic.Axis
type 'a t = (Mode.monadic, 'a) Mode.Axis.tAn axis with carrier type 'a
val compare :
'a Mode.Alloc.Monadic.Axis.t ->
'b Mode.Alloc.Monadic.Axis.t ->
intCompare two axes in implication order. If A implies B, then A is before B.
val print : Stdlib.Format.formatter -> 'a Mode.Alloc.Monadic.Axis.t -> unitval all : Mode.Alloc.Monadic.Axis.packed listList of all axes, ordered by compare.