package passage

  1. Overview
  2. Docs
type t =
  1. | D of node list
  2. | F of unit Storage.Secrets.outcome
and node = string * t
type top =
  1. | Top of node
val of_path : Fpath.t -> top Lwt.t
val pp : top -> unit Lwt.t
OCaml

Innovation. Community. Security.