package tezos-stdlib

  1. Overview
  2. Docs

COMPARABLE is a signature for basic comparison. It is used only for instantiating full comparison modules of signature S via the functor Make.

type t
val compare : t -> t -> int