jon.recoil.org

Module Locality.Const

type t =
  1. | Global
  2. | Local
include Mode_intf.Const with type t := Mode.Locality.Const.t
include Mode_intf.Lattice with type t := Mode.Locality.Const.t

equal a b is equivalent to le a b && le b a, but defined separately for performance reasons