package bancos

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

Module PartSource

Sourcetype t
Sourcetype reader
Sourcetype writer
Sourcetype uid = private int
Sourceval lookup : reader -> Rowex.key -> int
Sourceval iter : fn:(Rowex.key -> int -> unit) -> reader -> unit
Sourceval exists : reader -> Rowex.key -> bool
Sourceval remove : writer -> Rowex.key -> unit
Sourceval insert : writer -> Rowex.key -> int -> unit
Sourceval from_system : ?size:int -> string -> t
Sourceval reader : t -> (uid:uid -> reader -> 'a) -> 'a
Sourceval writer : t -> (uid:uid -> writer -> 'a) -> ('a, exn) result