diff options
| author | herbelin | 2000-09-10 07:13:23 +0000 |
|---|---|---|
| committer | herbelin | 2000-09-10 07:13:23 +0000 |
| commit | c0ff579606f2eba24bc834316d8bb7bcc076000d (patch) | |
| tree | e192389ccddcb9bb6f6e50039b4f31e6f5fcbc0b /tactics/termdn.mli | |
| parent | ebfbb2cf101b83f4b3a393e68dbdfdc3bfbcaf1a (diff) | |
Ajout d'un LetIn primitif.
Abstraction de constr via kind_of_constr dans une bonne partie du code.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@590 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/termdn.mli')
| -rw-r--r-- | tactics/termdn.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/termdn.mli b/tactics/termdn.mli index 10726df139..107026ef64 100644 --- a/tactics/termdn.mli +++ b/tactics/termdn.mli @@ -2,7 +2,7 @@ (* $Id$ *) (*i*) -open Generic +(*i open Generic i*) open Term open Pattern (*i*) |
