package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type attribute = [
  1. | `Color of string
  2. | `Label of string
  3. | `Other of string * string
  4. | `Shape of string
  5. | `Style of string
  6. | `Weight of int
]
val pp_enum : ?eq:('id -> 'id -> bool) -> ?hash:('id -> int) -> name:string -> Format.formatter -> ('id, attribute list, attribute list) Full.traverse_event CCSequence.t -> unit
val pp : name:string -> ('id, attribute list, attribute list) t -> Format.formatter -> 'id CCSequence.t -> unit
OCaml

Innovation. Community. Security.