From 17564e4922acda6b72bf39de7a8c23ed0c0178f6 Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sat, 23 Jul 2016 16:21:44 -0400 Subject: Imported Upstream version 8.5.1 --- evm_compute.mli | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 evm_compute.mli (limited to 'evm_compute.mli') diff --git a/evm_compute.mli b/evm_compute.mli deleted file mode 100644 index f50c0db..0000000 --- a/evm_compute.mli +++ /dev/null @@ -1,11 +0,0 @@ - - -(** [evm_compute eq blacklist] performs a vm_compute step with the - following provisos: evars can appear in the goal; terms that are - equal (modulo eq) to terms in the blacklist are abstracted - before-hand. *) -val evm_compute : (Term.constr -> Term.constr -> bool) -> Term.constr list -> Proof_type.tactic - - -(** [evm_compute eq blacklist h] performs an evm_compute step in the hypothesis h *) -val evm_compute_in : (Term.constr -> Term.constr -> bool) -> Term.constr list -> Names.identifier -> Proof_type.tactic -- cgit v1.2.3