diff options
| author | herbelin | 2001-01-27 17:13:42 +0000 |
|---|---|---|
| committer | herbelin | 2001-01-27 17:13:42 +0000 |
| commit | d1f4bd9451517a4dd2cca438adbeea69c1d6fb62 (patch) | |
| tree | ac92ba60a29823090861870f13d91b8c29b3f480 /proofs | |
| parent | 0dfbabcee3629056ebfb0a63dcee60cd601cfa21 (diff) | |
make doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1280 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/tacinterp.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacinterp.mli b/proofs/tacinterp.mli index 83cd7be1c2..7d066e8987 100644 --- a/proofs/tacinterp.mli +++ b/proofs/tacinterp.mli @@ -22,7 +22,7 @@ type value = | VVoid | VRec of value ref -(* Signature for interpretation: val_interp and interpretation functions *) +(* Signature for interpretation: val\_interp and interpretation functions *) and interp_sign = enamed_declarations * Environ.env * (string * value) list * (int * constr) list * goal sigma option * debug_info |
