diff options
| author | Yishuai Li | 2018-07-27 16:34:15 -0400 |
|---|---|---|
| committer | Yishuai Li | 2018-07-30 13:32:27 -0400 |
| commit | cc6526b17ca6ee8cd48e83428282421a004c1763 (patch) | |
| tree | 5125f8737f3e0c4f0071a2849c73836db19b28c0 | |
| parent | 8a57a4aa808c10f554020e47d5e4173b14bd471d (diff) | |
CHANGES: note potential incompatibilities with ++
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -142,6 +142,10 @@ Display diffs between proof steps Notations - Added [++] infix for [VectorDef.append]. + Note that this might cause incompatibilities if you have, e.g., list_scope + and vector_scope both open with vector_scope on top, and expect `++` to + refer to `app`. + Solution: wrap `_ ++ _` in `(_ ++ _)%list` (or whichever scope you want). Changes from 8.8.0 to 8.8.1 =========================== |
