package plebeia

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

Module Plebeia.PathSource

Sourcetype t = Segment.t list

Path type. Path is used to point a node from a Bud.

Sourceval of_segments : Segment.t list -> t
Sourceval to_segments : t -> Segment.t list
Sourceval to_string : t -> string

Human readable string representation of segments: "LLRLRLL/RRRLL/.."

Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourceval encoding : t Data_encoding.t