plebeia
Merkle Patricia tree implementation
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library plebeia
val step :
( 'acc, 'data ) visitor ->
( [ `Finished of Plebeia__Cursor.cursor * 'acc
| `Continue of ( 'acc, 'data ) visitor ],
Error.t )
Result.t
Run one step of traversal.
val fold :
'acc ->
'data ->
Plebeia__Cursor.cursor ->
( 'acc ->
'data ->
Plebeia__Cursor.cursor ->
( Plebeia__Cursor.cursor * ('acc * ('data * dir) list option), Error.t )
Result.t ) ->
( Plebeia__Cursor.cursor * 'acc, Error.t ) Result.t
Traversal in one call. Not interleavable.