aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-01 13:18:45 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-01 13:18:45 +0000
commitafdb9b7fa4a6ce1165b270ffdae4574897aa7c40 (patch)
tree8b68749df9982ccb270c3cdcc2324de075c052e3 /tactics
parent402679a57beec382cf90cbcddfc00d3f702cba74 (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.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/termdn.ml b/tactics/termdn.ml
index c62746cc7..1837b7945 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.