package General

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

Parameters

module M : sig ... end

Signature

val min : M.t -> M.t -> M.t
val max : M.t -> M.t -> M.t
val min_max : M.t -> M.t -> M.t * M.t