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 traverse :
('a
* [< `Exit | `Right of 'c | `Up of Segment.Segs.t * 'd Right ] as 'b
* Segment.Segs.t
* Plebeia__Cursor.cursor) ->
( 'e ->
Segment.Segs.t ->
Plebeia__Cursor.cursor ->
( [< `Continue | `Exit | `Up ] * 'f, Error.t ) result ) ->
( 'g
* [> `Exit | `Up of Segment.Segs.t * 'h ]
* Segment.Segs.t
* Plebeia__Cursor.cursor,
Error.t )
Result.t
val fold :
init:'a ->
Segment.Segs.t ->
Plebeia__Cursor.cursor ->
( 'b ->
Segment.Segs.t ->
Plebeia__Cursor.cursor ->
( [< `Continue | `Exit | `Up ] * 'c, Error.t ) result ) ->
( 'd * Plebeia__Cursor.cursor, Error.t ) Result.t
module GenTraverse : sig ... end