Module CodeUnit.CofVar

type t =
  1. | Local of int
  2. | Axiom of Global.t
val compare : t -> t -> int
val dump : Stdlib.Format.formatter -> t -> unit