From 3fe70f11469c2ff2e4fbb39562e54c1ce8b443a3 Mon Sep 17 00:00:00 2001 From: Michael Soegtrop Date: Sat, 8 Jun 2019 14:59:01 +0200 Subject: Resolve #10342 : [Ltac2] Add array library --- .../05-tactic-language/10343-issue-10342-ltac2-standard-library.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changelog/05-tactic-language/10343-issue-10342-ltac2-standard-library.rst (limited to 'doc') diff --git a/doc/changelog/05-tactic-language/10343-issue-10342-ltac2-standard-library.rst b/doc/changelog/05-tactic-language/10343-issue-10342-ltac2-standard-library.rst new file mode 100644 index 0000000000..4acc423d10 --- /dev/null +++ b/doc/changelog/05-tactic-language/10343-issue-10342-ltac2-standard-library.rst @@ -0,0 +1,4 @@ +- **Added:** + An array library for ltac2 (OCaml standard library compatible where possible). + (`#10343 `_, + by Michael Soegtrop). -- cgit v1.2.3