package llvmgraph

  1. Overview
  2. Docs
type t = int
type label = E.label
type edge = E.t
val compare : t -> t -> t
val zero : t
val add : t -> t -> t
val weight : 'a -> t

Constant weight, is always 1.