comparable_intf.ml
lsp
lsp.fiber
lsp.fiber_unix
lsp.stdune
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