package plebeia

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

Module Segment_int_array.SegsSource

Sourcetype t' = {
  1. rev_last : Segment_int_array.fat;
  2. rev_segs : Segment_int_array.segment list;
}
Sourcetype t = t' option
Sourceval empty : 'a option
Sourceval empty' : t' option
Sourceval add_side : t' option -> Segment_int_array.side -> t' option
Sourceval append_seg : t' option -> Segment_int_array.t -> t' option
Sourceval append_sides : t' option -> Segment_int_array.side list -> t' option
Sourceval push_bud : t' option -> t' option
Sourceval to_segments : t' option -> Segment_int_array.t list
Sourceval to_string : t' option -> string
Sourceval of_segments : Segment_int_array.t list -> t' option
Sourceval last : t' option -> [ `Left | `Right | `Segment of Segment_int_array.t ] list option