package lbvs_consent

  1. Overview
  2. Docs

Module Lbvs_consent.NodeSource

Sourcemodule IntSet = BatSet.Int
Sourcetype t = {
  1. typ : string;
  2. succs : IntSet.t;
}
Sourceval create : string -> IntSet.t -> t
Sourceval dummy : t
Sourceval add_succ : t -> int -> t
Sourceval to_string : t -> string
Sourceval get_succs : t -> IntSet.t
Sourceval get_typ : t -> string
OCaml

Innovation. Community. Security.