package colibri2

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

Parameters

Signature

module NT : Map_intf.Map with type 'a data = 'a with type key = K.t

A Map without hashconsing, can be also used for reading an hashconsed tree in a polymorphic way, but without using the hashconsed property

module Make (Data : Map_intf.HashType) : Map_intf.Map_hashcons with type 'a data = Data.t and type 'a poly := 'a NT.t and type key = NT.key
OCaml

Innovation. Community. Security.