Module Evaluable

Evaluable references (whose transparency can be controlled)

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