package ocamlgraph

  1. Overview
  2. Docs
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
OCaml

Innovation. Community. Security.