package dokeysto_camltc

  1. Overview
  2. Docs

Module Dokeysto_camltc.Internal_camltcSource

Sourcemodule Bdb = Camltc.Bdb
Sourcetype filename = string
Sourcetype db = {
  1. fn : filename;
  2. bdb : Bdb.bdb;
}
Sourceval close : db -> unit
Sourceval mem : db -> string -> bool
Sourceval find : db -> string -> string
Sourceval iter : (string -> string -> 'a) -> db -> unit
Sourceval fold : (string -> string -> 'a -> 'a) -> db -> 'a -> 'a