package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Extended version of OCaml's maps
module type OrderedType = sig ... end
module type MonadS = sig ... end
module type S = Map.S
module type ExtS = sig ... end
module 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)