package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 : t -> t -> bool
val to_kevaluable : t -> Conv_oracle.evaluable
OCaml

Innovation. Community. Security.