comparable_intf.ml
dune._caml
dune._dune_lang
dune._ocaml_config
dune._result
dune._stdune
dune._wp
dune.configurator
wp_dune
wp_jbuilder
1 2 3 4 5 6 7 module type S = sig module Key : Map.Key module Map : Map_intf.S with type key = Key.t module Set : Set_intf.S with type elt = Key.t and type 'a map = 'a Map.t end
1 2 3 4 5 6 7
module type S = sig module Key : Map.Key module Map : Map_intf.S with type key = Key.t module Set : Set_intf.S with type elt = Key.t and type 'a map = 'a Map.t end