Module Affine.Var

module T : sig ... end
include module type of struct include T end
type t = var
val compare : t -> t -> Base.int
val sexp_of_t : t -> Sexplib0.Sexp.t
include sig ... end
type comparator_witness = Base__Comparator.Make(T).comparator_witness
val comparator : (T.t, comparator_witness) Base__Comparator.comparator