aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-02 01:42:14 +0200
committerPierre-Marie Pédrot2017-08-02 02:12:36 +0200
commit53374f189cc9b9b67ff94d5362fdffdba6c779a3 (patch)
tree8e90f7fa3646d65be369e6db5f0427c7a3b9d09d /tests
parentc96b746b17a37e242fc01103d22fa0b852da84c5 (diff)
Adding a few standard notations for Ltac1 tactics.
Diffstat (limited to 'tests')
-rw-r--r--tests/example2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example2.v b/tests/example2.v
index ffdb723ffb..398f33561e 100644
--- a/tests/example2.v
+++ b/tests/example2.v
@@ -1,6 +1,6 @@
Require Import Ltac2.Ltac2.
-Ltac2 Notation "split" bnd(bindings) := Std.split bnd.
+Import Ltac2.Notations.
Goal exists n, n = 0.
Proof.