diff options
| author | pboutill | 2011-02-10 14:11:12 +0000 |
|---|---|---|
| committer | pboutill | 2011-02-10 14:11:12 +0000 |
| commit | 27ab4eb203dd5d653724f7a1af61badf2916c349 (patch) | |
| tree | 95791fafbc20e50f6341178c916e456b6e635894 /CHANGES | |
| parent | c5fa08bbecbc665e1d82d38d2e41f5256efcd545 (diff) | |
Fixpoints are traverse during implicits arguments search to toplevel
registration (& CHANGES update)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13826 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changes from V8.3 to V8.4 - New proof engine +- Maximal implicit arguments can now be set locally by { }. The registration + traverses fixpoints and lambdas. Because there is conversion in types, maximal + implicit arguments aren't taken into account in partial applications. Use eta + expansion. + Tactics - New tactics constr_eq, is_evar and has_evar. |
