package tezos-protocol-environment-sigs

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

Parameters

module P : COMPARABLE

Signature

val (=) : P.t -> P.t -> bool
val (<>) : P.t -> P.t -> bool
val (<) : P.t -> P.t -> bool
val (<=) : P.t -> P.t -> bool
val (>=) : P.t -> P.t -> bool
val (>) : P.t -> P.t -> bool
val compare : P.t -> P.t -> int
val equal : P.t -> P.t -> bool
val max : P.t -> P.t -> P.t
val min : P.t -> P.t -> P.t