package bastet

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