aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/assumptions.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/assumptions.ml')
-rw-r--r--library/assumptions.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/assumptions.ml b/library/assumptions.ml
index 463527820..f374f6dbe 100644
--- a/library/assumptions.ml
+++ b/library/assumptions.ml
@@ -227,7 +227,7 @@ let assumptions ?(add_opaque=false) ?(add_transparent=false) st t =
| ConstRef kn ->
let cb = lookup_constant kn in
let accu =
- if cb.const_checked_guarded then accu
+ if cb.const_typing_flags.check_guarded then accu
else ContextObjectMap.add (Axiom (Guarded kn)) Constr.mkProp accu
in
if not (Declareops.constant_has_body cb) then