plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library plebeia
val fold :
init:'a ->
Segment.Segs.t ->
Cursor.t ->
( 'a ->
Segment.Segs.t ->
Cursor.t ->
( [< `Continue | `Exit | `Up ] * 'a, Error.t ) Stdlib.result ) ->
( 'a * Cursor.t, Error.t ) Stdlib.result
val ls :
Cursor.t ->
( (Segment.segment * Node_type.view * Cursor.t) list * Cursor.t, Error.t )
Stdlib.result
Note: If c
points to a bud, then it returns itself, rather than returning its contents.
Cursors in the list do not carry the whole scan of ls.
val ls_rec :
Cursor.t ->
( (Segment.segment list * Node_type.node * Cursor.t) list * Cursor.t,
Error.t )
Stdlib.result
Note: If c
points to a bud, then it returns itself, rather than returning its contents.
Cursors in the list do not carry the whole scan of ls.
module GenTraverse : sig ... end
ON THIS PAGE
No table of contents