TacmachOperations for handling terms under a local typing context.
Variants of Tacmach functions built with the new proof engine
val pf_apply : (Environ.env -> Evd.evar_map -> 'a) -> Proofview.Goal.t -> 'aval project : Proofview.Goal.t -> Evd.evar_mapval pf_env : Proofview.Goal.t -> Environ.envval pf_concl : Proofview.Goal.t -> EConstr.typesval pf_get_type_of : Proofview.Goal.t -> EConstr.constr -> EConstr.typesThis function does no type inference and expects an already well-typed term. It recomputes its type in the fastest way possible (no conversion is ever involved)
val pf_type_of : Proofview.Goal.t -> EConstr.constr -> Evd.evar_map * EConstr.typesThis function entirely type-checks the term and computes its type and the implied universe constraints.
val pf_conv_x : Proofview.Goal.t -> EConstr.t -> EConstr.t -> boolval pf_get_new_id : Names.Id.t -> Proofview.Goal.t -> Names.Id.tval pf_ids_of_hyps : Proofview.Goal.t -> Names.Id.t listval pf_ids_set_of_hyps : Proofview.Goal.t -> Names.Id.Set.tval pf_hyps_types : Proofview.Goal.t -> (Names.Id.t * EConstr.types) listval pf_get_hyp : Names.Id.t -> Proofview.Goal.t -> EConstr.named_declarationval pf_get_hyp_typ : Names.Id.t -> Proofview.Goal.t -> EConstr.typesval pf_last_hyp : Proofview.Goal.t -> EConstr.named_declarationval pf_nf_concl : Proofview.Goal.t -> EConstr.typesval pf_hnf_constr : Proofview.Goal.t -> EConstr.constr -> EConstr.typesval pf_hnf_type_of : Proofview.Goal.t -> EConstr.constr -> EConstr.typesval pf_compute : Proofview.Goal.t -> EConstr.constr -> EConstr.constrval pf_whd_compute : Proofview.Goal.t -> EConstr.constr -> EConstr.constrval pf_nf_evar : Proofview.Goal.t -> EConstr.constr -> EConstr.constrval pr_gls : Proofview.Goal.t -> Pp.t