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 : Format.formatter -> key -> unit
Format.formatter -> key -> unit