Module type Wp.Model.Entries

module type Entries = sig .. end

type key 
type data 
val name : string
val compare : key -> key -> int
val pretty : Format.formatter -> key -> unit