diff options
| author | Amin Timany | 2017-05-05 13:33:18 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-16 04:51:18 +0200 |
| commit | 7b323421ba558011c304a686c4cd368e1ff39440 (patch) | |
| tree | d83baa256f9794e2281dd710972efaf2e7f73da6 /vernac | |
| parent | 0c94de1f8c598c1869f71fee86bdbe4f0000a502 (diff) | |
Change the option to Set Inductive Cumulativity
This requires to change the status of Inductive (we have also changed
CoInductive and Variant) from keyword to identifier.
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/vernacentries.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml index 580c81a0bd..957911e1e5 100644 --- a/vernac/vernacentries.ml +++ b/vernac/vernacentries.ml @@ -1368,7 +1368,7 @@ let _ = declare_bool_option { optdepr = false; optname = "inductive cumulativity"; - optkey = ["Ind"; "Cumulativity"]; + optkey = ["Inductive"; "Cumulativity"]; optread = Flags.is_inductive_cumulativity; optwrite = Flags.make_inductive_cumulativity } |
