Graphmodule S : sig ... endmodule E : sig ... endexception Error of errorval empty : 'a graphval acyclic : 'a graph -> unitWell formation of a graph
val topological : 'a graph -> 'a listval print :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a graph ->
unit