Module type Wp.Model.Key

module type Key = sig .. end

type t 
val compare : t -> t -> int
val pretty : Stdlib.Format.formatter -> t -> unit