package plebeia

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

Bigger data than a cell

val read : Storage.t -> Index.t -> string

Read a big data which is stored from the specified index

val write : Storage.t -> string -> (Index.t, Error.t) result

Write a big data and returns the index

val test_write_read : Random.State.t -> Storage.t -> unit

A test function