diff options
Diffstat (limited to 'dev/base_include')
| -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 |
