aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-12-21 16:38:50 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-12-21 16:38:50 +0000
commit33a0cd9094f56387ed9de64b9787837682089324 (patch)
tree2fcf68305e4b5f3b0ef4b9b7daacd6c970ed6cfc /test-suite/success
parent7af730c8408f294ebe568240a3288f24a0959847 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2366 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success')
-rw-r--r--test-suite/success/ltac.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/success/ltac.v b/test-suite/success/ltac.v
new file mode 100644
index 000000000..32fadf266
--- /dev/null
+++ b/test-suite/success/ltac.v
@@ -0,0 +1,8 @@
+(* The tactic language *)
+
+(* Submitted by Pierre Crégut *)
+(* Checks substitution of x *)
+Tactic Definition f x := Unfold x; Idtac.
+
+Goal (plus O O) = O.
+f plus.