package base

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

Module Comparable.InfixSource

Parameters

module T : sig ... end

Signature

Sourceval (>=) : T.t -> T.t -> bool
Sourceval (<=) : T.t -> T.t -> bool
Sourceval (=) : T.t -> T.t -> bool
Sourceval (>) : T.t -> T.t -> bool
Sourceval (<) : T.t -> T.t -> bool
Sourceval (<>) : T.t -> T.t -> bool
OCaml

Innovation. Community. Security.