package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module M : sig ... end

Signature

val between : ('a, 'b) M.t -> low:('a, 'b) M.t -> high:('a, 'b) M.t -> compare_a:('a -> 'a -> Foundations.Compare.t) -> compare_b:('b -> 'b -> Foundations.Compare.t) -> bool
val between_or_equal : ('a, 'b) M.t -> low:('a, 'b) M.t -> high:('a, 'b) M.t -> compare_a:('a -> 'a -> Foundations.Compare.t) -> compare_b:('b -> 'b -> Foundations.Compare.t) -> bool