]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_notation/doc/core_notation.ma
adding library support (not ready yet)
[helm.git] / helm / ocaml / cic_notation / doc / core_notation.ma
1 notation "hvbox(a break \to b)" 
2   right associative with precedence 20
3 for @{ \forall $_:$a.$b }.
4
5 notation "hvbox(a break = b)" 
6   non associative with precedence 45
7 for @{ 'eq $a $b }.
8
9 notation "hvbox(a break \leq b)" 
10   non associative with precedence 45
11 for @{ 'leq $a $b }.
12
13 notation "hvbox(a break \geq b)" 
14   non associative with precedence 45
15 for @{ 'geq $a $b }.
16
17 notation "hvbox(a break \lt b)" 
18   non associative with precedence 45
19 for @{ 'lt $a $b }.
20
21 notation "hvbox(a break \gt b)" 
22   non associative with precedence 45
23 for @{ 'gt $a $b }.
24
25 notation "hvbox(a break \neq b)" 
26   non associative with precedence 45
27 for @{ 'neq $a $b }.
28
29 notation "hvbox(a break + b)" 
30   left associative with precedence 50
31 for @{ 'plus $a $b }.
32
33 notation "hvbox(a break - b)" 
34   left associative with precedence 50
35 for @{ 'minus $a $b }.
36
37 notation "hvbox(a break * b)" 
38   left associative with precedence 55
39 for @{ 'times $a $b }.
40
41 notation "hvbox(a break / b)" 
42   left associative with precedence 55
43 for @{ 'divide $a $b }.
44
45 notation "\frac a b" 
46   non associative with precedence 90
47 for @{ 'divide $a $b }.
48
49 notation "a \over b" 
50   non associative with precedence 55
51 for @{ 'divide $a $b }.
52
53 notation "- a" 
54   non associative with precedence 60
55 for @{ 'uminus $a }.
56
57 notation "\sqrt a" 
58   non associative with precedence 60
59 for @{ 'sqrt $a }.
60
61 notation "hvbox(a break \lor b)" 
62   left associative with precedence 30
63 for @{ 'or $a $b }.
64
65 notation "hvbox(a break \land b)" 
66   left associative with precedence 35
67 for @{ 'or $a $b }.
68
69 notation "hvbox(a break \lnot b)" 
70   left associative with precedence 40
71 for @{ 'or $a $b }.
72