Module Jkind_axis.Externality

The jkind axis of Externality

type t =
  1. | External
  2. | External64
  3. | Internal
include Axis_ops with type t := t
include Mode_intf.Lattice with type t := t
val min : t
val max : t
val le : t -> t -> bool
val join : t -> t -> t
val meet : t -> t -> t
val print : Format.formatter -> t -> unit
val less_or_equal : t -> t -> Ocaml_utils.Misc_stdlib.Le_result.t
val equal : t -> t -> bool
val upper_bound_if_is_always_gc_ignorable : unit -> t