diff options
| author | herbelin | 2000-10-01 13:18:45 +0000 |
|---|---|---|
| committer | herbelin | 2000-10-01 13:18:45 +0000 |
| commit | afdb9b7fa4a6ce1165b270ffdae4574897aa7c40 (patch) | |
| tree | 8b68749df9982ccb270c3cdcc2324de075c052e3 /tactics | |
| parent | 402679a57beec382cf90cbcddfc00d3f702cba74 (diff) | |
Déplacement 'a reference et binder_kind de Term vers Rawterm
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@619 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/termdn.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/termdn.ml b/tactics/termdn.ml index c62746cc71..1837b7945e 100644 --- a/tactics/termdn.ml +++ b/tactics/termdn.ml @@ -6,6 +6,7 @@ open Util open Names open Term open Pattern +open Rawterm (* Discrimination nets of terms. See the module dn.ml for further explanations. |
