diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2018-04-01 17:17:20 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2018-04-01 17:17:20 +0200 |
commit | 91e8dfcd7192065f21273d02374dce299241616f (patch) | |
tree | 9eac045fa0a85569f642655f2c2915795ff73c50 /CHANGES | |
parent | 9816979c8f43ea27976048f1376b1fd65877b4a2 (diff) | |
parent | a0d3865ced307d6f826b2eaae9cc2e23ff465d8b (diff) |
Merge PR #7106: Supporting fix and cofix in Ltac pattern-matching (wish #7092)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ Vernacular Commands - Removed deprecated commands Arguments Scope and Implicit Arguments (not the option). Use the Arguments command instead. +Tactic language + +- Support for fix/cofix added in Ltac "match" and "lazymatch". + Changes from 8.7.2 to 8.8+beta1 =============================== |