diff options
| author | Gaëtan Gilbert | 2019-04-10 16:24:27 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-04-10 16:24:27 +0200 |
| commit | b177e7b9991e81ec3c9c145f04ca3a896f756fd9 (patch) | |
| tree | 992d942745587a31b263509d046b4a0b6a82e7a2 /proofs/pfedit.ml | |
| parent | dcf6560f00fde4a2564ba8489cdd34e7bdea5cfa (diff) | |
| parent | 54fdae0929f2a05a89cd5c463b9a739ab2e239b8 (diff) | |
Merge PR #9910: [api] [proofs] Remove dependency of proofs on interp.
Reviewed-by: SkySkimmer
Diffstat (limited to 'proofs/pfedit.ml')
| -rw-r--r-- | proofs/pfedit.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml index 472db790f2..ef4a74b273 100644 --- a/proofs/pfedit.ml +++ b/proofs/pfedit.ml @@ -109,10 +109,6 @@ let solve ?with_end_tac gi info_lvl tac pr = let by tac = Proof_global.with_current_proof (fun _ -> solve (Goal_select.SelectNth 1) None tac) -let instantiate_nth_evar_com n com = - Proof_global.simple_with_current_proof (fun _ p -> - Proof.V82.instantiate_evar Global.(env ()) n com p) - (**********************************************************************) (* Shortcut to build a term using tactics *) |
