package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type database
val empty : unit -> database
val add : database -> t -> string
val get : database -> string -> t option