package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module NT : Map with type 'a data = 'a

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 : HashType) : Map_hashcons with type 'a data = Data.t and type 'a poly := 'a NT.t and type key = NT.key
OCaml

Innovation. Community. Security.