aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8494e47a..4b7c42791 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,13 @@ Changes from V8.1beta to V8.1
- Support for Miller-Pfenning's patterns unification in type synthesis
(e.g. can infer P such that P x y = phi(x,y))
+- Support for Miller-Pfenning's patterns unification in apply/rewrite/...
+ (may lead to few incompatibilities - generally now useless tactic calls)
- Support for implicit arguments in the types of parameters in
(co-)fixpoints and (co-)inductive declarations
+- Improved type inference: use as much of possible general information
+ before applying irreversible unification heuristics (allow e.g. to
+ infer the predicate in "(exist _ 0 (refl_equal 0) : {n:nat | n=0 })")
- Support for "where" clause in cofixpoint definitions
Changes from V8.0 to V8.1beta