package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val fold : init:'a -> Segment.Segs.t -> Cursor.t -> ('a -> Segment.Segs.t -> Cursor.t -> ([< `Continue | `Exit | `Up ] * 'a, Error.t) result) -> ('a * Cursor.t, Error.t) 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.

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