package passage

  1. Overview
  2. Docs

Module Passage.DirtreeSource

Sourcetype t =
  1. | D of node list
  2. | F of unit Storage.Secrets.outcome
Sourceand node = string * t
Sourcetype top =
  1. | Top of node
Sourceval of_path : Fpath.t -> top
Sourceval pp : top -> unit