package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type attribute = [
  1. | `Color of string
  2. | `Id of string
  3. | `Label of string
  4. | `Other of string * string
  5. | `Shape of string
  6. | `Style of string
  7. | `Weight of int
]
type graph = string * attribute list t list
val mk_id : ('a, Buffer.t, unit, attribute) Pervasives.format4 -> 'a
val mk_label : ('a, Buffer.t, unit, attribute) Pervasives.format4 -> 'a
val make : name:string -> attribute list t list -> graph
val singleton : name:string -> attribute list t -> graph
val pp : graph printer
val pp_single : string -> attribute list t printer
OCaml

Innovation. Community. Security.