diff options
| author | filliatr | 2000-05-03 20:44:42 +0000 |
|---|---|---|
| committer | filliatr | 2000-05-03 20:44:42 +0000 |
| commit | bae7532aaf4fc4ca0f637cb6e53f6b4b80c7cb75 (patch) | |
| tree | e4c5a1725f1d12b78b959e974f61380f55557806 /proofs/proof_type.mli | |
| parent | 5c64bc0eb899409b66b3e13fe99ebf679b0850a7 (diff) | |
diverses modifs pour ocamlweb
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@408 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proof_type.mli')
| -rw-r--r-- | proofs/proof_type.mli | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index eaebd6b992..9c2ac00ae4 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -1,3 +1,6 @@ + +(* $Id$ *) + (*i*) open Environ open Evd @@ -7,8 +10,8 @@ open Term open Util (*i*) -(*This module defines the structure of proof tree and the tactic type. So, it - is used by Proof_tree and Refiner*) +(* This module defines the structure of proof tree and the tactic type. So, it + is used by [Proof_tree] and [Refiner] *) type bindOcc = | Dep of identifier |
