aoc2020/graph.mli

5 lines
89 B
OCaml
Raw Permalink Normal View History

2020-12-07 13:45:57 -05:00
include module type of Graph_sig
module Make(L: OrderedType):
S with type label = L.t