diff options
| author | letouzey | 2013-02-27 14:39:02 +0000 |
|---|---|---|
| committer | letouzey | 2013-02-27 14:39:02 +0000 |
| commit | 21d70ce73f63962787c36171c08275bb1361a0e2 (patch) | |
| tree | 5c9379ce9b2a4037a7319e0d22c1550abb8f7e15 /dev | |
| parent | 60de53d159c85b8300226a61aa502a7e0dd2f04b (diff) | |
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
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/base_include | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
