diff options
| author | glondu | 2007-12-07 21:50:00 +0000 |
|---|---|---|
| committer | glondu | 2007-12-07 21:50:00 +0000 |
| commit | 47c78072c71b34c4c5469736367234f43203e7c9 (patch) | |
| tree | d7338cce5a19fd84531b017f20bd613e460855f7 /dev/base_include | |
| parent | d619f795a7ffcd46ae6d3eea022f9520cc72ad3d (diff) | |
Ocaml toplevel convenience.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10355 85f007b7-540e-0410-9357-904b9bb8a0f7
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 829c5ea61c..792330726b 100644 --- a/dev/base_include +++ b/dev/base_include @@ -169,7 +169,7 @@ open Declarations;; let constbody_of_string s = let b = Global.lookup_constant (Nametab.locate_constant (qualid_of_sp (path_of_string s))) in - Util.out_some b.const_body;; + Option.get b.const_body;; (* Get the current goal *) |
