Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions template-coq/src/g_template_coq.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ TACTIC EXTEND TemplateCoq_denote_term
let env = Proofview.Goal.env gl in
let evm = Proofview.Goal.sigma gl in
let evm, c = Constr_denoter.denote_term env evm (to_constr_evars evm c) in
let evm, _ = Typing.type_of env evm (EConstr.of_constr c) in
Proofview.tclTHEN (Proofview.Unsafe.tclEVARS evm)
(ltac_apply tac (List.map to_ltac_val [EConstr.of_constr c]))
end) }
Expand Down