diff options
| author | Jasper Hugunin | 2018-06-04 18:43:25 -0700 |
|---|---|---|
| committer | Jasper Hugunin | 2018-07-01 15:42:26 -0700 |
| commit | ffb3ab4108fa7b6a8f03b865d6287663fc3743e5 (patch) | |
| tree | f5d25acf73fc97431a20e2be5b8356350b9f22fa /CHANGES | |
| parent | 9b10e2383980c2f210049dfaf4a3031133d36ebd (diff) | |
Document option Uniform Inductive Parameters
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ Vernacular Commands - Nested proofs may be enabled through the option `Nested Proofs Allowed`. By default, they are disabled and produce an error. The deprecation warning which used to occur when using nested proofs has been removed. +- Added option Uniform Inductive Parameters which abstracts over parameters + before typechecking constructors, allowing to write for example + `Inductive list (A : Type) := nil : list | cons : A -> list -> list.` Coq binaries and process model |
