Module Dependency.Vertex

type t =
  1. | Var of Shared_ast.ScopeVar.t * Shared_ast.StateName.t option
  2. | Assertion of Ast.AssertionName.t
val format : Stdlib.Format.formatter -> t -> unit
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool