From 9e98c1ebb9472f1c77eb0289bd64e525d58d99de Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 29 Mar 2020 15:09:21 +0200 Subject: Adding change log. --- .../05-tactic-language/11882-master+ltac2-fresh-in-context.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst (limited to 'doc') diff --git a/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst b/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst new file mode 100644 index 0000000000..47e7be4d0e --- /dev/null +++ b/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst @@ -0,0 +1,6 @@ +- **Added:** + New Ltac2 function ``Fresh.Free.of_goal`` to return the list of + names of declarations of the current goal; new Ltac2 function + ``Fresh.in_goal`` to return a variable fresh in the current goal + (`#11882 `_, + by Hugo Herbelin). -- cgit v1.2.3