package dmap

  1. Overview
  2. Docs

Module type Dmap.DORDEREDSource

The signature of dependently-ordered types. This is the input signature of the functor Make.

Sourcetype _ t

The type of the map keys, indexed with the type of the value for such keys.

Sourceval compare : 'a t -> 'b t -> ('a, 'b) cmp