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

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

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