package General

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

Parameters

module M : sig ... end

Signature

val less_than : M.t -> M.t -> bool
val less_or_equal : M.t -> M.t -> bool
val greater_than : M.t -> M.t -> bool
val greater_or_equal : M.t -> M.t -> bool