package lsp

  1. Overview
  2. Docs

doc/src/lsp.stdune/comparable_intf.ml.html

Source file comparable_intf.ml

1
2
3
4
5
6
7
8
# 1 "submodules/dune/otherlibs/stdune/comparable_intf.ml"
module type S = sig
  type key

  module Map : Map_intf.S with type key = key

  module Set : Set_intf.S with type elt = key and type 'a map = 'a Map.t
end
OCaml

Innovation. Community. Security.