Module type WpContext.Entries

module type Entries = sig .. end

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