diff options
| author | Maxime Dénès | 2017-07-17 07:41:16 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-17 07:41:16 +0200 |
| commit | 0c297ad43bd4b0b8187aa56756334bd294a212ca (patch) | |
| tree | e7104784ab13630f7af6d67435f30210115d324f /dev/base_include | |
| parent | 15cdb11be5f6f452b54a2943897fadd99efd2ea7 (diff) | |
| parent | 9aca7ad9a0f98bcd88df6e72333780db215a3a9c (diff) | |
Merge PR #881: Adapting base_include to 91df40272 (body_of_constant_body moved to Global).
Diffstat (limited to 'dev/base_include')
| -rw-r--r-- | dev/base_include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include index 8ee1cceb23..bfbf6bb5d8 100644 --- a/dev/base_include +++ b/dev/base_include @@ -215,7 +215,7 @@ open Declareops;; let constbody_of_string s = let b = Global.lookup_constant (Nametab.locate_constant (qualid_of_string s)) in - Option.get (Declareops.body_of_constant Opaqueproof.empty_opaquetab b);; + Option.get (Global.body_of_constant_body b);; (* Get the current goal *) (* |
