Module Topological_sort__.Topological_sort_intf

module type Node = sig ... end
module type Topological_sort = sig ... end