package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Ordering_Functions : sig ... end
val (<|=) : O.t -> O.t -> bool
val (>|=) : O.t -> O.t -> bool
val reflexivity : O.t -> bool
val antisymmetry : O.t -> O.t -> bool
val transitivity : O.t -> O.t -> O.t -> bool