Module Monadic.Axis
type 'a t = (Ocaml_typing.Mode.monadic, 'a) Ocaml_typing.Mode.Axis.tAn axis with carrier type 'a
val compare :
'a Ocaml_typing.Mode.Alloc.Monadic.Axis.t ->
'b Ocaml_typing.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 Ocaml_typing.Mode.Alloc.Monadic.Axis.t ->
unitval all : Ocaml_typing.Mode.Alloc.Monadic.Axis.packed listList of all axes, ordered by compare.