]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/lambda-delta/xoa_notation.ma
- xoa: more existential types
[helm.git] / matita / matita / lib / lambda-delta / xoa_notation.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was generated by xoa.native: do not edit *********************)
16
17 notation "hvbox(∃∃ ident x0 . term 19 P0 & term 19 P1)"
18  non associative with precedence 20
19  for @{ 'Ex (λ${ident x0}.$P0) (λ${ident x0}.$P1) }.
20
21 notation "hvbox(∃∃ ident x0 , ident x1 . term 19 P0 & term 19 P1)"
22  non associative with precedence 20
23  for @{ 'Ex (λ${ident x0},${ident x1}.$P0) (λ${ident x0},${ident x1}.$P1) }.
24
25 notation "hvbox(∃∃ ident x0 , ident x1 . term 19 P0 & term 19 P1 & term 19 P2)"
26  non associative with precedence 20
27  for @{ 'Ex (λ${ident x0},${ident x1}.$P0) (λ${ident x0},${ident x1}.$P1) (λ${ident x0},${ident x1}.$P2) }.
28