package kaun

  1. Overview
  2. Docs

Module Ptree.PathSource

Path submodule for advanced use

Sourcetype t

Path segments.

Sourceval root : t

Root path.

Sourceval of_string : string -> t

Parse string to path.

Sourceval to_string : t -> string

Convert path to string.

Sourceval key : string -> t -> t

Add key segment.

Sourceval index : int -> t -> t

Add index segment.