package simple-diff

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

The type of the items being compared

val compare : t -> t -> int

A way to distinguish if items are equal or unequal. It follows the OCaml convention of returning an integer between -1 to 1.