Module type Display_hasse_intf.SPEC


module type SPEC = sig .. end
Specification for drawing Hasse-diagrams.

include Display_hasse_intf.DEFAULT_SPEC
type el 
type +'a node 
val pp_node_attr : Format.formatter ->
el node -> unit
pp_node_attr ppf node prints attributes of node to the pretty-printer ppf.