diff options
| author | Amin Timany | 2017-05-02 19:53:05 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-16 04:51:17 +0200 |
| commit | d6898781f9cd52ac36a4891d7b169ddab7b8af50 (patch) | |
| tree | 880ef0bcad043f083a6157644d10e068b8185b4c /vernac | |
| parent | 4bf85270a36a0a3f9517d8bce92d843f882af00a (diff) | |
Correct coqchk reduction
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/vernacentries.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml index f130708c40..580c81a0bd 100644 --- a/vernac/vernacentries.ml +++ b/vernac/vernacentries.ml @@ -1368,9 +1368,9 @@ let _ = declare_bool_option { optdepr = false; optname = "inductive cumulativity"; - optkey = ["Inductive"; "Cumulativity"]; - optread = Flags.is_universe_polymorphism; - optwrite = Flags.make_universe_polymorphism } + optkey = ["Ind"; "Cumulativity"]; + optread = Flags.is_inductive_cumulativity; + optwrite = Flags.make_inductive_cumulativity } let _ = declare_int_option |
