package granary

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

Parameter Make.E

type t

The element type.

val compare : t -> t -> int

A total order on elements (keys are deduplicated by it).

val pp : Format.formatter -> t -> unit

Pretty-print an element (used by S.pp).