package current

  1. Overview
  2. Docs
type 'a term

See TERM.

type t

Information about the dependency graph of a term. This is useful to display the term's state as a diagram.

type job_id
val booting : t

booting is a dummy analysis; useful while booting.

val get : _ term -> t term
val job_id : t -> job_id option

job_id t is the job ID of t, if any.

val pp : t Fmt.t

pp formats a t as a simple string.

val pp_dot : url:(job_id -> string option) -> t Fmt.t

pp_dot ~url formats a t as a graphviz dot graph.

  • parameter url

    Generates a URL from an ID.

OCaml

Innovation. Community. Security.