summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/7903.v
blob: 55c7ee99a7aedd9d3c4de6634ff369a5e990c2e4 (plain)
1
2
3
4
(* Slightly improving interpretation of Ltac subterms in notations *)

Notation bar x f := (let z := ltac:(exact 1) in (fun x : nat => f)).
Check bar x (x + x).