package incremental

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
type dot = {
  1. label : (string list, Core.String.comparator_witness Core.List.comparator_witness) Core.Set.t;
  2. attributes : string Core.String.Map.t;
}
val sexp_of_dot : dot -> Sexplib0.Sexp.t
val dot_of_sexp : Sexplib0.Sexp.t -> dot
val dot : label:string list -> attributes:string Core.String.Map.t -> t
val to_dot : t -> dot
val append : t -> t -> t
val to_string : ?shape:string -> name:string -> dot -> string
val default : name:string -> kind:Kind.t -> height:int -> t
OCaml

Innovation. Community. Security.