package plebeia

  1. Overview
  2. Docs

A segment represents a path from the root of a tree to a leaf or to the root of a sub-tree.

type side =
  1. | Left
  2. | Right
val to_string : t -> string

LLRRLL

val of_string : string -> t option

LLRRLL

val to_sides : t -> side list
val of_sides : side list -> t