package stdune

  1. Overview
  2. Docs
Dune's unstable standard library

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.1.tbz
sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce
sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52

doc/src/stdune/comparable_intf.ml.html

Source file comparable_intf.ml

1
2
3
4
5
6
7
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.