module type Entries = sig .. end
sig
end
type key
type data
val name : string
string
val compare : key -> key -> int
key -> key -> int
val pretty : Stdlib.Format.formatter -> key -> unit
Stdlib.Format.formatter -> key -> unit