summaryrefslogtreecommitdiff
path: root/test-suite/failure/Notations.v
blob: 074e176aa96491ebc66b824a02536505eac10b00 (plain)
1
2
3
4
5
6
7
(* Submitted by Roland Zumkeller *)

Notation "! A" := (forall i:nat, A) (at level 60).

(* Should fail: no dynamic capture *)
Check ! (i=i).