Module type Layout.Data

module type Data = sig .. end

type t 
val equal : t -> t -> bool
val compare : t -> t -> int
val pretty : t Pretty_utils.formatter