jon.recoil.org

Module Forkable.Const

type t =
  1. | Forkable
  2. | Unforkable
include Mode_intf.Const with type t := Mode.Forkable.Const.t
include Mode_intf.Lattice with type t := Mode.Forkable.Const.t

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