diff options
| author | Enrico Tassi | 2021-01-06 17:31:33 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2021-01-27 09:45:49 +0100 |
| commit | 0a531fae53c31ef76ff25fbfd3ceb8b5b33aa264 (patch) | |
| tree | d528c369ca7797a746666977258482f7e32c7b5f /sysinit/coqinit.ml | |
| parent | 2caae4d530ba97ced98711986dc504f9becdab81 (diff) | |
[coqargs] use standard option injection for -type-in-type
Diffstat (limited to 'sysinit/coqinit.ml')
| -rw-r--r-- | sysinit/coqinit.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysinit/coqinit.ml b/sysinit/coqinit.ml index cbecc52827..16c8389de5 100644 --- a/sysinit/coqinit.ml +++ b/sysinit/coqinit.ml @@ -105,6 +105,7 @@ let init_runtime opts = (* Configuration *) Global.set_engagement opts.config.logic.impredicative_set; Global.set_indices_matter opts.config.logic.indices_matter; + Global.set_check_universes (not opts.config.logic.type_in_type); Global.set_VM opts.config.enable_VM; Flags.set_native_compiler (match opts.config.native_compiler with NativeOff -> false | NativeOn _ -> true); Global.set_native_compiler (match opts.config.native_compiler with NativeOff -> false | NativeOn _ -> true); |
