]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda/xoa_notation.ma
de716c38188351ba345f585cbdb52b0565334c77
[helm.git] / matita / matita / contribs / lambda / 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 (* multiple existental quantifier (2, 1) *)
18
19 notation > "hvbox(∃∃ ident x0 break . term 19 P0 break & term 19 P1)"
20  non associative with precedence 20
21  for @{ 'Ex (λ${ident x0}.$P0) (λ${ident x0}.$P1) }.
22
23 notation < "hvbox(∃∃ ident x0 break . term 19 P0 break & term 19 P1)"
24  non associative with precedence 20
25  for @{ 'Ex (λ${ident x0}:$T0.$P0) (λ${ident x0}:$T0.$P1) }.
26
27 (* multiple existental quantifier (3, 2) *)
28
29 notation > "hvbox(∃∃ ident x0 , ident x1 break . term 19 P0 break & term 19 P1 break & term 19 P2)"
30  non associative with precedence 20
31  for @{ 'Ex (λ${ident x0}.λ${ident x1}.$P0) (λ${ident x0}.λ${ident x1}.$P1) (λ${ident x0}.λ${ident x1}.$P2) }.
32
33 notation < "hvbox(∃∃ ident x0 , ident x1 break . term 19 P0 break & term 19 P1 break & term 19 P2)"
34  non associative with precedence 20
35  for @{ 'Ex (λ${ident x0}:$T0.λ${ident x1}:$T1.$P0) (λ${ident x0}:$T0.λ${ident x1}:$T1.$P1) (λ${ident x0}:$T0.λ${ident x1}:$T1.$P2) }.
36
37 (* multiple existental quantifier (4, 3) *)
38
39 notation > "hvbox(∃∃ ident x0 , ident x1 , ident x2 break . term 19 P0 break & term 19 P1 break & term 19 P2 break & term 19 P3)"
40  non associative with precedence 20
41  for @{ 'Ex (λ${ident x0}.λ${ident x1}.λ${ident x2}.$P0) (λ${ident x0}.λ${ident x1}.λ${ident x2}.$P1) (λ${ident x0}.λ${ident x1}.λ${ident x2}.$P2) (λ${ident x0}.λ${ident x1}.λ${ident x2}.$P3) }.
42
43 notation < "hvbox(∃∃ ident x0 , ident x1 , ident x2 break . term 19 P0 break & term 19 P1 break & term 19 P2 break & term 19 P3)"
44  non associative with precedence 20
45  for @{ 'Ex (λ${ident x0}:$T0.λ${ident x1}:$T1.λ${ident x2}:$T2.$P0) (λ${ident x0}:$T0.λ${ident x1}:$T1.λ${ident x2}:$T2.$P1) (λ${ident x0}:$T0.λ${ident x1}:$T1.λ${ident x2}:$T2.$P2) (λ${ident x0}:$T0.λ${ident x1}:$T1.λ${ident x2}:$T2.$P3) }.
46
47 (* multiple disjunction connective (3) *)
48
49 notation "hvbox(∨∨ term 29 P0 break | term 29 P1 break | term 29 P2)"
50  non associative with precedence 30
51  for @{ 'Or $P0 $P1 $P2 }.
52