package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = int * int
val min : t -> t -> t
val max : t -> t -> t
val lt : t -> t -> bool
val le : t -> t -> bool
val neg : t -> t