Module CofVar.Make

Parameters

Signature

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