package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type OrderedType = sig ... end

Input signature of the functor Extmap.Make and Extset.Make.

module type TaggedEqualType = sig ... end

Input signature of the functor Intmap.Make.

module type HashType = sig ... end

Input signature of the functor Intmap.Make.Make.

module type Map = sig ... end

Output signature of the functor Extmap.Make.

type 'a pvar = 'a
module type PMap = Map with type 'a data := 'a pvar
module type Map_hashcons = sig ... end
module type Gen_Map_hashcons = sig ... end
type 'a punit = unit
module type MapUnit = sig ... end
module type Set = sig ... end

Output signature of the functor Extset.Make.

module type Set_hashcons = sig ... end
OCaml

Innovation. Community. Security.