summaryrefslogtreecommitdiff
path: root/test-suite/failure/Notations.v
blob: 83459de371e1cce67f42c027cd3153679caf758f (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 *)
Fail Check ! (i=i).