package mlbdd

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

Module type MLBDD.WHSSource

Sourcetype key
Sourcetype 'a t
Sourceval create : int -> 'a t
Sourceval replace : 'a t -> key -> 'a -> unit
Sourceval remove : 'a t -> key -> unit
Sourceval find : 'a t -> key -> 'a
Sourceval mem : 'a t -> key -> bool
Sourceval iter : (key -> 'a -> unit) -> 'a t -> unit
Sourceval clear : 'a t -> unit
Sourceval length : 'a t -> int
OCaml

Innovation. Community. Security.