diff options
Diffstat (limited to 'contrib/xml/xmlcommand.ml4')
| -rw-r--r-- | contrib/xml/xmlcommand.ml4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/xml/xmlcommand.ml4 b/contrib/xml/xmlcommand.ml4 index 8710a9e1fa..5ca89dd3f1 100644 --- a/contrib/xml/xmlcommand.ml4 +++ b/contrib/xml/xmlcommand.ml4 @@ -740,7 +740,7 @@ let print (_,qid as locqid) fn = match val0 with None -> print_axiom id typ [] hyps env inner_types | Some lc -> - let c = Lazy.force_val lc in + let c = Declarations.force lc in print_definition id c typ [] hyps env inner_types end | Ln.IndRef (kn,_) -> @@ -859,7 +859,7 @@ let print_object lobj id (sp,kn) dn fv env = match val0 with None -> print_axiom id typ fv hyps env inner_types | Some lc -> - let c = Lazy.force_val lc in + let c = Declarations.force lc in print_definition id c typ fv hyps env inner_types end | "INDUCTIVE" -> |
