From 21d70ce73f63962787c36171c08275bb1361a0e2 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 27 Feb 2013 14:39:02 +0000 Subject: Adapt dev/base_include to new Declarations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16251 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/base_include | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/base_include') diff --git a/dev/base_include b/dev/base_include index dca67e185a..6b10dc5992 100644 --- a/dev/base_include +++ b/dev/base_include @@ -192,6 +192,7 @@ let constr_of_string s = (* get the body of a constant *) open Declarations;; +open Declareops;; let constbody_of_string s = let b = Global.lookup_constant (Nametab.locate_constant (qualid_of_string s)) in -- cgit v1.2.3