\exists a,b,c:T.P
(possibly omitting the type).
In any case, however, the type is got rid of during parsing.
@{\lambda ${ident i} : $ty. $p}
@{\lambda ${ident i} . $p}}}.
-notation > "\exists ident x:A.break term 19 Px" with precedence 20 for @{ 'exists (λ${ident x}:$A.$Px) }.
-
-notation > "\exists ident x.break term 19 Px" with precedence 20 for @{ 'exists (λ${ident x}.$Px) }.
+(* Bugged notation: $T is not used if provided *)
+notation > "\exists list1 ident x sep , opt (: T). term 19 Px"
+ with precedence 20
+ for ${fold right @{$Px} rec acc @{'exists (λ${ident x}.$acc)}}.
notation "hvbox(\langle term 19 a, break term 19 b\rangle)"
with precedence 90 for @{ 'pair $a $b}.