aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/cc/ccproof.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/cc/ccproof.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/cc/ccproof.ml')
-rw-r--r--plugins/cc/ccproof.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/cc/ccproof.ml b/plugins/cc/ccproof.ml
index 25c01f2bd..d5eab32c4 100644
--- a/plugins/cc/ccproof.ml
+++ b/plugins/cc/ccproof.ml
@@ -10,6 +10,7 @@
(* proof-trees that will be transformed into proof-terms in cctac.ml4 *)
open Errors
+open Util
open Names
open Term
open Ccalgo