-
Notifications
You must be signed in to change notification settings - Fork 0
/
Standard.test
160 lines (160 loc) · 6.31 KB
/
Standard.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
Import (Standard.awf)
Test Apply_Arrow Convert Convert -2 = -2
Test Apply_Arrow Convert Convert -1 = -1
Test Apply_Arrow Convert Convert 0 = 0
Test Apply_Arrow Convert Convert 1 = 1
Test Apply_Arrow Convert Convert 2 = 2
Test Apply_Arrow Convert Negate -2 = 2
Test Apply_Arrow Convert Negate -1 = 1
Test Apply_Arrow Convert Negate 0 = 0
Test Apply_Arrow Convert Negate 1 = -1
Test Apply_Arrow Convert Negate 2 = -2
Test Apply_Arrow Negate Convert -2 = 2
Test Apply_Arrow Negate Convert -1 = 1
Test Apply_Arrow Negate Convert 0 = 0
Test Apply_Arrow Negate Convert 1 = -1
Test Apply_Arrow Negate Convert 2 = -2
Test Apply_Arrow Negate Negate -2 = -2
Test Apply_Arrow Negate Negate -1 = -1
Test Apply_Arrow Negate Negate 0 = 0
Test Apply_Arrow Negate Negate 1 = 1
Test Apply_Arrow Negate Negate 2 = 2
Test Apply_discard Apply_Arrow -2 Convert -2 = -2
Test Apply_discard Apply_Arrow -2 Convert -1 = -2
Test Apply_discard Apply_Arrow -2 Convert 0 = -2
Test Apply_discard Apply_Arrow -2 Convert 1 = -2
Test Apply_discard Apply_Arrow -2 Convert 2 = -2
Test Apply_discard Apply_Arrow -2 Negate -2 = -2
Test Apply_discard Apply_Arrow -2 Negate -1 = -2
Test Apply_discard Apply_Arrow -2 Negate 0 = -2
Test Apply_discard Apply_Arrow -2 Negate 1 = -2
Test Apply_discard Apply_Arrow -2 Negate 2 = -2
Test Apply_discard Apply_Arrow -1 Convert -2 = -1
Test Apply_discard Apply_Arrow -1 Convert -1 = -1
Test Apply_discard Apply_Arrow -1 Convert 0 = -1
Test Apply_discard Apply_Arrow -1 Convert 1 = -1
Test Apply_discard Apply_Arrow -1 Convert 2 = -1
Test Apply_discard Apply_Arrow -1 Negate -2 = -1
Test Apply_discard Apply_Arrow -1 Negate -1 = -1
Test Apply_discard Apply_Arrow -1 Negate 0 = -1
Test Apply_discard Apply_Arrow -1 Negate 1 = -1
Test Apply_discard Apply_Arrow -1 Negate 2 = -1
Test Apply_discard Apply_Arrow 0 Convert -2 = 0
Test Apply_discard Apply_Arrow 0 Convert -1 = 0
Test Apply_discard Apply_Arrow 0 Convert 0 = 0
Test Apply_discard Apply_Arrow 0 Convert 1 = 0
Test Apply_discard Apply_Arrow 0 Convert 2 = 0
Test Apply_discard Apply_Arrow 0 Negate -2 = 0
Test Apply_discard Apply_Arrow 0 Negate -1 = 0
Test Apply_discard Apply_Arrow 0 Negate 0 = 0
Test Apply_discard Apply_Arrow 0 Negate 1 = 0
Test Apply_discard Apply_Arrow 0 Negate 2 = 0
Test Apply_discard Apply_Arrow 1 Convert -2 = 1
Test Apply_discard Apply_Arrow 1 Convert -1 = 1
Test Apply_discard Apply_Arrow 1 Convert 0 = 1
Test Apply_discard Apply_Arrow 1 Convert 1 = 1
Test Apply_discard Apply_Arrow 1 Convert 2 = 1
Test Apply_discard Apply_Arrow 1 Negate -2 = 1
Test Apply_discard Apply_Arrow 1 Negate -1 = 1
Test Apply_discard Apply_Arrow 1 Negate 0 = 1
Test Apply_discard Apply_Arrow 1 Negate 1 = 1
Test Apply_discard Apply_Arrow 1 Negate 2 = 1
Test Apply_discard Apply_Arrow 2 Convert -2 = 2
Test Apply_discard Apply_Arrow 2 Convert -1 = 2
Test Apply_discard Apply_Arrow 2 Convert 0 = 2
Test Apply_discard Apply_Arrow 2 Convert 1 = 2
Test Apply_discard Apply_Arrow 2 Convert 2 = 2
Test Apply_discard Apply_Arrow 2 Negate -2 = 2
Test Apply_discard Apply_Arrow 2 Negate -1 = 2
Test Apply_discard Apply_Arrow 2 Negate 0 = 2
Test Apply_discard Apply_Arrow 2 Negate 1 = 2
Test Apply_discard Apply_Arrow 2 Negate 2 = 2
Test Bind Apply_Arrow Flatten_Arrow Add Convert -2 = -4
Test Bind Apply_Arrow Flatten_Arrow Add Convert -1 = -2
Test Bind Apply_Arrow Flatten_Arrow Add Convert 0 = 0
Test Bind Apply_Arrow Flatten_Arrow Add Convert 1 = 2
Test Bind Apply_Arrow Flatten_Arrow Add Convert 2 = 4
Test Bind Apply_Arrow Flatten_Arrow Add Negate -2 = 0
Test Bind Apply_Arrow Flatten_Arrow Add Negate -1 = 0
Test Bind Apply_Arrow Flatten_Arrow Add Negate 0 = 0
Test Bind Apply_Arrow Flatten_Arrow Add Negate 1 = 0
Test Bind Apply_Arrow Flatten_Arrow Add Negate 2 = 0
Test Bind Apply_Arrow Flatten_Arrow Times Convert -2 = 4
Test Bind Apply_Arrow Flatten_Arrow Times Convert -1 = 1
Test Bind Apply_Arrow Flatten_Arrow Times Convert 0 = 0
Test Bind Apply_Arrow Flatten_Arrow Times Convert 1 = 1
Test Bind Apply_Arrow Flatten_Arrow Times Convert 2 = 4
Test Bind Apply_Arrow Flatten_Arrow Times Negate -2 = -4
Test Bind Apply_Arrow Flatten_Arrow Times Negate -1 = -1
Test Bind Apply_Arrow Flatten_Arrow Times Negate 0 = 0
Test Bind Apply_Arrow Flatten_Arrow Times Negate 1 = -1
Test Bind Apply_Arrow Flatten_Arrow Times Negate 2 = -4
Test Compose_Arrow Add Convert -2 = -4
Test Compose_Arrow Add Convert -1 = -2
Test Compose_Arrow Add Convert 0 = 0
Test Compose_Arrow Add Convert 1 = 2
Test Compose_Arrow Add Convert 2 = 4
Test Compose_Arrow Add Negate -2 = 0
Test Compose_Arrow Add Negate -1 = 0
Test Compose_Arrow Add Negate 0 = 0
Test Compose_Arrow Add Negate 1 = 0
Test Compose_Arrow Add Negate 2 = 0
Test Compose_Arrow Times Convert -2 = 4
Test Compose_Arrow Times Convert -1 = 1
Test Compose_Arrow Times Convert 0 = 0
Test Compose_Arrow Times Convert 1 = 1
Test Compose_Arrow Times Convert 2 = 4
Test Compose_Arrow Times Negate -2 = -4
Test Compose_Arrow Times Negate -1 = -1
Test Compose_Arrow Times Negate 0 = 0
Test Compose_Arrow Times Negate 1 = -1
Test Compose_Arrow Times Negate 2 = -4
Test Flatten_Arrow Add -2 = -4
Test Flatten_Arrow Add -1 = -2
Test Flatten_Arrow Add 0 = 0
Test Flatten_Arrow Add 1 = 2
Test Flatten_Arrow Add 2 = 4
Test Flatten_Arrow Times -2 = 4
Test Flatten_Arrow Times -1 = 1
Test Flatten_Arrow Times 0 = 0
Test Flatten_Arrow Times 1 = 1
Test Flatten_Arrow Times 2 = 4
Test Id = 1
Test Identity -2 = -2
Test Identity -1 = -1
Test Identity 0 = 0
Test Identity 1 = 1
Test Identity 2 = 2
Test Lift_Arrow -2 -2 = -2
Test Lift_Arrow -2 -1 = -2
Test Lift_Arrow -2 0 = -2
Test Lift_Arrow -2 1 = -2
Test Lift_Arrow -2 2 = -2
Test Lift_Arrow -1 -2 = -1
Test Lift_Arrow -1 -1 = -1
Test Lift_Arrow -1 0 = -1
Test Lift_Arrow -1 1 = -1
Test Lift_Arrow -1 2 = -1
Test Lift_Arrow 0 -2 = 0
Test Lift_Arrow 0 -1 = 0
Test Lift_Arrow 0 0 = 0
Test Lift_Arrow 0 1 = 0
Test Lift_Arrow 0 2 = 0
Test Lift_Arrow 1 -2 = 1
Test Lift_Arrow 1 -1 = 1
Test Lift_Arrow 1 0 = 1
Test Lift_Arrow 1 1 = 1
Test Lift_Arrow 1 2 = 1
Test Lift_Arrow 2 -2 = 2
Test Lift_Arrow 2 -1 = 2
Test Lift_Arrow 2 0 = 2
Test Lift_Arrow 2 1 = 2
Test Lift_Arrow 2 2 = 2
Test Negate -2 = 2
Test Negate -1 = 1
Test Negate 0 = 0
Test Negate 1 = -1
Test Negate 2 = -2
Test Zr = 0
````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````