package coq-core

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

Module CMapSource

Extended version of OCaml's maps
Sourcemodule type OrderedType = sig ... end
Sourcemodule type MonadS = sig ... end
Sourcemodule type S = Map.S
Sourcemodule type UExtS = sig ... end
Sourcemodule type ExtS = sig ... end
Sourcemodule Make (M : Map.OrderedType) : ExtS with type key = M.t and type 'a t = 'a Map.Make(M).t and module Set := Set.Make(M)
OCaml

Innovation. Community. Security.