diff options
| author | Hugo Herbelin | 2016-04-10 18:30:38 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-06-16 17:30:17 +0200 |
| commit | 53e8a445177501846c75147680da03a95d5e9b5c (patch) | |
| tree | 217550bb8e12bd6028e3c68d0cda46fa0decdc0d /CHANGES | |
| parent | 8ee9906d70e0181a0e247b3ec0adbe889f3fdbce (diff) | |
Not taking arguments given by name or position into account when
computing the arguments which allows to decide which list of implicit
arguments to consider when several such lists are available.
For instance, "eq_refl (A:=nat)" is now interpreted as "@eq_refl nat _",
the same way as if we had said:
Arguments eq_refl {A} {x}.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ Changes beyond V8.5 =================== +Specification language + +- Giving implicit arguments explicitly to a constant with multiple + choices of implicit arguments does not break any more insertion of + further maximal implicit arguments. + Tactics - Flag "Bracketing Last Introduction Pattern" is now on by default. |
