aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/Hints.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-06-05 14:43:35 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-06-05 14:43:35 +0000
commit8ded09eb5e1c28d8a6630c7d3e6d93f2ef4270be (patch)
tree5945cbed39c04a27d65d0c33f5008119797e2d18 /test-suite/success/Hints.v
parentf1af383e3b87fdc2e707b6b360881787a14ce93d (diff)
Fusion entre la nouvelle et l'ancienne syntaxe de HintDestruct
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2755 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success/Hints.v')
-rw-r--r--test-suite/success/Hints.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/success/Hints.v b/test-suite/success/Hints.v
index 036ba034d..f32753e02 100644
--- a/test-suite/success/Hints.v
+++ b/test-suite/success/Hints.v
@@ -17,9 +17,9 @@ Hints Unfold Coq.Init.Datatypes.fst Coq.Init.Logic.sym_equal.
Hints Unfold Coq.Init.Datatypes.fst Coq.Init.Logic.sym_equal : foo.
(* What's this stranged syntax ? *)
-HintDestruct Conclusion h6 (le ? ?) 4 [ (Apply $0) ].
-HintDestruct Discardable Hypothesis h7 (le ? ?) 4 [ (Apply $0) ].
-HintDestruct Hypothesis h8 (le ? ?) 4 [ (Apply $0) ].
+HintDestruct Conclusion h6 (le ? ?) 4 [ Fun H -> Apply H ].
+HintDestruct Discardable Hypothesis h7 (le ? ?) 4 [ Fun H -> Apply H ].
+HintDestruct Hypothesis h8 (le ? ?) 4 [ Fun H -> Apply H ].
(* Checks that local names are accepted *)
Section A.