aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_9679.v
blob: 24e69d23f9b3e1667cb5d4db3232795a672829da (plain)
1
2
3
4
5
6
(* Was raising an anomaly *)
Notation "'[#' ] f '|' x .. z '=n>' b" :=
  (fun x => .. (fun z => f b) ..)
    (at level 201, x binder, z binder,
     format "'[  ' [# ] '[' f  | ']'  x  ..  z  =n>  '[' b ']' ']'"
    ).