package stdune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.