package coq-core

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

Module Util.CompareSource

Helpers to write comparison functions

Sourcetype list =
  1. | []
  2. | :: : (('a -> 'a -> int) * 'a * 'a) * list -> list
Sourceval compare : list -> int

Compare the elements in the order they are given using the provided comparison function until the first non-zero result.

OCaml

Innovation. Community. Security.