aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f03e896553..afa079099f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@ Language
let-in style)
- Coercions allowed in Cases patterns
- Better error messages for ill-typed Cases expressions
+- New declaration "Canonical Structure id = t : I" to help resolution of
+ equations of the form (proj ?)=a; if proj(e)=a then a is canonically
+ equipped with the remaining fields in e, i.e. ? is instantantiated by e
Tactics