package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Segment.t list

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

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

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

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