package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type color = int
type color_with_transparency = int32
val color_to_color_with_transparency : color -> color_with_transparency
type arrow_style = [
  1. | `Dot
  2. | `Inv
  3. | `Invdot
  4. | `Invodot
  5. | `None
  6. | `Normal
  7. | `Odot
]
module type ATTRIBUTES = sig ... end
module CommonAttributes : sig ... end
module DotAttributes : sig ... end
module type GraphWithDotAttrs = sig ... end
module Dot (X : sig ... end) : sig ... end
module NeatoAttributes : sig ... end
module Neato (X : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.