module type SPEC =Specification for drawing Hasse-diagrams.sig..end
include Display_hasse_intf.DEFAULT_SPEC
type el
type +'a node
val pp_node_attr : Format.formatter ->
el node -> unitpp_node_attr ppf node prints attributes of node to the
pretty-printer ppf.