aoc2020/graph.mli

5 lines
89 B
OCaml

include module type of Graph_sig
module Make(L: OrderedType):
S with type label = L.t