diff options
| author | herbelin | 2006-09-01 12:32:09 +0000 |
|---|---|---|
| committer | herbelin | 2006-09-01 12:32:09 +0000 |
| commit | 3a59869620ab78ba4fc764f6f6a848fbeb2abaa4 (patch) | |
| tree | 357fb3ad4ee188fb94e878b6236faf8d7d3da7c8 | |
| parent | 5a87d97bd8bce29d3c94bd40e4ab03c4c7c098a8 (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9111 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,9 +3,12 @@ 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 implicit arguments in the types of parameters in + (co-)fixpoints and (co-)inductive declarations +- Support for "where" clause in cofixpoint definitions -Changes from V8.0 to V8.1 -========================= +Changes from V8.0 to V8.1beta +============================= Logic |
