aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind/glob_termops.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-09-14 17:17:07 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-09-14 17:17:07 +0000
commit428d0f649f565137b1851389f8e26ad410ba7052 (patch)
treea5e7ebac89aff0f2b78021708415682b0a7e9d70 /plugins/funind/glob_termops.ml
parentf8394a52346bf1e6f98e7161e75fb65bd0631391 (diff)
Partial revert of Yann commit in order to use CLib.List when opening
Util module. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15802 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/funind/glob_termops.ml')
-rw-r--r--plugins/funind/glob_termops.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/funind/glob_termops.ml b/plugins/funind/glob_termops.ml
index 44ae42090..f678b898b 100644
--- a/plugins/funind/glob_termops.ml
+++ b/plugins/funind/glob_termops.ml
@@ -1,6 +1,7 @@
open Pp
open Glob_term
open Errors
+open Util
open Names
open Decl_kinds
open Misctypes