Module Evaluable

Evaluable references (whose transparency can be controlled)

type t =
  1. | EvalVarRef of Names.Id.t
  2. | EvalConstRef of Names.Constant.t
  3. | EvalProjectionRef of Names.Projection.Repr.t
val equal : Environ.env -> t -> t -> bool
val to_kevaluable : t -> Conv_oracle.evaluable