diff options
| author | delahaye | 2000-05-03 17:31:07 +0000 |
|---|---|---|
| committer | delahaye | 2000-05-03 17:31:07 +0000 |
| commit | fc38a7d8f3d2a47aa8eee570747568335f3ffa19 (patch) | |
| tree | 9ddc595a02cf1baaab3e9595d77b0103c80d66bf /proofs/refiner.ml | |
| parent | 5b0f516e7e1f6d2ea8ca0485ffe347a613b01a5c (diff) | |
Ajout du langage de tactiques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@401 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/refiner.ml')
| -rw-r--r-- | proofs/refiner.ml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml index 3af8748035..9e1698c25c 100644 --- a/proofs/refiner.ml +++ b/proofs/refiner.ml @@ -13,14 +13,9 @@ open Reduction open Instantiate open Type_errors open Proof_trees +open Proof_type open Logic -type 'a sigma = { - it : 'a ; - sigma : global_constraints } - -type validation = (proof_tree list -> proof_tree) -type tactic = goal sigma -> (goal list sigma * validation) type transformation_tactic = proof_tree -> (goal list * validation) let hypotheses gl = gl.evar_env |
