diff options
author | Amin Timany <amintimany@gmail.com> | 2017-05-23 23:28:39 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-06-16 04:51:18 +0200 |
commit | e28d3a488c81c6dc59aa8f53d98a95ee93a84d37 (patch) | |
tree | 857104e88a1619008ef1e6a15ec476b5a58b7573 /CHANGES | |
parent | 7b323421ba558011c304a686c4cd368e1ff39440 (diff) |
Document cumulativity for inductive types
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -94,6 +94,12 @@ Build Infrastructure access to the same .cmi files. In short, use "make -j && make -j byte" instead of "make -j world byte". +Universes + +- Cumulative inductive types. see prefixes "Cumulative", "NonCumulative" + for inductive definitions and the option "Set Inductive Cumulativity" + in the reference manual. + Changes from V8.6beta1 to V8.6 ============================== |