From bbf4ee2fe5072fa0bb639dce649c16fdd76f44b0 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 25 Jul 2017 23:43:26 +0200 Subject: Exporting some basic tactics from Ltac1. --- src/tac2stdlib.mli | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/tac2stdlib.mli (limited to 'src/tac2stdlib.mli') diff --git a/src/tac2stdlib.mli b/src/tac2stdlib.mli new file mode 100644 index 0000000000..927b57074d --- /dev/null +++ b/src/tac2stdlib.mli @@ -0,0 +1,9 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*