From 56744aadd413dd9417d245951083117b05170e14 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 22 Oct 2016 11:38:51 +0200 Subject: Fixing printing of generic arguments of tag "var". --- test-suite/output/ltac.out | 1 + test-suite/output/ltac.v | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'test-suite') diff --git a/test-suite/output/ltac.out b/test-suite/output/ltac.out index d003c70df9..266e4c7243 100644 --- a/test-suite/output/ltac.out +++ b/test-suite/output/ltac.out @@ -1,2 +1,3 @@ The command has indeed failed with message: Error: Ltac variable y depends on pattern variable name z which is not bound in current context. +Hx diff --git a/test-suite/output/ltac.v b/test-suite/output/ltac.v index 7e2610c7d7..e5bcff8ddb 100644 --- a/test-suite/output/ltac.v +++ b/test-suite/output/ltac.v @@ -15,3 +15,8 @@ lazymatch goal with | H1 : HT |- _ => idtac end. Abort. + +(* Check printing of the "var" argument "Hx" *) +Ltac m H := idtac H; exact H. +Goal True. +let a:=constr:(let Hx := 0 in ltac:(m Hx)) in idtac. -- cgit v1.2.3