jon.recoil.org

Module Yielding.Const

type t =
  1. | Unyielding
  2. | Yielding
include Mode_intf.Const with type t := Mode.Yielding.Const.t
include Mode_intf.Lattice with type t := Mode.Yielding.Const.t

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