aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJasper Hugunin2018-06-04 18:43:25 -0700
committerJasper Hugunin2018-07-01 15:42:26 -0700
commitffb3ab4108fa7b6a8f03b865d6287663fc3743e5 (patch)
treef5d25acf73fc97431a20e2be5b8356350b9f22fa /CHANGES
parent9b10e2383980c2f210049dfaf4a3031133d36ebd (diff)
Document option Uniform Inductive Parameters
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 75f4df06a6..8862167243 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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