package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include V end
type t = V.t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
type label = t
val label : 'a -> 'a
val create : 'a -> 'a