@calcit/procs 0.9.19 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.compact-inc.cirru +20 -0
- package/.vscode/launch.json +157 -0
- package/.vscode/settings.json +3 -0
- package/demos/.calcit-runner.cirru +389 -0
- package/demos/calcit.cirru +2555 -0
- package/demos/compact.cirru +469 -0
- package/demos/test_request.json +1 -0
- package/lib/package.json +1 -1
- package/package.json +1 -1
- package/profile.json +1 -0
|
@@ -0,0 +1,2555 @@
|
|
|
1
|
+
|
|
2
|
+
{} (:package |quaternion)
|
|
3
|
+
:configs $ {} (:init-fn |quaternion.test/main!) (:port 6001) (:reload-fn |quaternion.test/reload!) (:version |0.2.1)
|
|
4
|
+
:modules $ [] |calcit-test/
|
|
5
|
+
:entries $ {}
|
|
6
|
+
:test $ {} (:init-fn |quaternion.test/main!) (:reload-fn |quaternion.test/reload!)
|
|
7
|
+
:modules $ [] |calcit-test/
|
|
8
|
+
:files $ {}
|
|
9
|
+
|quaternion.complex $ %{} :FileEntry
|
|
10
|
+
:defs $ {}
|
|
11
|
+
|%complex $ %{} :CodeEntry (:doc |)
|
|
12
|
+
:code $ %{} :Expr (:at 1698515169609) (:by |u0)
|
|
13
|
+
:data $ {}
|
|
14
|
+
|T $ %{} :Leaf (:at 1698515872090) (:by |u0) (:text |defrecord!)
|
|
15
|
+
|b $ %{} :Leaf (:at 1698515169609) (:by |u0) (:text |%complex)
|
|
16
|
+
|h $ %{} :Expr (:at 1698515169609) (:by |u0)
|
|
17
|
+
:data $ {}
|
|
18
|
+
|T $ %{} :Leaf (:at 1698515218943) (:by |u0) (:text |:+)
|
|
19
|
+
|b $ %{} :Leaf (:at 1698515344668) (:by |u0) (:text |&c+)
|
|
20
|
+
|l $ %{} :Expr (:at 1698515191403) (:by |u0)
|
|
21
|
+
:data $ {}
|
|
22
|
+
|T $ %{} :Leaf (:at 1698515221009) (:by |u0) (:text |:-)
|
|
23
|
+
|b $ %{} :Leaf (:at 1698515347973) (:by |u0) (:text |&c-)
|
|
24
|
+
|o $ %{} :Expr (:at 1698515205401) (:by |u0)
|
|
25
|
+
:data $ {}
|
|
26
|
+
|T $ %{} :Leaf (:at 1698515222955) (:by |u0) (:text |:*)
|
|
27
|
+
|b $ %{} :Leaf (:at 1698515352060) (:by |u0) (:text |&c*)
|
|
28
|
+
|q $ %{} :Expr (:at 1698515243420) (:by |u0)
|
|
29
|
+
:data $ {}
|
|
30
|
+
|T $ %{} :Leaf (:at 1698515248022) (:by |u0) (:text |:length)
|
|
31
|
+
|b $ %{} :Leaf (:at 1698515355241) (:by |u0) (:text |c-length)
|
|
32
|
+
|s $ %{} :Expr (:at 1698515266724) (:by |u0)
|
|
33
|
+
:data $ {}
|
|
34
|
+
|T $ %{} :Leaf (:at 1698515272474) (:by |u0) (:text |:scale)
|
|
35
|
+
|b $ %{} :Leaf (:at 1698515359394) (:by |u0) (:text |c-scale)
|
|
36
|
+
|t $ %{} :Expr (:at 1698515373340) (:by |u0)
|
|
37
|
+
:data $ {}
|
|
38
|
+
|T $ %{} :Leaf (:at 1698515378428) (:by |u0) (:text |:conjugate)
|
|
39
|
+
|b $ %{} :Leaf (:at 1698515382968) (:by |u0) (:text |c-conjugate)
|
|
40
|
+
|u $ %{} :Expr (:at 1698515515039) (:by |u0)
|
|
41
|
+
:data $ {}
|
|
42
|
+
|T $ %{} :Leaf (:at 1698515519574) (:by |u0) (:text |:to-js)
|
|
43
|
+
|b $ %{} :Expr (:at 1698515521115) (:by |u0)
|
|
44
|
+
:data $ {}
|
|
45
|
+
|T $ %{} :Leaf (:at 1698515524215) (:by |u0) (:text |fn)
|
|
46
|
+
|b $ %{} :Expr (:at 1698515525158) (:by |u0)
|
|
47
|
+
:data $ {}
|
|
48
|
+
|T $ %{} :Leaf (:at 1698515526338) (:by |u0) (:text |self)
|
|
49
|
+
|h $ %{} :Expr (:at 1698515528118) (:by |u0)
|
|
50
|
+
:data $ {}
|
|
51
|
+
|T $ %{} :Leaf (:at 1698515532195) (:by |u0) (:text |tag-match)
|
|
52
|
+
|X $ %{} :Leaf (:at 1698516341202) (:by |u0) (:text |self)
|
|
53
|
+
|b $ %{} :Expr (:at 1698515532545) (:by |u0)
|
|
54
|
+
:data $ {}
|
|
55
|
+
|T $ %{} :Expr (:at 1698515532720) (:by |u0)
|
|
56
|
+
:data $ {}
|
|
57
|
+
|T $ %{} :Leaf (:at 1698515535135) (:by |u0) (:text |:complex)
|
|
58
|
+
|b $ %{} :Leaf (:at 1698515536688) (:by |u0) (:text |x)
|
|
59
|
+
|h $ %{} :Leaf (:at 1698515537042) (:by |u0) (:text |y)
|
|
60
|
+
|b $ %{} :Expr (:at 1698515537714) (:by |u0)
|
|
61
|
+
:data $ {}
|
|
62
|
+
|T $ %{} :Leaf (:at 1698515541302) (:by |u0) (:text |js-array)
|
|
63
|
+
|b $ %{} :Leaf (:at 1698515541696) (:by |u0) (:text |x)
|
|
64
|
+
|h $ %{} :Leaf (:at 1698515541964) (:by |u0) (:text |y)
|
|
65
|
+
|&c* $ %{} :CodeEntry (:doc |)
|
|
66
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
67
|
+
:data $ {}
|
|
68
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
69
|
+
|b $ %{} :Leaf (:at 1698514846462) (:by |u0) (:text |&c*)
|
|
70
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
71
|
+
:data $ {}
|
|
72
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
73
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
74
|
+
|l $ %{} :Expr (:at 1698426379535) (:by |u0)
|
|
75
|
+
:data $ {}
|
|
76
|
+
|D $ %{} :Leaf (:at 1698426384440) (:by |u0) (:text |tag-match)
|
|
77
|
+
|L $ %{} :Leaf (:at 1698426384847) (:by |u0) (:text |a)
|
|
78
|
+
|P $ %{} :Expr (:at 1698426385433) (:by |u0)
|
|
79
|
+
:data $ {}
|
|
80
|
+
|T $ %{} :Expr (:at 1698426386015) (:by |u0)
|
|
81
|
+
:data $ {}
|
|
82
|
+
|T $ %{} :Leaf (:at 1698426401149) (:by |u0) (:text |:complex)
|
|
83
|
+
|b $ %{} :Leaf (:at 1698426407657) (:by |u0) (:text |x0)
|
|
84
|
+
|h $ %{} :Leaf (:at 1698426409295) (:by |u0) (:text |y0)
|
|
85
|
+
|b $ %{} :Expr (:at 1698426410771) (:by |u0)
|
|
86
|
+
:data $ {}
|
|
87
|
+
|T $ %{} :Leaf (:at 1698426413076) (:by |u0) (:text |tag-match)
|
|
88
|
+
|b $ %{} :Leaf (:at 1698426414032) (:by |u0) (:text |b)
|
|
89
|
+
|h $ %{} :Expr (:at 1698426414488) (:by |u0)
|
|
90
|
+
:data $ {}
|
|
91
|
+
|T $ %{} :Expr (:at 1698426416456) (:by |u0)
|
|
92
|
+
:data $ {}
|
|
93
|
+
|T $ %{} :Leaf (:at 1698426416456) (:by |u0) (:text |:complex)
|
|
94
|
+
|b $ %{} :Leaf (:at 1698426419229) (:by |u0) (:text |x1)
|
|
95
|
+
|h $ %{} :Leaf (:at 1698426420024) (:by |u0) (:text |y1)
|
|
96
|
+
|b $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
97
|
+
:data $ {}
|
|
98
|
+
|X $ %{} :Leaf (:at 1698515448384) (:by |u0) (:text |complex)
|
|
99
|
+
|b $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
100
|
+
:data $ {}
|
|
101
|
+
|T $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |&-)
|
|
102
|
+
|b $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
103
|
+
:data $ {}
|
|
104
|
+
|T $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |&*)
|
|
105
|
+
|b $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |x0)
|
|
106
|
+
|h $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |x1)
|
|
107
|
+
|h $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
108
|
+
:data $ {}
|
|
109
|
+
|T $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |&*)
|
|
110
|
+
|b $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |y0)
|
|
111
|
+
|h $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |y1)
|
|
112
|
+
|h $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
113
|
+
:data $ {}
|
|
114
|
+
|T $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |&+)
|
|
115
|
+
|b $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
116
|
+
:data $ {}
|
|
117
|
+
|T $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |&*)
|
|
118
|
+
|b $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |x0)
|
|
119
|
+
|h $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |y1)
|
|
120
|
+
|h $ %{} :Expr (:at 1698426423872) (:by |u0)
|
|
121
|
+
:data $ {}
|
|
122
|
+
|T $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |&*)
|
|
123
|
+
|b $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |x1)
|
|
124
|
+
|h $ %{} :Leaf (:at 1698426423872) (:by |u0) (:text |y0)
|
|
125
|
+
|&c+ $ %{} :CodeEntry (:doc |)
|
|
126
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
127
|
+
:data $ {}
|
|
128
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
129
|
+
|b $ %{} :Leaf (:at 1698514853413) (:by |u0) (:text |&c+)
|
|
130
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
131
|
+
:data $ {}
|
|
132
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
133
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
134
|
+
|o $ %{} :Expr (:at 1698426915716) (:by |u0)
|
|
135
|
+
:data $ {}
|
|
136
|
+
|T $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |tag-match)
|
|
137
|
+
|b $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |a)
|
|
138
|
+
|h $ %{} :Expr (:at 1698426915716) (:by |u0)
|
|
139
|
+
:data $ {}
|
|
140
|
+
|T $ %{} :Expr (:at 1698426915716) (:by |u0)
|
|
141
|
+
:data $ {}
|
|
142
|
+
|T $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |:complex)
|
|
143
|
+
|b $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |x0)
|
|
144
|
+
|h $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |y0)
|
|
145
|
+
|b $ %{} :Expr (:at 1698426915716) (:by |u0)
|
|
146
|
+
:data $ {}
|
|
147
|
+
|T $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |tag-match)
|
|
148
|
+
|b $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |b)
|
|
149
|
+
|h $ %{} :Expr (:at 1698426915716) (:by |u0)
|
|
150
|
+
:data $ {}
|
|
151
|
+
|T $ %{} :Expr (:at 1698426915716) (:by |u0)
|
|
152
|
+
:data $ {}
|
|
153
|
+
|T $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |:complex)
|
|
154
|
+
|b $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |x1)
|
|
155
|
+
|h $ %{} :Leaf (:at 1698426915716) (:by |u0) (:text |y1)
|
|
156
|
+
|h $ %{} :Expr (:at 1698426922541) (:by |u0)
|
|
157
|
+
:data $ {}
|
|
158
|
+
|T $ %{} :Leaf (:at 1698515461702) (:by |u0) (:text |complex)
|
|
159
|
+
|b $ %{} :Expr (:at 1698426922541) (:by |u0)
|
|
160
|
+
:data $ {}
|
|
161
|
+
|T $ %{} :Leaf (:at 1698426922541) (:by |u0) (:text |&+)
|
|
162
|
+
|b $ %{} :Leaf (:at 1698426922541) (:by |u0) (:text |x0)
|
|
163
|
+
|h $ %{} :Leaf (:at 1698426922541) (:by |u0) (:text |x1)
|
|
164
|
+
|h $ %{} :Expr (:at 1698426922541) (:by |u0)
|
|
165
|
+
:data $ {}
|
|
166
|
+
|T $ %{} :Leaf (:at 1698426922541) (:by |u0) (:text |&+)
|
|
167
|
+
|b $ %{} :Leaf (:at 1698426922541) (:by |u0) (:text |y0)
|
|
168
|
+
|h $ %{} :Leaf (:at 1698426922541) (:by |u0) (:text |y1)
|
|
169
|
+
|&c- $ %{} :CodeEntry (:doc |)
|
|
170
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
171
|
+
:data $ {}
|
|
172
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
173
|
+
|b $ %{} :Leaf (:at 1698514860031) (:by |u0) (:text |&c-)
|
|
174
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
175
|
+
:data $ {}
|
|
176
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
177
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
178
|
+
|o $ %{} :Expr (:at 1698426962700) (:by |u0)
|
|
179
|
+
:data $ {}
|
|
180
|
+
|T $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |tag-match)
|
|
181
|
+
|b $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |a)
|
|
182
|
+
|h $ %{} :Expr (:at 1698426962700) (:by |u0)
|
|
183
|
+
:data $ {}
|
|
184
|
+
|T $ %{} :Expr (:at 1698426962700) (:by |u0)
|
|
185
|
+
:data $ {}
|
|
186
|
+
|T $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |:complex)
|
|
187
|
+
|b $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |x0)
|
|
188
|
+
|h $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |y0)
|
|
189
|
+
|b $ %{} :Expr (:at 1698426962700) (:by |u0)
|
|
190
|
+
:data $ {}
|
|
191
|
+
|T $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |tag-match)
|
|
192
|
+
|b $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |b)
|
|
193
|
+
|h $ %{} :Expr (:at 1698426962700) (:by |u0)
|
|
194
|
+
:data $ {}
|
|
195
|
+
|T $ %{} :Expr (:at 1698426962700) (:by |u0)
|
|
196
|
+
:data $ {}
|
|
197
|
+
|T $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |:complex)
|
|
198
|
+
|b $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |x1)
|
|
199
|
+
|h $ %{} :Leaf (:at 1698426962700) (:by |u0) (:text |y1)
|
|
200
|
+
|h $ %{} :Expr (:at 1698426965772) (:by |u0)
|
|
201
|
+
:data $ {}
|
|
202
|
+
|X $ %{} :Leaf (:at 1698515467602) (:by |u0) (:text |complex)
|
|
203
|
+
|b $ %{} :Expr (:at 1698426965772) (:by |u0)
|
|
204
|
+
:data $ {}
|
|
205
|
+
|T $ %{} :Leaf (:at 1698426965772) (:by |u0) (:text |&-)
|
|
206
|
+
|b $ %{} :Leaf (:at 1698426965772) (:by |u0) (:text |x0)
|
|
207
|
+
|h $ %{} :Leaf (:at 1698426965772) (:by |u0) (:text |x1)
|
|
208
|
+
|h $ %{} :Expr (:at 1698426965772) (:by |u0)
|
|
209
|
+
:data $ {}
|
|
210
|
+
|T $ %{} :Leaf (:at 1698426965772) (:by |u0) (:text |&-)
|
|
211
|
+
|b $ %{} :Leaf (:at 1698426965772) (:by |u0) (:text |y0)
|
|
212
|
+
|h $ %{} :Leaf (:at 1698426965772) (:by |u0) (:text |y1)
|
|
213
|
+
|c* $ %{} :CodeEntry (:doc |)
|
|
214
|
+
:code $ %{} :Expr (:at 1672158354635) (:by |u0)
|
|
215
|
+
:data $ {}
|
|
216
|
+
|T $ %{} :Leaf (:at 1672158354635) (:by |u0) (:text |defn)
|
|
217
|
+
|b $ %{} :Leaf (:at 1698514868075) (:by |u0) (:text |c*)
|
|
218
|
+
|h $ %{} :Expr (:at 1672158366507) (:by |u0)
|
|
219
|
+
:data $ {}
|
|
220
|
+
|T $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |&)
|
|
221
|
+
|b $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |xs)
|
|
222
|
+
|l $ %{} :Expr (:at 1672158366507) (:by |u0)
|
|
223
|
+
:data $ {}
|
|
224
|
+
|T $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |foldl)
|
|
225
|
+
|b $ %{} :Expr (:at 1672158592836) (:by |u0)
|
|
226
|
+
:data $ {}
|
|
227
|
+
|D $ %{} :Leaf (:at 1672158595330) (:by |u0) (:text |rest)
|
|
228
|
+
|T $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |xs)
|
|
229
|
+
|g $ %{} :Expr (:at 1672158598146) (:by |u0)
|
|
230
|
+
:data $ {}
|
|
231
|
+
|T $ %{} :Leaf (:at 1672158598951) (:by |u0) (:text |first)
|
|
232
|
+
|b $ %{} :Leaf (:at 1672158599938) (:by |u0) (:text |xs)
|
|
233
|
+
|l $ %{} :Expr (:at 1672158366507) (:by |u0)
|
|
234
|
+
:data $ {}
|
|
235
|
+
|T $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |fn)
|
|
236
|
+
|b $ %{} :Expr (:at 1672158366507) (:by |u0)
|
|
237
|
+
:data $ {}
|
|
238
|
+
|T $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |acc)
|
|
239
|
+
|b $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |x)
|
|
240
|
+
|h $ %{} :Expr (:at 1672158366507) (:by |u0)
|
|
241
|
+
:data $ {}
|
|
242
|
+
|T $ %{} :Leaf (:at 1672158511951) (:by |u0) (:text |&c*)
|
|
243
|
+
|b $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |acc)
|
|
244
|
+
|h $ %{} :Leaf (:at 1672158366507) (:by |u0) (:text |x)
|
|
245
|
+
|c+ $ %{} :CodeEntry (:doc |)
|
|
246
|
+
:code $ %{} :Expr (:at 1672158328455) (:by |u0)
|
|
247
|
+
:data $ {}
|
|
248
|
+
|T $ %{} :Leaf (:at 1672158328455) (:by |u0) (:text |defn)
|
|
249
|
+
|b $ %{} :Leaf (:at 1698514875201) (:by |u0) (:text |c+)
|
|
250
|
+
|h $ %{} :Expr (:at 1672158333053) (:by |u0)
|
|
251
|
+
:data $ {}
|
|
252
|
+
|T $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |&)
|
|
253
|
+
|b $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |xs)
|
|
254
|
+
|l $ %{} :Expr (:at 1672158333053) (:by |u0)
|
|
255
|
+
:data $ {}
|
|
256
|
+
|T $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |foldl)
|
|
257
|
+
|b $ %{} :Expr (:at 1672158878695) (:by |u0)
|
|
258
|
+
:data $ {}
|
|
259
|
+
|D $ %{} :Leaf (:at 1672158879903) (:by |u0) (:text |rest)
|
|
260
|
+
|T $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |xs)
|
|
261
|
+
|g $ %{} :Expr (:at 1672158873771) (:by |u0)
|
|
262
|
+
:data $ {}
|
|
263
|
+
|T $ %{} :Leaf (:at 1672158875952) (:by |u0) (:text |first)
|
|
264
|
+
|b $ %{} :Leaf (:at 1672158877389) (:by |u0) (:text |xs)
|
|
265
|
+
|l $ %{} :Expr (:at 1672158333053) (:by |u0)
|
|
266
|
+
:data $ {}
|
|
267
|
+
|T $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |fn)
|
|
268
|
+
|b $ %{} :Expr (:at 1672158333053) (:by |u0)
|
|
269
|
+
:data $ {}
|
|
270
|
+
|T $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |acc)
|
|
271
|
+
|b $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |x)
|
|
272
|
+
|h $ %{} :Expr (:at 1672158333053) (:by |u0)
|
|
273
|
+
:data $ {}
|
|
274
|
+
|T $ %{} :Leaf (:at 1672158338131) (:by |u0) (:text |&c+)
|
|
275
|
+
|b $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |acc)
|
|
276
|
+
|h $ %{} :Leaf (:at 1672158333053) (:by |u0) (:text |x)
|
|
277
|
+
|c-conjugate $ %{} :CodeEntry (:doc |)
|
|
278
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
279
|
+
:data $ {}
|
|
280
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
281
|
+
|b $ %{} :Leaf (:at 1698515417964) (:by |u0) (:text |c-conjugate)
|
|
282
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
283
|
+
:data $ {}
|
|
284
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
285
|
+
|o $ %{} :Expr (:at 1698427065493) (:by |u0)
|
|
286
|
+
:data $ {}
|
|
287
|
+
|T $ %{} :Leaf (:at 1698427067140) (:by |u0) (:text |tag-match)
|
|
288
|
+
|b $ %{} :Leaf (:at 1698427067889) (:by |u0) (:text |a)
|
|
289
|
+
|h $ %{} :Expr (:at 1698427068217) (:by |u0)
|
|
290
|
+
:data $ {}
|
|
291
|
+
|T $ %{} :Expr (:at 1698427069549) (:by |u0)
|
|
292
|
+
:data $ {}
|
|
293
|
+
|b $ %{} :Leaf (:at 1698427073862) (:by |u0) (:text |:complex)
|
|
294
|
+
|h $ %{} :Leaf (:at 1698427075830) (:by |u0) (:text |x)
|
|
295
|
+
|l $ %{} :Leaf (:at 1698427076222) (:by |u0) (:text |y)
|
|
296
|
+
|b $ %{} :Expr (:at 1698427079999) (:by |u0)
|
|
297
|
+
:data $ {}
|
|
298
|
+
|T $ %{} :Leaf (:at 1698515479836) (:by |u0) (:text |complex)
|
|
299
|
+
|b $ %{} :Expr (:at 1698427079999) (:by |u0)
|
|
300
|
+
:data $ {}
|
|
301
|
+
|T $ %{} :Leaf (:at 1698427079999) (:by |u0) (:text |&-)
|
|
302
|
+
|b $ %{} :Leaf (:at 1698427079999) (:by |u0) (:text |0)
|
|
303
|
+
|h $ %{} :Leaf (:at 1698427079999) (:by |u0) (:text |x)
|
|
304
|
+
|h $ %{} :Leaf (:at 1698427114082) (:by |u0) (:text |y)
|
|
305
|
+
|c-length $ %{} :CodeEntry (:doc |)
|
|
306
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
307
|
+
:data $ {}
|
|
308
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
309
|
+
|b $ %{} :Leaf (:at 1698514890011) (:by |u0) (:text |c-length)
|
|
310
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
311
|
+
:data $ {}
|
|
312
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |v)
|
|
313
|
+
|o $ %{} :Expr (:at 1698427159049) (:by |u0)
|
|
314
|
+
:data $ {}
|
|
315
|
+
|T $ %{} :Leaf (:at 1698427161447) (:by |u0) (:text |tag-match)
|
|
316
|
+
|b $ %{} :Leaf (:at 1698427162014) (:by |u0) (:text |v)
|
|
317
|
+
|h $ %{} :Expr (:at 1698427162465) (:by |u0)
|
|
318
|
+
:data $ {}
|
|
319
|
+
|T $ %{} :Expr (:at 1698427162633) (:by |u0)
|
|
320
|
+
:data $ {}
|
|
321
|
+
|h $ %{} :Leaf (:at 1698427166285) (:by |u0) (:text |:complex)
|
|
322
|
+
|l $ %{} :Leaf (:at 1698427168748) (:by |u0) (:text |x)
|
|
323
|
+
|o $ %{} :Leaf (:at 1698427169121) (:by |u0) (:text |y)
|
|
324
|
+
|b $ %{} :Expr (:at 1698427175772) (:by |u0)
|
|
325
|
+
:data $ {}
|
|
326
|
+
|T $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |sqrt)
|
|
327
|
+
|b $ %{} :Expr (:at 1698427175772) (:by |u0)
|
|
328
|
+
:data $ {}
|
|
329
|
+
|T $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |&+)
|
|
330
|
+
|b $ %{} :Expr (:at 1698427175772) (:by |u0)
|
|
331
|
+
:data $ {}
|
|
332
|
+
|T $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |&*)
|
|
333
|
+
|b $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |x)
|
|
334
|
+
|h $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |x)
|
|
335
|
+
|h $ %{} :Expr (:at 1698427175772) (:by |u0)
|
|
336
|
+
:data $ {}
|
|
337
|
+
|T $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |&*)
|
|
338
|
+
|b $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |y)
|
|
339
|
+
|h $ %{} :Leaf (:at 1698427175772) (:by |u0) (:text |y)
|
|
340
|
+
|c-length2 $ %{} :CodeEntry (:doc |)
|
|
341
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
342
|
+
:data $ {}
|
|
343
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
344
|
+
|b $ %{} :Leaf (:at 1698514899154) (:by |u0) (:text |c-length2)
|
|
345
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
346
|
+
:data $ {}
|
|
347
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |v)
|
|
348
|
+
|o $ %{} :Expr (:at 1698427132247) (:by |u0)
|
|
349
|
+
:data $ {}
|
|
350
|
+
|T $ %{} :Leaf (:at 1698427134797) (:by |u0) (:text |tag-match)
|
|
351
|
+
|b $ %{} :Leaf (:at 1698427136461) (:by |u0) (:text |v)
|
|
352
|
+
|h $ %{} :Expr (:at 1698427136798) (:by |u0)
|
|
353
|
+
:data $ {}
|
|
354
|
+
|T $ %{} :Expr (:at 1698427137793) (:by |u0)
|
|
355
|
+
:data $ {}
|
|
356
|
+
|T $ %{} :Leaf (:at 1698427137205) (:by |u0) (:text |::)
|
|
357
|
+
|b $ %{} :Leaf (:at 1698427141108) (:by |u0) (:text |:complex)
|
|
358
|
+
|h $ %{} :Leaf (:at 1698427141933) (:by |u0) (:text |x)
|
|
359
|
+
|l $ %{} :Leaf (:at 1698427143029) (:by |u0) (:text |y)
|
|
360
|
+
|b $ %{} :Expr (:at 1698427147978) (:by |u0)
|
|
361
|
+
:data $ {}
|
|
362
|
+
|T $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |&+)
|
|
363
|
+
|b $ %{} :Expr (:at 1698427147978) (:by |u0)
|
|
364
|
+
:data $ {}
|
|
365
|
+
|T $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |&*)
|
|
366
|
+
|b $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |x)
|
|
367
|
+
|h $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |x)
|
|
368
|
+
|h $ %{} :Expr (:at 1698427147978) (:by |u0)
|
|
369
|
+
:data $ {}
|
|
370
|
+
|T $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |&*)
|
|
371
|
+
|b $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |y)
|
|
372
|
+
|h $ %{} :Leaf (:at 1698427147978) (:by |u0) (:text |y)
|
|
373
|
+
|c-scale $ %{} :CodeEntry (:doc |)
|
|
374
|
+
:code $ %{} :Expr (:at 1672159178398) (:by |u0)
|
|
375
|
+
:data $ {}
|
|
376
|
+
|T $ %{} :Leaf (:at 1672159178398) (:by |u0) (:text |defn)
|
|
377
|
+
|b $ %{} :Leaf (:at 1698514905926) (:by |u0) (:text |c-scale)
|
|
378
|
+
|h $ %{} :Expr (:at 1672159191632) (:by |u0)
|
|
379
|
+
:data $ {}
|
|
380
|
+
|T $ %{} :Leaf (:at 1672159191632) (:by |u0) (:text |v)
|
|
381
|
+
|b $ %{} :Leaf (:at 1672159191632) (:by |u0) (:text |n)
|
|
382
|
+
|o $ %{} :Expr (:at 1698427214955) (:by |u0)
|
|
383
|
+
:data $ {}
|
|
384
|
+
|T $ %{} :Leaf (:at 1698427229381) (:by |u0) (:text |tag-match)
|
|
385
|
+
|b $ %{} :Leaf (:at 1698427230454) (:by |u0) (:text |v)
|
|
386
|
+
|h $ %{} :Expr (:at 1698427235053) (:by |u0)
|
|
387
|
+
:data $ {}
|
|
388
|
+
|T $ %{} :Expr (:at 1698427235913) (:by |u0)
|
|
389
|
+
:data $ {}
|
|
390
|
+
|T $ %{} :Leaf (:at 1698427240925) (:by |u0) (:text |:complex)
|
|
391
|
+
|b $ %{} :Leaf (:at 1698427242798) (:by |u0) (:text |x)
|
|
392
|
+
|h $ %{} :Leaf (:at 1698427243137) (:by |u0) (:text |y)
|
|
393
|
+
|b $ %{} :Expr (:at 1698427245196) (:by |u0)
|
|
394
|
+
:data $ {}
|
|
395
|
+
|T $ %{} :Leaf (:at 1698515497363) (:by |u0) (:text |complex)
|
|
396
|
+
|b $ %{} :Expr (:at 1698427248246) (:by |u0)
|
|
397
|
+
:data $ {}
|
|
398
|
+
|T $ %{} :Leaf (:at 1698427248246) (:by |u0) (:text |&*)
|
|
399
|
+
|b $ %{} :Leaf (:at 1698427248246) (:by |u0) (:text |n)
|
|
400
|
+
|h $ %{} :Leaf (:at 1698427248246) (:by |u0) (:text |x)
|
|
401
|
+
|h $ %{} :Expr (:at 1698427248246) (:by |u0)
|
|
402
|
+
:data $ {}
|
|
403
|
+
|T $ %{} :Leaf (:at 1698427248246) (:by |u0) (:text |&*)
|
|
404
|
+
|b $ %{} :Leaf (:at 1698427248246) (:by |u0) (:text |n)
|
|
405
|
+
|h $ %{} :Leaf (:at 1698427248246) (:by |u0) (:text |y)
|
|
406
|
+
|complex $ %{} :CodeEntry (:doc |)
|
|
407
|
+
:code $ %{} :Expr (:at 1698515299150) (:by |u0)
|
|
408
|
+
:data $ {}
|
|
409
|
+
|T $ %{} :Leaf (:at 1698515299150) (:by |u0) (:text |defn)
|
|
410
|
+
|b $ %{} :Leaf (:at 1698515299150) (:by |u0) (:text |complex)
|
|
411
|
+
|h $ %{} :Expr (:at 1698515299150) (:by |u0)
|
|
412
|
+
:data $ {}
|
|
413
|
+
|T $ %{} :Leaf (:at 1698515303221) (:by |u0) (:text |x)
|
|
414
|
+
|b $ %{} :Leaf (:at 1698515303629) (:by |u0) (:text |y)
|
|
415
|
+
|l $ %{} :Expr (:at 1698515304400) (:by |u0)
|
|
416
|
+
:data $ {}
|
|
417
|
+
|T $ %{} :Leaf (:at 1698515331094) (:by |u0) (:text |%::)
|
|
418
|
+
|X $ %{} :Leaf (:at 1698515335759) (:by |u0) (:text |%complex)
|
|
419
|
+
|b $ %{} :Leaf (:at 1698515326182) (:by |u0) (:text |:complex)
|
|
420
|
+
|h $ %{} :Leaf (:at 1698515327951) (:by |u0) (:text |x)
|
|
421
|
+
|l $ %{} :Leaf (:at 1698515328238) (:by |u0) (:text |y)
|
|
422
|
+
:ns $ %{} :CodeEntry (:doc |)
|
|
423
|
+
:code $ %{} :Expr (:at 1698514837954) (:by |u0)
|
|
424
|
+
:data $ {}
|
|
425
|
+
|T $ %{} :Leaf (:at 1698514837954) (:by |u0) (:text |ns)
|
|
426
|
+
|b $ %{} :Leaf (:at 1698514837954) (:by |u0) (:text |quaternion.complex)
|
|
427
|
+
|quaternion.core $ %{} :FileEntry
|
|
428
|
+
:defs $ {}
|
|
429
|
+
|%quaternion $ %{} :CodeEntry (:doc |)
|
|
430
|
+
:code $ %{} :Expr (:at 1698515843636) (:by |u0)
|
|
431
|
+
:data $ {}
|
|
432
|
+
|T $ %{} :Leaf (:at 1698515865727) (:by |u0) (:text |defrecord!)
|
|
433
|
+
|b $ %{} :Leaf (:at 1698515843636) (:by |u0) (:text |%quaternion)
|
|
434
|
+
|h $ %{} :Expr (:at 1698515843636) (:by |u0)
|
|
435
|
+
:data $ {}
|
|
436
|
+
|T $ %{} :Leaf (:at 1698515880586) (:by |u0) (:text |:+)
|
|
437
|
+
|b $ %{} :Leaf (:at 1698515882026) (:by |u0) (:text |&q+)
|
|
438
|
+
|l $ %{} :Expr (:at 1698515891346) (:by |u0)
|
|
439
|
+
:data $ {}
|
|
440
|
+
|T $ %{} :Leaf (:at 1698515900878) (:by |u0) (:text |:-)
|
|
441
|
+
|b $ %{} :Leaf (:at 1698515906186) (:by |u0) (:text |&q-)
|
|
442
|
+
|o $ %{} :Expr (:at 1698515906796) (:by |u0)
|
|
443
|
+
:data $ {}
|
|
444
|
+
|T $ %{} :Leaf (:at 1698515908067) (:by |u0) (:text |:*)
|
|
445
|
+
|b $ %{} :Leaf (:at 1698515911440) (:by |u0) (:text |&q*)
|
|
446
|
+
|q $ %{} :Expr (:at 1698515938167) (:by |u0)
|
|
447
|
+
:data $ {}
|
|
448
|
+
|T $ %{} :Leaf (:at 1698515940672) (:by |u0) (:text |:inverse)
|
|
449
|
+
|b $ %{} :Leaf (:at 1698515943416) (:by |u0) (:text |q-inverse)
|
|
450
|
+
|s $ %{} :Expr (:at 1698515946462) (:by |u0)
|
|
451
|
+
:data $ {}
|
|
452
|
+
|T $ %{} :Leaf (:at 1698515949658) (:by |u0) (:text |:conjugate)
|
|
453
|
+
|b $ %{} :Leaf (:at 1698515952662) (:by |u0) (:text |q-conjugate)
|
|
454
|
+
|t $ %{} :Expr (:at 1698515959967) (:by |u0)
|
|
455
|
+
:data $ {}
|
|
456
|
+
|T $ %{} :Leaf (:at 1698515961617) (:by |u0) (:text |:length)
|
|
457
|
+
|b $ %{} :Leaf (:at 1698515963792) (:by |u0) (:text |q-length)
|
|
458
|
+
|u $ %{} :Expr (:at 1698515965462) (:by |u0)
|
|
459
|
+
:data $ {}
|
|
460
|
+
|T $ %{} :Leaf (:at 1698515966572) (:by |u0) (:text |:scale)
|
|
461
|
+
|b $ %{} :Leaf (:at 1698515970534) (:by |u0) (:text |q-scale)
|
|
462
|
+
|v $ %{} :Expr (:at 1698515974913) (:by |u0)
|
|
463
|
+
:data $ {}
|
|
464
|
+
|T $ %{} :Leaf (:at 1698515980087) (:by |u0) (:text |:to-js)
|
|
465
|
+
|b $ %{} :Expr (:at 1698515995981) (:by |u0)
|
|
466
|
+
:data $ {}
|
|
467
|
+
|T $ %{} :Leaf (:at 1698515986742) (:by |u0) (:text |fn)
|
|
468
|
+
|b $ %{} :Expr (:at 1698515988247) (:by |u0)
|
|
469
|
+
:data $ {}
|
|
470
|
+
|T $ %{} :Leaf (:at 1698515988888) (:by |u0) (:text |self)
|
|
471
|
+
|h $ %{} :Expr (:at 1698515999581) (:by |u0)
|
|
472
|
+
:data $ {}
|
|
473
|
+
|D $ %{} :Leaf (:at 1698516002160) (:by |u0) (:text |tag-match)
|
|
474
|
+
|L $ %{} :Leaf (:at 1698516006024) (:by |u0) (:text |self)
|
|
475
|
+
|T $ %{} :Expr (:at 1698516007081) (:by |u0)
|
|
476
|
+
:data $ {}
|
|
477
|
+
|D $ %{} :Expr (:at 1698516008043) (:by |u0)
|
|
478
|
+
:data $ {}
|
|
479
|
+
|T $ %{} :Leaf (:at 1698516010650) (:by |u0) (:text |:quaternion)
|
|
480
|
+
|b $ %{} :Leaf (:at 1698516011852) (:by |u0) (:text |s)
|
|
481
|
+
|h $ %{} :Leaf (:at 1698516012864) (:by |u0) (:text |x)
|
|
482
|
+
|l $ %{} :Leaf (:at 1698516013944) (:by |u0) (:text |y)
|
|
483
|
+
|o $ %{} :Leaf (:at 1698516014275) (:by |u0) (:text |z)
|
|
484
|
+
|T $ %{} :Expr (:at 1698515990091) (:by |u0)
|
|
485
|
+
:data $ {}
|
|
486
|
+
|T $ %{} :Leaf (:at 1698515993668) (:by |u0) (:text |js-array)
|
|
487
|
+
|b $ %{} :Leaf (:at 1698516016660) (:by |u0) (:text |x)
|
|
488
|
+
|h $ %{} :Leaf (:at 1698516016967) (:by |u0) (:text |y)
|
|
489
|
+
|l $ %{} :Leaf (:at 1698516017362) (:by |u0) (:text |z)
|
|
490
|
+
|o $ %{} :Leaf (:at 1698516355378) (:by |u0) (:text |s)
|
|
491
|
+
|w $ %{} :Expr (:at 1698517110849) (:by |u0)
|
|
492
|
+
:data $ {}
|
|
493
|
+
|T $ %{} :Leaf (:at 1698517113754) (:by |u0) (:text |:to-v3)
|
|
494
|
+
|b $ %{} :Expr (:at 1698517114242) (:by |u0)
|
|
495
|
+
:data $ {}
|
|
496
|
+
|T $ %{} :Leaf (:at 1698517114475) (:by |u0) (:text |fn)
|
|
497
|
+
|b $ %{} :Expr (:at 1698517114933) (:by |u0)
|
|
498
|
+
:data $ {}
|
|
499
|
+
|T $ %{} :Leaf (:at 1698517115434) (:by |u0) (:text |self)
|
|
500
|
+
|h $ %{} :Expr (:at 1698517116682) (:by |u0)
|
|
501
|
+
:data $ {}
|
|
502
|
+
|T $ %{} :Leaf (:at 1698517126707) (:by |u0) (:text |tag-match)
|
|
503
|
+
|b $ %{} :Leaf (:at 1698517128918) (:by |u0) (:text |self)
|
|
504
|
+
|h $ %{} :Expr (:at 1698517129542) (:by |u0)
|
|
505
|
+
:data $ {}
|
|
506
|
+
|T $ %{} :Expr (:at 1698517130781) (:by |u0)
|
|
507
|
+
:data $ {}
|
|
508
|
+
|T $ %{} :Leaf (:at 1698517130781) (:by |u0) (:text |:quaternion)
|
|
509
|
+
|b $ %{} :Leaf (:at 1698517130781) (:by |u0) (:text |s)
|
|
510
|
+
|h $ %{} :Leaf (:at 1698517130781) (:by |u0) (:text |x)
|
|
511
|
+
|l $ %{} :Leaf (:at 1698517130781) (:by |u0) (:text |y)
|
|
512
|
+
|o $ %{} :Leaf (:at 1698517130781) (:by |u0) (:text |z)
|
|
513
|
+
|X $ %{} :Expr (:at 1698517415541) (:by |u0)
|
|
514
|
+
:data $ {}
|
|
515
|
+
|D $ %{} :Leaf (:at 1698517417583) (:by |u0) (:text |do)
|
|
516
|
+
|T $ %{} :Expr (:at 1698517153109) (:by |u0)
|
|
517
|
+
:data $ {}
|
|
518
|
+
|T $ %{} :Leaf (:at 1698517153613) (:by |u0) (:text |if)
|
|
519
|
+
|b $ %{} :Expr (:at 1698517157594) (:by |u0)
|
|
520
|
+
:data $ {}
|
|
521
|
+
|D $ %{} :Leaf (:at 1698517160972) (:by |u0) (:text |not=)
|
|
522
|
+
|T $ %{} :Leaf (:at 1698517155851) (:by |u0) (:text |s)
|
|
523
|
+
|b $ %{} :Leaf (:at 1698517162126) (:by |u0) (:text |0)
|
|
524
|
+
|h $ %{} :Expr (:at 1698517162759) (:by |u0)
|
|
525
|
+
:data $ {}
|
|
526
|
+
|T $ %{} :Leaf (:at 1698517164459) (:by |u0) (:text |eprintln)
|
|
527
|
+
|b $ %{} :Leaf (:at 1698517179168) (:by |u0) (:text "|\"s is not zero in quaternion when convering")
|
|
528
|
+
|b $ %{} :Expr (:at 1698517422283) (:by |u0)
|
|
529
|
+
:data $ {}
|
|
530
|
+
|T $ %{} :Leaf (:at 1698517422283) (:by |u0) (:text |v3)
|
|
531
|
+
|b $ %{} :Leaf (:at 1698517422283) (:by |u0) (:text |x)
|
|
532
|
+
|h $ %{} :Leaf (:at 1698517422283) (:by |u0) (:text |y)
|
|
533
|
+
|l $ %{} :Leaf (:at 1698517422283) (:by |u0) (:text |z)
|
|
534
|
+
|x $ %{} :Expr (:at 1698517186916) (:by |u0)
|
|
535
|
+
:data $ {}
|
|
536
|
+
|T $ %{} :Leaf (:at 1698517194705) (:by |u0) (:text |:from-v3)
|
|
537
|
+
|b $ %{} :Expr (:at 1698517196190) (:by |u0)
|
|
538
|
+
:data $ {}
|
|
539
|
+
|T $ %{} :Leaf (:at 1698517196501) (:by |u0) (:text |fn)
|
|
540
|
+
|b $ %{} :Expr (:at 1698517197047) (:by |u0)
|
|
541
|
+
:data $ {}
|
|
542
|
+
|T $ %{} :Leaf (:at 1698517197583) (:by |u0) (:text |v)
|
|
543
|
+
|h $ %{} :Expr (:at 1698517200783) (:by |u0)
|
|
544
|
+
:data $ {}
|
|
545
|
+
|T $ %{} :Leaf (:at 1698517202771) (:by |u0) (:text |tag-match)
|
|
546
|
+
|b $ %{} :Leaf (:at 1698517204892) (:by |u0) (:text |v)
|
|
547
|
+
|h $ %{} :Expr (:at 1698517205524) (:by |u0)
|
|
548
|
+
:data $ {}
|
|
549
|
+
|T $ %{} :Expr (:at 1698517206003) (:by |u0)
|
|
550
|
+
:data $ {}
|
|
551
|
+
|T $ %{} :Leaf (:at 1698517207504) (:by |u0) (:text |:v3)
|
|
552
|
+
|b $ %{} :Leaf (:at 1698517209706) (:by |u0) (:text |x)
|
|
553
|
+
|h $ %{} :Leaf (:at 1698517210049) (:by |u0) (:text |y)
|
|
554
|
+
|l $ %{} :Leaf (:at 1698517210450) (:by |u0) (:text |z)
|
|
555
|
+
|b $ %{} :Expr (:at 1698517215992) (:by |u0)
|
|
556
|
+
:data $ {}
|
|
557
|
+
|T $ %{} :Leaf (:at 1698517217885) (:by |u0) (:text |quaternion)
|
|
558
|
+
|b $ %{} :Leaf (:at 1698517221159) (:by |u0) (:text |0)
|
|
559
|
+
|h $ %{} :Leaf (:at 1698517221781) (:by |u0) (:text |x)
|
|
560
|
+
|l $ %{} :Leaf (:at 1698517222108) (:by |u0) (:text |y)
|
|
561
|
+
|o $ %{} :Leaf (:at 1698517222477) (:by |u0) (:text |z)
|
|
562
|
+
|&q* $ %{} :CodeEntry (:doc |)
|
|
563
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
564
|
+
:data $ {}
|
|
565
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
566
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&q*)
|
|
567
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
568
|
+
:data $ {}
|
|
569
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
570
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
571
|
+
|l $ %{} :Expr (:at 1698427648172) (:by |u0)
|
|
572
|
+
:data $ {}
|
|
573
|
+
|D $ %{} :Leaf (:at 1698427650815) (:by |u0) (:text |tag-match)
|
|
574
|
+
|L $ %{} :Leaf (:at 1698427652001) (:by |u0) (:text |a)
|
|
575
|
+
|P $ %{} :Expr (:at 1698427653889) (:by |u0)
|
|
576
|
+
:data $ {}
|
|
577
|
+
|T $ %{} :Expr (:at 1698427655104) (:by |u0)
|
|
578
|
+
:data $ {}
|
|
579
|
+
|T $ %{} :Leaf (:at 1698427658338) (:by |u0) (:text |:quaternion)
|
|
580
|
+
|a $ %{} :Leaf (:at 1698428871271) (:by |u0) (:text |w1)
|
|
581
|
+
|h $ %{} :Leaf (:at 1698427664813) (:by |u0) (:text |x1)
|
|
582
|
+
|l $ %{} :Leaf (:at 1698427664813) (:by |u0) (:text |y1)
|
|
583
|
+
|o $ %{} :Leaf (:at 1698427664813) (:by |u0) (:text |z1)
|
|
584
|
+
|b $ %{} :Expr (:at 1698427669232) (:by |u0)
|
|
585
|
+
:data $ {}
|
|
586
|
+
|T $ %{} :Leaf (:at 1698427671151) (:by |u0) (:text |tag-match)
|
|
587
|
+
|b $ %{} :Leaf (:at 1698427671551) (:by |u0) (:text |b)
|
|
588
|
+
|h $ %{} :Expr (:at 1698427673195) (:by |u0)
|
|
589
|
+
:data $ {}
|
|
590
|
+
|T $ %{} :Expr (:at 1698427675078) (:by |u0)
|
|
591
|
+
:data $ {}
|
|
592
|
+
|T $ %{} :Leaf (:at 1698427674982) (:by |u0) (:text |:quaternion)
|
|
593
|
+
|a $ %{} :Leaf (:at 1698428874786) (:by |u0) (:text |w2)
|
|
594
|
+
|h $ %{} :Leaf (:at 1698427677705) (:by |u0) (:text |x2)
|
|
595
|
+
|l $ %{} :Leaf (:at 1698427677705) (:by |u0) (:text |y2)
|
|
596
|
+
|o $ %{} :Leaf (:at 1698427677705) (:by |u0) (:text |z2)
|
|
597
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
598
|
+
:data $ {}
|
|
599
|
+
|T $ %{} :Leaf (:at 1698516034593) (:by |u0) (:text |quaternion)
|
|
600
|
+
|Z $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
601
|
+
:data $ {}
|
|
602
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |->)
|
|
603
|
+
|b $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
604
|
+
:data $ {}
|
|
605
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&*)
|
|
606
|
+
|b $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |w1)
|
|
607
|
+
|h $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |w2)
|
|
608
|
+
|h $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
609
|
+
:data $ {}
|
|
610
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&-)
|
|
611
|
+
|b $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
612
|
+
:data $ {}
|
|
613
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&*)
|
|
614
|
+
|b $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |x1)
|
|
615
|
+
|h $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |x2)
|
|
616
|
+
|l $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
617
|
+
:data $ {}
|
|
618
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&-)
|
|
619
|
+
|b $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
620
|
+
:data $ {}
|
|
621
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&*)
|
|
622
|
+
|b $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |y1)
|
|
623
|
+
|h $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |y2)
|
|
624
|
+
|o $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
625
|
+
:data $ {}
|
|
626
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&-)
|
|
627
|
+
|b $ %{} :Expr (:at 1698427692875) (:by |u0)
|
|
628
|
+
:data $ {}
|
|
629
|
+
|T $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |&*)
|
|
630
|
+
|b $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |z1)
|
|
631
|
+
|h $ %{} :Leaf (:at 1698427692875) (:by |u0) (:text |z2)
|
|
632
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
633
|
+
:data $ {}
|
|
634
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |->)
|
|
635
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
636
|
+
:data $ {}
|
|
637
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
638
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |w1)
|
|
639
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |x2)
|
|
640
|
+
|h $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
641
|
+
:data $ {}
|
|
642
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&+)
|
|
643
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
644
|
+
:data $ {}
|
|
645
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
646
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |x1)
|
|
647
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |w2)
|
|
648
|
+
|l $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
649
|
+
:data $ {}
|
|
650
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&+)
|
|
651
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
652
|
+
:data $ {}
|
|
653
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
654
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |y1)
|
|
655
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |z2)
|
|
656
|
+
|o $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
657
|
+
:data $ {}
|
|
658
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&-)
|
|
659
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
660
|
+
:data $ {}
|
|
661
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
662
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |z1)
|
|
663
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |y2)
|
|
664
|
+
|h $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
665
|
+
:data $ {}
|
|
666
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |->)
|
|
667
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
668
|
+
:data $ {}
|
|
669
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
670
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |w1)
|
|
671
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |y2)
|
|
672
|
+
|h $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
673
|
+
:data $ {}
|
|
674
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&-)
|
|
675
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
676
|
+
:data $ {}
|
|
677
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
678
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |x1)
|
|
679
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |z2)
|
|
680
|
+
|l $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
681
|
+
:data $ {}
|
|
682
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&+)
|
|
683
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
684
|
+
:data $ {}
|
|
685
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
686
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |y1)
|
|
687
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |w2)
|
|
688
|
+
|o $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
689
|
+
:data $ {}
|
|
690
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&+)
|
|
691
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
692
|
+
:data $ {}
|
|
693
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
694
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |z1)
|
|
695
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |x2)
|
|
696
|
+
|l $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
697
|
+
:data $ {}
|
|
698
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |->)
|
|
699
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
700
|
+
:data $ {}
|
|
701
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
702
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |w1)
|
|
703
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |z2)
|
|
704
|
+
|h $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
705
|
+
:data $ {}
|
|
706
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&+)
|
|
707
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
708
|
+
:data $ {}
|
|
709
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
710
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |x1)
|
|
711
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |y2)
|
|
712
|
+
|l $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
713
|
+
:data $ {}
|
|
714
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&-)
|
|
715
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
716
|
+
:data $ {}
|
|
717
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
718
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |y1)
|
|
719
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |x2)
|
|
720
|
+
|o $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
721
|
+
:data $ {}
|
|
722
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&+)
|
|
723
|
+
|b $ %{} :Expr (:at 1698427685774) (:by |u0)
|
|
724
|
+
:data $ {}
|
|
725
|
+
|T $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |&*)
|
|
726
|
+
|b $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |z1)
|
|
727
|
+
|h $ %{} :Leaf (:at 1698427685774) (:by |u0) (:text |w2)
|
|
728
|
+
|&q+ $ %{} :CodeEntry (:doc |)
|
|
729
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
730
|
+
:data $ {}
|
|
731
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
732
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&q+)
|
|
733
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
734
|
+
:data $ {}
|
|
735
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
736
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
737
|
+
|o $ %{} :Expr (:at 1698427716429) (:by |u0)
|
|
738
|
+
:data $ {}
|
|
739
|
+
|T $ %{} :Leaf (:at 1698427727664) (:by |u0) (:text |tag-match)
|
|
740
|
+
|b $ %{} :Leaf (:at 1698427729237) (:by |u0) (:text |a)
|
|
741
|
+
|h $ %{} :Expr (:at 1698427732690) (:by |u0)
|
|
742
|
+
:data $ {}
|
|
743
|
+
|T $ %{} :Expr (:at 1698427734022) (:by |u0)
|
|
744
|
+
:data $ {}
|
|
745
|
+
|T $ %{} :Leaf (:at 1698427739728) (:by |u0) (:text |:quaternion)
|
|
746
|
+
|a $ %{} :Leaf (:at 1698427793252) (:by |u0) (:text |w)
|
|
747
|
+
|h $ %{} :Leaf (:at 1698427742265) (:by |u0) (:text |x)
|
|
748
|
+
|l $ %{} :Leaf (:at 1698427742265) (:by |u0) (:text |y)
|
|
749
|
+
|o $ %{} :Leaf (:at 1698427742265) (:by |u0) (:text |z)
|
|
750
|
+
|b $ %{} :Expr (:at 1698427747726) (:by |u0)
|
|
751
|
+
:data $ {}
|
|
752
|
+
|T $ %{} :Leaf (:at 1698427749175) (:by |u0) (:text |tag-match)
|
|
753
|
+
|b $ %{} :Leaf (:at 1698427750550) (:by |u0) (:text |b)
|
|
754
|
+
|h $ %{} :Expr (:at 1698427759556) (:by |u0)
|
|
755
|
+
:data $ {}
|
|
756
|
+
|T $ %{} :Expr (:at 1698427753052) (:by |u0)
|
|
757
|
+
:data $ {}
|
|
758
|
+
|T $ %{} :Leaf (:at 1698427758544) (:by |u0) (:text |:quaternion)
|
|
759
|
+
|X $ %{} :Leaf (:at 1698427797493) (:by |u0) (:text |w1)
|
|
760
|
+
|b $ %{} :Leaf (:at 1698427753052) (:by |u0) (:text |x1)
|
|
761
|
+
|h $ %{} :Leaf (:at 1698427753052) (:by |u0) (:text |y1)
|
|
762
|
+
|l $ %{} :Leaf (:at 1698427753052) (:by |u0) (:text |z1)
|
|
763
|
+
|b $ %{} :Expr (:at 1698427762008) (:by |u0)
|
|
764
|
+
:data $ {}
|
|
765
|
+
|X $ %{} :Leaf (:at 1698516043381) (:by |u0) (:text |quaternion)
|
|
766
|
+
|Z $ %{} :Expr (:at 1698427772534) (:by |u0)
|
|
767
|
+
:data $ {}
|
|
768
|
+
|T $ %{} :Leaf (:at 1698427772534) (:by |u0) (:text |&+)
|
|
769
|
+
|b $ %{} :Leaf (:at 1698427772534) (:by |u0) (:text |w)
|
|
770
|
+
|h $ %{} :Leaf (:at 1698427772534) (:by |u0) (:text |w1)
|
|
771
|
+
|b $ %{} :Expr (:at 1698427762008) (:by |u0)
|
|
772
|
+
:data $ {}
|
|
773
|
+
|T $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |&+)
|
|
774
|
+
|b $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |x)
|
|
775
|
+
|h $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |x1)
|
|
776
|
+
|h $ %{} :Expr (:at 1698427762008) (:by |u0)
|
|
777
|
+
:data $ {}
|
|
778
|
+
|T $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |&+)
|
|
779
|
+
|b $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |y)
|
|
780
|
+
|h $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |y1)
|
|
781
|
+
|l $ %{} :Expr (:at 1698427762008) (:by |u0)
|
|
782
|
+
:data $ {}
|
|
783
|
+
|T $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |&+)
|
|
784
|
+
|b $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |z)
|
|
785
|
+
|h $ %{} :Leaf (:at 1698427762008) (:by |u0) (:text |z1)
|
|
786
|
+
|&q- $ %{} :CodeEntry (:doc |)
|
|
787
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
788
|
+
:data $ {}
|
|
789
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
790
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&q-)
|
|
791
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
792
|
+
:data $ {}
|
|
793
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
794
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
795
|
+
|o $ %{} :Expr (:at 1698427823310) (:by |u0)
|
|
796
|
+
:data $ {}
|
|
797
|
+
|T $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |tag-match)
|
|
798
|
+
|b $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |a)
|
|
799
|
+
|h $ %{} :Expr (:at 1698427823310) (:by |u0)
|
|
800
|
+
:data $ {}
|
|
801
|
+
|T $ %{} :Expr (:at 1698427823310) (:by |u0)
|
|
802
|
+
:data $ {}
|
|
803
|
+
|T $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |:quaternion)
|
|
804
|
+
|b $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |w)
|
|
805
|
+
|h $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |x)
|
|
806
|
+
|l $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |y)
|
|
807
|
+
|o $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |z)
|
|
808
|
+
|b $ %{} :Expr (:at 1698427823310) (:by |u0)
|
|
809
|
+
:data $ {}
|
|
810
|
+
|T $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |tag-match)
|
|
811
|
+
|b $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |b)
|
|
812
|
+
|h $ %{} :Expr (:at 1698427823310) (:by |u0)
|
|
813
|
+
:data $ {}
|
|
814
|
+
|T $ %{} :Expr (:at 1698427823310) (:by |u0)
|
|
815
|
+
:data $ {}
|
|
816
|
+
|T $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |:quaternion)
|
|
817
|
+
|b $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |w1)
|
|
818
|
+
|h $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |x1)
|
|
819
|
+
|l $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |y1)
|
|
820
|
+
|o $ %{} :Leaf (:at 1698427823310) (:by |u0) (:text |z1)
|
|
821
|
+
|h $ %{} :Expr (:at 1698427830562) (:by |u0)
|
|
822
|
+
:data $ {}
|
|
823
|
+
|T $ %{} :Leaf (:at 1698516052513) (:by |u0) (:text |quaternion)
|
|
824
|
+
|X $ %{} :Expr (:at 1698427838109) (:by |u0)
|
|
825
|
+
:data $ {}
|
|
826
|
+
|T $ %{} :Leaf (:at 1698427838109) (:by |u0) (:text |&-)
|
|
827
|
+
|b $ %{} :Leaf (:at 1698427838109) (:by |u0) (:text |w)
|
|
828
|
+
|h $ %{} :Leaf (:at 1698427838109) (:by |u0) (:text |w1)
|
|
829
|
+
|b $ %{} :Expr (:at 1698427830562) (:by |u0)
|
|
830
|
+
:data $ {}
|
|
831
|
+
|T $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |&-)
|
|
832
|
+
|b $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |x)
|
|
833
|
+
|h $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |x1)
|
|
834
|
+
|h $ %{} :Expr (:at 1698427830562) (:by |u0)
|
|
835
|
+
:data $ {}
|
|
836
|
+
|T $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |&-)
|
|
837
|
+
|b $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |y)
|
|
838
|
+
|h $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |y1)
|
|
839
|
+
|l $ %{} :Expr (:at 1698427830562) (:by |u0)
|
|
840
|
+
:data $ {}
|
|
841
|
+
|T $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |&-)
|
|
842
|
+
|b $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |z)
|
|
843
|
+
|h $ %{} :Leaf (:at 1698427830562) (:by |u0) (:text |z1)
|
|
844
|
+
|q+ $ %{} :CodeEntry (:doc |)
|
|
845
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
846
|
+
:data $ {}
|
|
847
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
848
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q+)
|
|
849
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
850
|
+
:data $ {}
|
|
851
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&)
|
|
852
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
853
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
854
|
+
:data $ {}
|
|
855
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |foldl)
|
|
856
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
857
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
858
|
+
:data $ {}
|
|
859
|
+
|T $ %{} :Leaf (:at 1698520650517) (:by |u0) (:text |quaternion)
|
|
860
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
861
|
+
|h $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
862
|
+
|l $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
863
|
+
|o $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
864
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
865
|
+
:data $ {}
|
|
866
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |fn)
|
|
867
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
868
|
+
:data $ {}
|
|
869
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
870
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
871
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
872
|
+
:data $ {}
|
|
873
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&q+)
|
|
874
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
875
|
+
|h $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
876
|
+
|q- $ %{} :CodeEntry (:doc |)
|
|
877
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
878
|
+
:data $ {}
|
|
879
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
880
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-)
|
|
881
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
882
|
+
:data $ {}
|
|
883
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&)
|
|
884
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
885
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
886
|
+
:data $ {}
|
|
887
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |foldl)
|
|
888
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
889
|
+
:data $ {}
|
|
890
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |rest)
|
|
891
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
892
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
893
|
+
:data $ {}
|
|
894
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |first)
|
|
895
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
896
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
897
|
+
:data $ {}
|
|
898
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |fn)
|
|
899
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
900
|
+
:data $ {}
|
|
901
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
902
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
903
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
904
|
+
:data $ {}
|
|
905
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&q-)
|
|
906
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
907
|
+
|h $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
908
|
+
|q-conjugate $ %{} :CodeEntry (:doc |)
|
|
909
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
910
|
+
:data $ {}
|
|
911
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
912
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-conjugate)
|
|
913
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
914
|
+
:data $ {}
|
|
915
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
916
|
+
|o $ %{} :Expr (:at 1698427949565) (:by |u0)
|
|
917
|
+
:data $ {}
|
|
918
|
+
|T $ %{} :Leaf (:at 1698427952958) (:by |u0) (:text |tag-match)
|
|
919
|
+
|b $ %{} :Leaf (:at 1698427953629) (:by |u0) (:text |a)
|
|
920
|
+
|h $ %{} :Expr (:at 1698427954049) (:by |u0)
|
|
921
|
+
:data $ {}
|
|
922
|
+
|T $ %{} :Expr (:at 1698427955055) (:by |u0)
|
|
923
|
+
:data $ {}
|
|
924
|
+
|T $ %{} :Leaf (:at 1698427957671) (:by |u0) (:text |:quaternion)
|
|
925
|
+
|b $ %{} :Leaf (:at 1698427960093) (:by |u0) (:text |w)
|
|
926
|
+
|h $ %{} :Leaf (:at 1698427960571) (:by |u0) (:text |x)
|
|
927
|
+
|l $ %{} :Leaf (:at 1698427960855) (:by |u0) (:text |y)
|
|
928
|
+
|o $ %{} :Leaf (:at 1698427961649) (:by |u0) (:text |z)
|
|
929
|
+
|b $ %{} :Expr (:at 1698427964780) (:by |u0)
|
|
930
|
+
:data $ {}
|
|
931
|
+
|X $ %{} :Leaf (:at 1698516058781) (:by |u0) (:text |quaternion)
|
|
932
|
+
|Z $ %{} :Leaf (:at 1698427970504) (:by |u0) (:text |w)
|
|
933
|
+
|b $ %{} :Expr (:at 1698427964780) (:by |u0)
|
|
934
|
+
:data $ {}
|
|
935
|
+
|T $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |&-)
|
|
936
|
+
|b $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |0)
|
|
937
|
+
|h $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |x)
|
|
938
|
+
|h $ %{} :Expr (:at 1698427964780) (:by |u0)
|
|
939
|
+
:data $ {}
|
|
940
|
+
|T $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |&-)
|
|
941
|
+
|b $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |0)
|
|
942
|
+
|h $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |y)
|
|
943
|
+
|l $ %{} :Expr (:at 1698427964780) (:by |u0)
|
|
944
|
+
:data $ {}
|
|
945
|
+
|T $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |&-)
|
|
946
|
+
|b $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |0)
|
|
947
|
+
|h $ %{} :Leaf (:at 1698427964780) (:by |u0) (:text |z)
|
|
948
|
+
|q-inverse $ %{} :CodeEntry (:doc |)
|
|
949
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
950
|
+
:data $ {}
|
|
951
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
952
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-inverse)
|
|
953
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
954
|
+
:data $ {}
|
|
955
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
956
|
+
|l $ %{} :Expr (:at 1687587318489) (:by |u0)
|
|
957
|
+
:data $ {}
|
|
958
|
+
|D $ %{} :Leaf (:at 1687587319230) (:by |u0) (:text |let)
|
|
959
|
+
|L $ %{} :Expr (:at 1687587320538) (:by |u0)
|
|
960
|
+
:data $ {}
|
|
961
|
+
|T $ %{} :Expr (:at 1687587320671) (:by |u0)
|
|
962
|
+
:data $ {}
|
|
963
|
+
|D $ %{} :Leaf (:at 1687587323191) (:by |u0) (:text |l)
|
|
964
|
+
|T $ %{} :Expr (:at 1687587322139) (:by |u0)
|
|
965
|
+
:data $ {}
|
|
966
|
+
|T $ %{} :Leaf (:at 1687587322139) (:by |u0) (:text |q-length2)
|
|
967
|
+
|b $ %{} :Leaf (:at 1687587322139) (:by |u0) (:text |a)
|
|
968
|
+
|P $ %{} :Expr (:at 1687587327364) (:by |u0)
|
|
969
|
+
:data $ {}
|
|
970
|
+
|T $ %{} :Leaf (:at 1687587327753) (:by |u0) (:text |if)
|
|
971
|
+
|b $ %{} :Expr (:at 1687587330701) (:by |u0)
|
|
972
|
+
:data $ {}
|
|
973
|
+
|D $ %{} :Leaf (:at 1687587331800) (:by |u0) (:text |&=)
|
|
974
|
+
|T $ %{} :Leaf (:at 1687587329646) (:by |u0) (:text |l)
|
|
975
|
+
|b $ %{} :Leaf (:at 1687587333369) (:by |u0) (:text |0)
|
|
976
|
+
|h $ %{} :Expr (:at 1687587334235) (:by |u0)
|
|
977
|
+
:data $ {}
|
|
978
|
+
|T $ %{} :Leaf (:at 1687587337379) (:by |u0) (:text |eprintln)
|
|
979
|
+
|b $ %{} :Leaf (:at 1687587350571) (:by |u0) (:text "|\"length is zero:")
|
|
980
|
+
|h $ %{} :Leaf (:at 1687587348037) (:by |u0) (:text |a)
|
|
981
|
+
|T $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
982
|
+
:data $ {}
|
|
983
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-scale)
|
|
984
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
985
|
+
:data $ {}
|
|
986
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-conjugate)
|
|
987
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
988
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
989
|
+
:data $ {}
|
|
990
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&/)
|
|
991
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |1)
|
|
992
|
+
|h $ %{} :Leaf (:at 1687587325927) (:by |u0) (:text |l)
|
|
993
|
+
|q-length $ %{} :CodeEntry (:doc |)
|
|
994
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
995
|
+
:data $ {}
|
|
996
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
997
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-length)
|
|
998
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
999
|
+
:data $ {}
|
|
1000
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
1001
|
+
|o $ %{} :Expr (:at 1698428047192) (:by |u0)
|
|
1002
|
+
:data $ {}
|
|
1003
|
+
|T $ %{} :Leaf (:at 1698428050399) (:by |u0) (:text |tag-match)
|
|
1004
|
+
|b $ %{} :Leaf (:at 1698428064950) (:by |u0) (:text |a)
|
|
1005
|
+
|h $ %{} :Expr (:at 1698428067138) (:by |u0)
|
|
1006
|
+
:data $ {}
|
|
1007
|
+
|T $ %{} :Expr (:at 1698428067386) (:by |u0)
|
|
1008
|
+
:data $ {}
|
|
1009
|
+
|T $ %{} :Leaf (:at 1698428070310) (:by |u0) (:text |:quaternion)
|
|
1010
|
+
|b $ %{} :Leaf (:at 1698428071197) (:by |u0) (:text |w)
|
|
1011
|
+
|h $ %{} :Leaf (:at 1698428071568) (:by |u0) (:text |x)
|
|
1012
|
+
|l $ %{} :Leaf (:at 1698428071914) (:by |u0) (:text |y)
|
|
1013
|
+
|o $ %{} :Leaf (:at 1698428073231) (:by |u0) (:text |z)
|
|
1014
|
+
|b $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1015
|
+
:data $ {}
|
|
1016
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |sqrt)
|
|
1017
|
+
|b $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1018
|
+
:data $ {}
|
|
1019
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |->)
|
|
1020
|
+
|b $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1021
|
+
:data $ {}
|
|
1022
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&*)
|
|
1023
|
+
|b $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |x)
|
|
1024
|
+
|h $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |x)
|
|
1025
|
+
|h $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1026
|
+
:data $ {}
|
|
1027
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&+)
|
|
1028
|
+
|b $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1029
|
+
:data $ {}
|
|
1030
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&*)
|
|
1031
|
+
|b $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |y)
|
|
1032
|
+
|h $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |y)
|
|
1033
|
+
|l $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1034
|
+
:data $ {}
|
|
1035
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&+)
|
|
1036
|
+
|b $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1037
|
+
:data $ {}
|
|
1038
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&*)
|
|
1039
|
+
|b $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |z)
|
|
1040
|
+
|h $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |z)
|
|
1041
|
+
|o $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1042
|
+
:data $ {}
|
|
1043
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&+)
|
|
1044
|
+
|b $ %{} :Expr (:at 1698428076095) (:by |u0)
|
|
1045
|
+
:data $ {}
|
|
1046
|
+
|T $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |&*)
|
|
1047
|
+
|b $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |w)
|
|
1048
|
+
|h $ %{} :Leaf (:at 1698428076095) (:by |u0) (:text |w)
|
|
1049
|
+
|q-length2 $ %{} :CodeEntry (:doc |)
|
|
1050
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1051
|
+
:data $ {}
|
|
1052
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
1053
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-length2)
|
|
1054
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1055
|
+
:data $ {}
|
|
1056
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
1057
|
+
|o $ %{} :Expr (:at 1698428092575) (:by |u0)
|
|
1058
|
+
:data $ {}
|
|
1059
|
+
|T $ %{} :Leaf (:at 1698428095142) (:by |u0) (:text |tag-match)
|
|
1060
|
+
|b $ %{} :Leaf (:at 1698428097281) (:by |u0) (:text |a)
|
|
1061
|
+
|h $ %{} :Expr (:at 1698428098102) (:by |u0)
|
|
1062
|
+
:data $ {}
|
|
1063
|
+
|T $ %{} :Expr (:at 1698428098259) (:by |u0)
|
|
1064
|
+
:data $ {}
|
|
1065
|
+
|T $ %{} :Leaf (:at 1698428101809) (:by |u0) (:text |:quaternion)
|
|
1066
|
+
|b $ %{} :Leaf (:at 1698428102659) (:by |u0) (:text |w)
|
|
1067
|
+
|h $ %{} :Leaf (:at 1698428103125) (:by |u0) (:text |x)
|
|
1068
|
+
|l $ %{} :Leaf (:at 1698428103478) (:by |u0) (:text |y)
|
|
1069
|
+
|o $ %{} :Leaf (:at 1698428104607) (:by |u0) (:text |z)
|
|
1070
|
+
|b $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1071
|
+
:data $ {}
|
|
1072
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |->)
|
|
1073
|
+
|b $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1074
|
+
:data $ {}
|
|
1075
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&*)
|
|
1076
|
+
|b $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |x)
|
|
1077
|
+
|h $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |x)
|
|
1078
|
+
|h $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1079
|
+
:data $ {}
|
|
1080
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&+)
|
|
1081
|
+
|b $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1082
|
+
:data $ {}
|
|
1083
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&*)
|
|
1084
|
+
|b $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |y)
|
|
1085
|
+
|h $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |y)
|
|
1086
|
+
|l $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1087
|
+
:data $ {}
|
|
1088
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&+)
|
|
1089
|
+
|b $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1090
|
+
:data $ {}
|
|
1091
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&*)
|
|
1092
|
+
|b $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |z)
|
|
1093
|
+
|h $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |z)
|
|
1094
|
+
|o $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1095
|
+
:data $ {}
|
|
1096
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&+)
|
|
1097
|
+
|b $ %{} :Expr (:at 1698428107970) (:by |u0)
|
|
1098
|
+
:data $ {}
|
|
1099
|
+
|T $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |&*)
|
|
1100
|
+
|b $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |w)
|
|
1101
|
+
|h $ %{} :Leaf (:at 1698428107970) (:by |u0) (:text |w)
|
|
1102
|
+
|q-scale $ %{} :CodeEntry (:doc |)
|
|
1103
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1104
|
+
:data $ {}
|
|
1105
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
1106
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |q-scale)
|
|
1107
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1108
|
+
:data $ {}
|
|
1109
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |v)
|
|
1110
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |n)
|
|
1111
|
+
|o $ %{} :Expr (:at 1698428000528) (:by |u0)
|
|
1112
|
+
:data $ {}
|
|
1113
|
+
|T $ %{} :Leaf (:at 1698428002278) (:by |u0) (:text |tag-match)
|
|
1114
|
+
|b $ %{} :Leaf (:at 1698428004039) (:by |u0) (:text |v)
|
|
1115
|
+
|h $ %{} :Expr (:at 1698428006507) (:by |u0)
|
|
1116
|
+
:data $ {}
|
|
1117
|
+
|T $ %{} :Expr (:at 1698428007237) (:by |u0)
|
|
1118
|
+
:data $ {}
|
|
1119
|
+
|T $ %{} :Leaf (:at 1698428020667) (:by |u0) (:text |:quaternion)
|
|
1120
|
+
|b $ %{} :Leaf (:at 1698428022814) (:by |u0) (:text |w)
|
|
1121
|
+
|h $ %{} :Leaf (:at 1698428023404) (:by |u0) (:text |x)
|
|
1122
|
+
|l $ %{} :Leaf (:at 1698428025354) (:by |u0) (:text |y)
|
|
1123
|
+
|o $ %{} :Leaf (:at 1698428025805) (:by |u0) (:text |z)
|
|
1124
|
+
|b $ %{} :Expr (:at 1698428029124) (:by |u0)
|
|
1125
|
+
:data $ {}
|
|
1126
|
+
|T $ %{} :Leaf (:at 1698516067299) (:by |u0) (:text |quaternion)
|
|
1127
|
+
|X $ %{} :Expr (:at 1698428032762) (:by |u0)
|
|
1128
|
+
:data $ {}
|
|
1129
|
+
|T $ %{} :Leaf (:at 1698428032762) (:by |u0) (:text |&*)
|
|
1130
|
+
|b $ %{} :Leaf (:at 1698428032762) (:by |u0) (:text |n)
|
|
1131
|
+
|h $ %{} :Leaf (:at 1698428032762) (:by |u0) (:text |w)
|
|
1132
|
+
|b $ %{} :Expr (:at 1698428029124) (:by |u0)
|
|
1133
|
+
:data $ {}
|
|
1134
|
+
|T $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |&*)
|
|
1135
|
+
|b $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |n)
|
|
1136
|
+
|h $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |x)
|
|
1137
|
+
|h $ %{} :Expr (:at 1698428029124) (:by |u0)
|
|
1138
|
+
:data $ {}
|
|
1139
|
+
|T $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |&*)
|
|
1140
|
+
|b $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |n)
|
|
1141
|
+
|h $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |y)
|
|
1142
|
+
|l $ %{} :Expr (:at 1698428029124) (:by |u0)
|
|
1143
|
+
:data $ {}
|
|
1144
|
+
|T $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |&*)
|
|
1145
|
+
|b $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |n)
|
|
1146
|
+
|h $ %{} :Leaf (:at 1698428029124) (:by |u0) (:text |z)
|
|
1147
|
+
|quaternion $ %{} :CodeEntry (:doc |)
|
|
1148
|
+
:code $ %{} :Expr (:at 1698515790816) (:by |u0)
|
|
1149
|
+
:data $ {}
|
|
1150
|
+
|T $ %{} :Leaf (:at 1698515790816) (:by |u0) (:text |defn)
|
|
1151
|
+
|b $ %{} :Leaf (:at 1698515790816) (:by |u0) (:text |quaternion)
|
|
1152
|
+
|h $ %{} :Expr (:at 1698515790816) (:by |u0)
|
|
1153
|
+
:data $ {}
|
|
1154
|
+
|T $ %{} :Leaf (:at 1698515804221) (:by |u0) (:text |s)
|
|
1155
|
+
|b $ %{} :Leaf (:at 1698515805208) (:by |u0) (:text |x)
|
|
1156
|
+
|h $ %{} :Leaf (:at 1698515805532) (:by |u0) (:text |y)
|
|
1157
|
+
|l $ %{} :Leaf (:at 1698515806109) (:by |u0) (:text |z)
|
|
1158
|
+
|l $ %{} :Expr (:at 1698515807141) (:by |u0)
|
|
1159
|
+
:data $ {}
|
|
1160
|
+
|T $ %{} :Leaf (:at 1698515810337) (:by |u0) (:text |%::)
|
|
1161
|
+
|b $ %{} :Leaf (:at 1698515813722) (:by |u0) (:text |%quaternion)
|
|
1162
|
+
|h $ %{} :Leaf (:at 1698515836093) (:by |u0) (:text |:quaternion)
|
|
1163
|
+
|l $ %{} :Leaf (:at 1698515838619) (:by |u0) (:text |s)
|
|
1164
|
+
|o $ %{} :Leaf (:at 1698515839333) (:by |u0) (:text |x)
|
|
1165
|
+
|q $ %{} :Leaf (:at 1698515840463) (:by |u0) (:text |y)
|
|
1166
|
+
|s $ %{} :Leaf (:at 1698515841543) (:by |u0) (:text |z)
|
|
1167
|
+
:ns $ %{} :CodeEntry (:doc |)
|
|
1168
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1169
|
+
:data $ {}
|
|
1170
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |ns)
|
|
1171
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |quaternion.core)
|
|
1172
|
+
|h $ %{} :Expr (:at 1698517138580) (:by |u0)
|
|
1173
|
+
:data $ {}
|
|
1174
|
+
|T $ %{} :Leaf (:at 1698517139936) (:by |u0) (:text |:require)
|
|
1175
|
+
|b $ %{} :Expr (:at 1698517141438) (:by |u0)
|
|
1176
|
+
:data $ {}
|
|
1177
|
+
|T $ %{} :Leaf (:at 1698517146168) (:by |u0) (:text |quaternion.vector)
|
|
1178
|
+
|b $ %{} :Leaf (:at 1698517147166) (:by |u0) (:text |:refer)
|
|
1179
|
+
|h $ %{} :Expr (:at 1698517147411) (:by |u0)
|
|
1180
|
+
:data $ {}
|
|
1181
|
+
|T $ %{} :Leaf (:at 1698517148935) (:by |u0) (:text |v3)
|
|
1182
|
+
|quaternion.test $ %{} :FileEntry
|
|
1183
|
+
:defs $ {}
|
|
1184
|
+
|main! $ %{} :CodeEntry (:doc |)
|
|
1185
|
+
:code $ %{} :Expr (:at 1651385630841) (:by |u0)
|
|
1186
|
+
:data $ {}
|
|
1187
|
+
|T $ %{} :Leaf (:at 1651385630841) (:by |u0) (:text |defn)
|
|
1188
|
+
|b $ %{} :Leaf (:at 1651385630841) (:by |u0) (:text |main!)
|
|
1189
|
+
|h $ %{} :Expr (:at 1651385630841) (:by |u0)
|
|
1190
|
+
:data $ {}
|
|
1191
|
+
|l $ %{} :Expr (:at 1651385633767) (:by |u0)
|
|
1192
|
+
:data $ {}
|
|
1193
|
+
|T $ %{} :Leaf (:at 1651385635804) (:by |u0) (:text |run-tests)
|
|
1194
|
+
|reload! $ %{} :CodeEntry (:doc |)
|
|
1195
|
+
:code $ %{} :Expr (:at 1651385641606) (:by |u0)
|
|
1196
|
+
:data $ {}
|
|
1197
|
+
|T $ %{} :Leaf (:at 1651385641606) (:by |u0) (:text |defn)
|
|
1198
|
+
|b $ %{} :Leaf (:at 1651385641606) (:by |u0) (:text |reload!)
|
|
1199
|
+
|h $ %{} :Expr (:at 1651385641606) (:by |u0)
|
|
1200
|
+
:data $ {}
|
|
1201
|
+
|l $ %{} :Expr (:at 1651385642773) (:by |u0)
|
|
1202
|
+
:data $ {}
|
|
1203
|
+
|T $ %{} :Leaf (:at 1651385643658) (:by |u0) (:text |println)
|
|
1204
|
+
|b $ %{} :Leaf (:at 1659524996297) (:by |u0) (:text "|\"reload...")
|
|
1205
|
+
|o $ %{} :Expr (:at 1659524982610) (:by |u0)
|
|
1206
|
+
:data $ {}
|
|
1207
|
+
|T $ %{} :Leaf (:at 1659524988891) (:by |u0) (:text |run-tests)
|
|
1208
|
+
|run-tests $ %{} :CodeEntry (:doc |)
|
|
1209
|
+
:code $ %{} :Expr (:at 1625339970921) (:by |u0)
|
|
1210
|
+
:data $ {}
|
|
1211
|
+
|T $ %{} :Leaf (:at 1625339972421) (:by |u0) (:text |defn)
|
|
1212
|
+
|j $ %{} :Leaf (:at 1625339970921) (:by |u0) (:text |run-tests)
|
|
1213
|
+
|r $ %{} :Expr (:at 1625339970921) (:by |u0)
|
|
1214
|
+
:data $ {}
|
|
1215
|
+
|t $ %{} :Expr (:at 1625340033281) (:by |u0)
|
|
1216
|
+
:data $ {}
|
|
1217
|
+
|T $ %{} :Leaf (:at 1625340034982) (:by |u0) (:text |reset!)
|
|
1218
|
+
|j $ %{} :Leaf (:at 1625340036265) (:by |u0) (:text |*quit-on-failure?)
|
|
1219
|
+
|r $ %{} :Leaf (:at 1625340037959) (:by |u0) (:text |true)
|
|
1220
|
+
|v $ %{} :Expr (:at 1625339973401) (:by |u0)
|
|
1221
|
+
:data $ {}
|
|
1222
|
+
|T $ %{} :Leaf (:at 1625339982550) (:by |u0) (:text |test-add)
|
|
1223
|
+
|w $ %{} :Expr (:at 1659524862313) (:by |u0)
|
|
1224
|
+
:data $ {}
|
|
1225
|
+
|T $ %{} :Leaf (:at 1659524868944) (:by |u0) (:text |test-v-scale)
|
|
1226
|
+
|x $ %{} :Expr (:at 1672158639858) (:by |u0)
|
|
1227
|
+
:data $ {}
|
|
1228
|
+
|T $ %{} :Leaf (:at 1672158863953) (:by |u0) (:text |test-multiply)
|
|
1229
|
+
|y $ %{} :Expr (:at 1698516381263) (:by |u0)
|
|
1230
|
+
:data $ {}
|
|
1231
|
+
|T $ %{} :Leaf (:at 1698516383567) (:by |u0) (:text |test-complex)
|
|
1232
|
+
|z $ %{} :Expr (:at 1698516549663) (:by |u0)
|
|
1233
|
+
:data $ {}
|
|
1234
|
+
|T $ %{} :Leaf (:at 1698516559382) (:by |u0) (:text |test-v3)
|
|
1235
|
+
|zD $ %{} :Expr (:at 1698516824070) (:by |u0)
|
|
1236
|
+
:data $ {}
|
|
1237
|
+
|T $ %{} :Leaf (:at 1698516826829) (:by |u0) (:text |test-quaternion)
|
|
1238
|
+
|test-add $ %{} :CodeEntry (:doc |)
|
|
1239
|
+
:code $ %{} :Expr (:at 1625339983101) (:by |u0)
|
|
1240
|
+
:data $ {}
|
|
1241
|
+
|T $ %{} :Leaf (:at 1625339986557) (:by |u0) (:text |deftest)
|
|
1242
|
+
|j $ %{} :Leaf (:at 1625339983101) (:by |u0) (:text |test-add)
|
|
1243
|
+
|r $ %{} :Expr (:at 1625340048519) (:by |u0)
|
|
1244
|
+
:data $ {}
|
|
1245
|
+
|T $ %{} :Leaf (:at 1625340049484) (:by |u0) (:text |testing)
|
|
1246
|
+
|j $ %{} :Leaf (:at 1698428768068) (:by |u0) (:text "||multiply quaternion")
|
|
1247
|
+
|r $ %{} :Expr (:at 1625340054484) (:by |u0)
|
|
1248
|
+
:data $ {}
|
|
1249
|
+
|T $ %{} :Leaf (:at 1625340055860) (:by |u0) (:text |is)
|
|
1250
|
+
|j $ %{} :Expr (:at 1625340056137) (:by |u0)
|
|
1251
|
+
:data $ {}
|
|
1252
|
+
|T $ %{} :Leaf (:at 1625340056311) (:by |u0) (:text |=)
|
|
1253
|
+
|j $ %{} :Expr (:at 1658491742078) (:by |u0)
|
|
1254
|
+
:data $ {}
|
|
1255
|
+
|T $ %{} :Leaf (:at 1698428421300) (:by |u0) (:text |::)
|
|
1256
|
+
|X $ %{} :Leaf (:at 1698428456786) (:by |u0) (:text |:quaternion)
|
|
1257
|
+
|Z $ %{} :Leaf (:at 1698428425658) (:by |u0) (:text |-60)
|
|
1258
|
+
|b $ %{} :Leaf (:at 1658491742078) (:by |u0) (:text |12)
|
|
1259
|
+
|h $ %{} :Leaf (:at 1658491742078) (:by |u0) (:text |30)
|
|
1260
|
+
|l $ %{} :Leaf (:at 1658491742078) (:by |u0) (:text |24)
|
|
1261
|
+
|r $ %{} :Expr (:at 1625340057796) (:by |u0)
|
|
1262
|
+
:data $ {}
|
|
1263
|
+
|T $ %{} :Leaf (:at 1658491641263) (:by |u0) (:text |&q*)
|
|
1264
|
+
|j $ %{} :Expr (:at 1658491642189) (:by |u0)
|
|
1265
|
+
:data $ {}
|
|
1266
|
+
|T $ %{} :Leaf (:at 1698428430047) (:by |u0) (:text |::)
|
|
1267
|
+
|a $ %{} :Leaf (:at 1698428446531) (:by |u0) (:text |:quaternion)
|
|
1268
|
+
|d $ %{} :Leaf (:at 1698428434140) (:by |u0) (:text |1)
|
|
1269
|
+
|h $ %{} :Leaf (:at 1658491643158) (:by |u0) (:text |2)
|
|
1270
|
+
|l $ %{} :Leaf (:at 1658491643489) (:by |u0) (:text |3)
|
|
1271
|
+
|o $ %{} :Leaf (:at 1698428889140) (:by |u0) (:text |4)
|
|
1272
|
+
|r $ %{} :Expr (:at 1658491645375) (:by |u0)
|
|
1273
|
+
:data $ {}
|
|
1274
|
+
|T $ %{} :Leaf (:at 1698428439018) (:by |u0) (:text |::)
|
|
1275
|
+
|c $ %{} :Leaf (:at 1698428441165) (:by |u0) (:text |:quaternion)
|
|
1276
|
+
|g $ %{} :Leaf (:at 1698428443331) (:by |u0) (:text |5)
|
|
1277
|
+
|l $ %{} :Leaf (:at 1658491649413) (:by |u0) (:text |6)
|
|
1278
|
+
|m $ %{} :Leaf (:at 1658491654190) (:by |u0) (:text |7)
|
|
1279
|
+
|p $ %{} :Leaf (:at 1698428892162) (:by |u0) (:text |8)
|
|
1280
|
+
|t $ %{} :Expr (:at 1672158414156) (:by |u0)
|
|
1281
|
+
:data $ {}
|
|
1282
|
+
|T $ %{} :Leaf (:at 1672158415760) (:by |u0) (:text |testing)
|
|
1283
|
+
|b $ %{} :Leaf (:at 1672158419666) (:by |u0) (:text "|\"add complex")
|
|
1284
|
+
|h $ %{} :Expr (:at 1672158420806) (:by |u0)
|
|
1285
|
+
:data $ {}
|
|
1286
|
+
|T $ %{} :Leaf (:at 1672158421167) (:by |u0) (:text |is)
|
|
1287
|
+
|b $ %{} :Expr (:at 1672158421767) (:by |u0)
|
|
1288
|
+
:data $ {}
|
|
1289
|
+
|T $ %{} :Leaf (:at 1672158421874) (:by |u0) (:text |=)
|
|
1290
|
+
|b $ %{} :Expr (:at 1672158425146) (:by |u0)
|
|
1291
|
+
:data $ {}
|
|
1292
|
+
|T $ %{} :Leaf (:at 1698428459682) (:by |u0) (:text |::)
|
|
1293
|
+
|X $ %{} :Leaf (:at 1698428462777) (:by |u0) (:text |:complex)
|
|
1294
|
+
|b $ %{} :Leaf (:at 1672158442324) (:by |u0) (:text |9)
|
|
1295
|
+
|h $ %{} :Leaf (:at 1672158445886) (:by |u0) (:text |12)
|
|
1296
|
+
|h $ %{} :Expr (:at 1672158428343) (:by |u0)
|
|
1297
|
+
:data $ {}
|
|
1298
|
+
|T $ %{} :Leaf (:at 1672158431587) (:by |u0) (:text |c+)
|
|
1299
|
+
|b $ %{} :Expr (:at 1672158432492) (:by |u0)
|
|
1300
|
+
:data $ {}
|
|
1301
|
+
|D $ %{} :Leaf (:at 1698428468407) (:by |u0) (:text |::)
|
|
1302
|
+
|T $ %{} :Leaf (:at 1698428467025) (:by |u0) (:text |:complex)
|
|
1303
|
+
|b $ %{} :Leaf (:at 1672158433195) (:by |u0) (:text |1)
|
|
1304
|
+
|h $ %{} :Leaf (:at 1672158433435) (:by |u0) (:text |2)
|
|
1305
|
+
|h $ %{} :Expr (:at 1672158433942) (:by |u0)
|
|
1306
|
+
:data $ {}
|
|
1307
|
+
|T $ %{} :Leaf (:at 1698428470533) (:by |u0) (:text |::)
|
|
1308
|
+
|X $ %{} :Leaf (:at 1698428471828) (:by |u0) (:text |:complex)
|
|
1309
|
+
|b $ %{} :Leaf (:at 1672158435303) (:by |u0) (:text |3)
|
|
1310
|
+
|h $ %{} :Leaf (:at 1672158435561) (:by |u0) (:text |4)
|
|
1311
|
+
|l $ %{} :Expr (:at 1672158436027) (:by |u0)
|
|
1312
|
+
:data $ {}
|
|
1313
|
+
|T $ %{} :Leaf (:at 1698428473228) (:by |u0) (:text |::)
|
|
1314
|
+
|X $ %{} :Leaf (:at 1698428474621) (:by |u0) (:text |:complex)
|
|
1315
|
+
|b $ %{} :Leaf (:at 1672158438300) (:by |u0) (:text |5)
|
|
1316
|
+
|h $ %{} :Leaf (:at 1672158438562) (:by |u0) (:text |6)
|
|
1317
|
+
|l $ %{} :Expr (:at 1672158420806) (:by |u0)
|
|
1318
|
+
:data $ {}
|
|
1319
|
+
|T $ %{} :Leaf (:at 1672158421167) (:by |u0) (:text |is)
|
|
1320
|
+
|b $ %{} :Expr (:at 1672158421767) (:by |u0)
|
|
1321
|
+
:data $ {}
|
|
1322
|
+
|T $ %{} :Leaf (:at 1672158421874) (:by |u0) (:text |=)
|
|
1323
|
+
|b $ %{} :Expr (:at 1672158425146) (:by |u0)
|
|
1324
|
+
:data $ {}
|
|
1325
|
+
|T $ %{} :Leaf (:at 1698428478133) (:by |u0) (:text |::)
|
|
1326
|
+
|X $ %{} :Leaf (:at 1698428479541) (:by |u0) (:text |:complex)
|
|
1327
|
+
|b $ %{} :Leaf (:at 1672158459441) (:by |u0) (:text |4)
|
|
1328
|
+
|h $ %{} :Leaf (:at 1672158460986) (:by |u0) (:text |6)
|
|
1329
|
+
|h $ %{} :Expr (:at 1672158428343) (:by |u0)
|
|
1330
|
+
:data $ {}
|
|
1331
|
+
|T $ %{} :Leaf (:at 1672158431587) (:by |u0) (:text |c+)
|
|
1332
|
+
|b $ %{} :Expr (:at 1672158432492) (:by |u0)
|
|
1333
|
+
:data $ {}
|
|
1334
|
+
|T $ %{} :Leaf (:at 1698428483870) (:by |u0) (:text |::)
|
|
1335
|
+
|X $ %{} :Leaf (:at 1698428486072) (:by |u0) (:text |:complex)
|
|
1336
|
+
|b $ %{} :Leaf (:at 1672158433195) (:by |u0) (:text |1)
|
|
1337
|
+
|h $ %{} :Leaf (:at 1672158433435) (:by |u0) (:text |2)
|
|
1338
|
+
|h $ %{} :Expr (:at 1672158433942) (:by |u0)
|
|
1339
|
+
:data $ {}
|
|
1340
|
+
|T $ %{} :Leaf (:at 1698428489822) (:by |u0) (:text |::)
|
|
1341
|
+
|X $ %{} :Leaf (:at 1698428491451) (:by |u0) (:text |:complex)
|
|
1342
|
+
|b $ %{} :Leaf (:at 1672158435303) (:by |u0) (:text |3)
|
|
1343
|
+
|h $ %{} :Leaf (:at 1672158435561) (:by |u0) (:text |4)
|
|
1344
|
+
|test-complex $ %{} :CodeEntry (:doc |)
|
|
1345
|
+
:code $ %{} :Expr (:at 1698516389883) (:by |u0)
|
|
1346
|
+
:data $ {}
|
|
1347
|
+
|T $ %{} :Leaf (:at 1698516393854) (:by |u0) (:text |deftest)
|
|
1348
|
+
|b $ %{} :Leaf (:at 1698516389883) (:by |u0) (:text |test-complex)
|
|
1349
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1350
|
+
:data $ {}
|
|
1351
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |testing)
|
|
1352
|
+
|b $ %{} :Leaf (:at 1698516404212) (:by |u0) (:text "|\"trying complex values")
|
|
1353
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1354
|
+
:data $ {}
|
|
1355
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |is)
|
|
1356
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1357
|
+
:data $ {}
|
|
1358
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |=)
|
|
1359
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1360
|
+
:data $ {}
|
|
1361
|
+
|b $ %{} :Leaf (:at 1698516419852) (:by |u0) (:text |complex)
|
|
1362
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |-5)
|
|
1363
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |10)
|
|
1364
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1365
|
+
:data $ {}
|
|
1366
|
+
|T $ %{} :Leaf (:at 1698516429684) (:by |u0) (:text |.*)
|
|
1367
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1368
|
+
:data $ {}
|
|
1369
|
+
|b $ %{} :Leaf (:at 1698516426403) (:by |u0) (:text |complex)
|
|
1370
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |1)
|
|
1371
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |2)
|
|
1372
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1373
|
+
:data $ {}
|
|
1374
|
+
|b $ %{} :Leaf (:at 1698516433526) (:by |u0) (:text |complex)
|
|
1375
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |3)
|
|
1376
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |4)
|
|
1377
|
+
|l $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1378
|
+
:data $ {}
|
|
1379
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |is)
|
|
1380
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1381
|
+
:data $ {}
|
|
1382
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |=)
|
|
1383
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1384
|
+
:data $ {}
|
|
1385
|
+
|b $ %{} :Leaf (:at 1698516440598) (:by |u0) (:text |complex)
|
|
1386
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |-5)
|
|
1387
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |10)
|
|
1388
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1389
|
+
:data $ {}
|
|
1390
|
+
|T $ %{} :Leaf (:at 1698516443420) (:by |u0) (:text |.*)
|
|
1391
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1392
|
+
:data $ {}
|
|
1393
|
+
|b $ %{} :Leaf (:at 1698516444940) (:by |u0) (:text |complex)
|
|
1394
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |1)
|
|
1395
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |2)
|
|
1396
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1397
|
+
:data $ {}
|
|
1398
|
+
|b $ %{} :Leaf (:at 1698516448265) (:by |u0) (:text |complex)
|
|
1399
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |3)
|
|
1400
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |4)
|
|
1401
|
+
|o $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1402
|
+
:data $ {}
|
|
1403
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |is)
|
|
1404
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1405
|
+
:data $ {}
|
|
1406
|
+
|T $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |=)
|
|
1407
|
+
|b $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1408
|
+
:data $ {}
|
|
1409
|
+
|b $ %{} :Leaf (:at 1698516452591) (:by |u0) (:text |complex)
|
|
1410
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |-85)
|
|
1411
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |20)
|
|
1412
|
+
|h $ %{} :Expr (:at 1698516458854) (:by |u0)
|
|
1413
|
+
:data $ {}
|
|
1414
|
+
|D $ %{} :Leaf (:at 1698516459979) (:by |u0) (:text |->)
|
|
1415
|
+
|L $ %{} :Expr (:at 1698516480901) (:by |u0)
|
|
1416
|
+
:data $ {}
|
|
1417
|
+
|b $ %{} :Leaf (:at 1698516483294) (:by |u0) (:text |complex)
|
|
1418
|
+
|h $ %{} :Leaf (:at 1698516494584) (:by |u0) (:text |1)
|
|
1419
|
+
|l $ %{} :Leaf (:at 1698516536727) (:by |u0) (:text |2)
|
|
1420
|
+
|T $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1421
|
+
:data $ {}
|
|
1422
|
+
|T $ %{} :Leaf (:at 1698516454773) (:by |u0) (:text |.*)
|
|
1423
|
+
|h $ %{} :Expr (:at 1698516391158) (:by |u0)
|
|
1424
|
+
:data $ {}
|
|
1425
|
+
|b $ %{} :Leaf (:at 1698516498784) (:by |u0) (:text |complex)
|
|
1426
|
+
|h $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |3)
|
|
1427
|
+
|l $ %{} :Leaf (:at 1698516391158) (:by |u0) (:text |4)
|
|
1428
|
+
|b $ %{} :Expr (:at 1698516466747) (:by |u0)
|
|
1429
|
+
:data $ {}
|
|
1430
|
+
|T $ %{} :Leaf (:at 1698516467811) (:by |u0) (:text |.*)
|
|
1431
|
+
|b $ %{} :Expr (:at 1698516468702) (:by |u0)
|
|
1432
|
+
:data $ {}
|
|
1433
|
+
|b $ %{} :Leaf (:at 1698516500431) (:by |u0) (:text |complex)
|
|
1434
|
+
|h $ %{} :Leaf (:at 1698516468702) (:by |u0) (:text |5)
|
|
1435
|
+
|l $ %{} :Leaf (:at 1698516468702) (:by |u0) (:text |6)
|
|
1436
|
+
|test-multiply $ %{} :CodeEntry (:doc |)
|
|
1437
|
+
:code $ %{} :Expr (:at 1672158642870) (:by |u0)
|
|
1438
|
+
:data $ {}
|
|
1439
|
+
|T $ %{} :Leaf (:at 1672158644426) (:by |u0) (:text |deftest)
|
|
1440
|
+
|b $ %{} :Leaf (:at 1672158642870) (:by |u0) (:text |test-multiply)
|
|
1441
|
+
|h $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1442
|
+
:data $ {}
|
|
1443
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |testing)
|
|
1444
|
+
|b $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text "|\"multiply complex")
|
|
1445
|
+
|e $ %{} :Expr (:at 1672158681933) (:by |u0)
|
|
1446
|
+
:data $ {}
|
|
1447
|
+
|T $ %{} :Leaf (:at 1672158682496) (:by |u0) (:text |is)
|
|
1448
|
+
|b $ %{} :Expr (:at 1672158683110) (:by |u0)
|
|
1449
|
+
:data $ {}
|
|
1450
|
+
|T $ %{} :Leaf (:at 1672158683206) (:by |u0) (:text |=)
|
|
1451
|
+
|b $ %{} :Expr (:at 1672158684764) (:by |u0)
|
|
1452
|
+
:data $ {}
|
|
1453
|
+
|T $ %{} :Leaf (:at 1698428574109) (:by |u0) (:text |::)
|
|
1454
|
+
|X $ %{} :Leaf (:at 1698428575800) (:by |u0) (:text |:complex)
|
|
1455
|
+
|b $ %{} :Leaf (:at 1672158722855) (:by |u0) (:text |-5)
|
|
1456
|
+
|h $ %{} :Leaf (:at 1672158745623) (:by |u0) (:text |10)
|
|
1457
|
+
|h $ %{} :Expr (:at 1672158685856) (:by |u0)
|
|
1458
|
+
:data $ {}
|
|
1459
|
+
|T $ %{} :Leaf (:at 1672158687456) (:by |u0) (:text |&c*)
|
|
1460
|
+
|b $ %{} :Expr (:at 1672158687917) (:by |u0)
|
|
1461
|
+
:data $ {}
|
|
1462
|
+
|T $ %{} :Leaf (:at 1698428578801) (:by |u0) (:text |::)
|
|
1463
|
+
|X $ %{} :Leaf (:at 1698428581978) (:by |u0) (:text |:complex)
|
|
1464
|
+
|b $ %{} :Leaf (:at 1672158688407) (:by |u0) (:text |1)
|
|
1465
|
+
|h $ %{} :Leaf (:at 1672158688644) (:by |u0) (:text |2)
|
|
1466
|
+
|h $ %{} :Expr (:at 1672158689314) (:by |u0)
|
|
1467
|
+
:data $ {}
|
|
1468
|
+
|T $ %{} :Leaf (:at 1698428584453) (:by |u0) (:text |::)
|
|
1469
|
+
|X $ %{} :Leaf (:at 1698428586245) (:by |u0) (:text |:complex)
|
|
1470
|
+
|b $ %{} :Leaf (:at 1672158690373) (:by |u0) (:text |3)
|
|
1471
|
+
|h $ %{} :Leaf (:at 1672158690636) (:by |u0) (:text |4)
|
|
1472
|
+
|h $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1473
|
+
:data $ {}
|
|
1474
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |is)
|
|
1475
|
+
|b $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1476
|
+
:data $ {}
|
|
1477
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |=)
|
|
1478
|
+
|b $ %{} :Expr (:at 1672158748639) (:by |u0)
|
|
1479
|
+
:data $ {}
|
|
1480
|
+
|T $ %{} :Leaf (:at 1698428590038) (:by |u0) (:text |::)
|
|
1481
|
+
|X $ %{} :Leaf (:at 1698428591969) (:by |u0) (:text |:complex)
|
|
1482
|
+
|b $ %{} :Leaf (:at 1672158748639) (:by |u0) (:text |-5)
|
|
1483
|
+
|h $ %{} :Leaf (:at 1672158748639) (:by |u0) (:text |10)
|
|
1484
|
+
|h $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1485
|
+
:data $ {}
|
|
1486
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |c*)
|
|
1487
|
+
|b $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1488
|
+
:data $ {}
|
|
1489
|
+
|T $ %{} :Leaf (:at 1698428594562) (:by |u0) (:text |::)
|
|
1490
|
+
|X $ %{} :Leaf (:at 1698428595954) (:by |u0) (:text |:complex)
|
|
1491
|
+
|b $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |1)
|
|
1492
|
+
|h $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |2)
|
|
1493
|
+
|h $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1494
|
+
:data $ {}
|
|
1495
|
+
|T $ %{} :Leaf (:at 1698428598454) (:by |u0) (:text |::)
|
|
1496
|
+
|X $ %{} :Leaf (:at 1698428599712) (:by |u0) (:text |:complex)
|
|
1497
|
+
|b $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |3)
|
|
1498
|
+
|h $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |4)
|
|
1499
|
+
|l $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1500
|
+
:data $ {}
|
|
1501
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |is)
|
|
1502
|
+
|b $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1503
|
+
:data $ {}
|
|
1504
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |=)
|
|
1505
|
+
|b $ %{} :Expr (:at 1672158748639) (:by |u0)
|
|
1506
|
+
:data $ {}
|
|
1507
|
+
|T $ %{} :Leaf (:at 1698428601556) (:by |u0) (:text |::)
|
|
1508
|
+
|X $ %{} :Leaf (:at 1698428603587) (:by |u0) (:text |:complex)
|
|
1509
|
+
|b $ %{} :Leaf (:at 1672158850166) (:by |u0) (:text |-85)
|
|
1510
|
+
|h $ %{} :Leaf (:at 1672158851401) (:by |u0) (:text |20)
|
|
1511
|
+
|h $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1512
|
+
:data $ {}
|
|
1513
|
+
|T $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |c*)
|
|
1514
|
+
|b $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1515
|
+
:data $ {}
|
|
1516
|
+
|T $ %{} :Leaf (:at 1698428605661) (:by |u0) (:text |::)
|
|
1517
|
+
|X $ %{} :Leaf (:at 1698428607058) (:by |u0) (:text |:complex)
|
|
1518
|
+
|b $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |1)
|
|
1519
|
+
|h $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |2)
|
|
1520
|
+
|h $ %{} :Expr (:at 1672158646492) (:by |u0)
|
|
1521
|
+
:data $ {}
|
|
1522
|
+
|T $ %{} :Leaf (:at 1698428609786) (:by |u0) (:text |::)
|
|
1523
|
+
|X $ %{} :Leaf (:at 1698428611040) (:by |u0) (:text |:complex)
|
|
1524
|
+
|b $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |3)
|
|
1525
|
+
|h $ %{} :Leaf (:at 1672158646492) (:by |u0) (:text |4)
|
|
1526
|
+
|l $ %{} :Expr (:at 1672158755393) (:by |u0)
|
|
1527
|
+
:data $ {}
|
|
1528
|
+
|T $ %{} :Leaf (:at 1698428612438) (:by |u0) (:text |::)
|
|
1529
|
+
|X $ %{} :Leaf (:at 1698428613641) (:by |u0) (:text |:complex)
|
|
1530
|
+
|b $ %{} :Leaf (:at 1672158757046) (:by |u0) (:text |5)
|
|
1531
|
+
|h $ %{} :Leaf (:at 1672158758230) (:by |u0) (:text |6)
|
|
1532
|
+
|test-quaternion $ %{} :CodeEntry (:doc |)
|
|
1533
|
+
:code $ %{} :Expr (:at 1698516828322) (:by |u0)
|
|
1534
|
+
:data $ {}
|
|
1535
|
+
|T $ %{} :Leaf (:at 1698516829615) (:by |u0) (:text |deftest)
|
|
1536
|
+
|b $ %{} :Leaf (:at 1698516828322) (:by |u0) (:text |test-quaternion)
|
|
1537
|
+
|h $ %{} :Expr (:at 1698516828322) (:by |u0)
|
|
1538
|
+
:data $ {}
|
|
1539
|
+
|T $ %{} :Leaf (:at 1698516831858) (:by |u0) (:text |testing)
|
|
1540
|
+
|b $ %{} :Leaf (:at 1698516835768) (:by |u0) (:text "|\"quaternion demos")
|
|
1541
|
+
|h $ %{} :Expr (:at 1698516837885) (:by |u0)
|
|
1542
|
+
:data $ {}
|
|
1543
|
+
|T $ %{} :Leaf (:at 1698516839188) (:by |u0) (:text |is)
|
|
1544
|
+
|b $ %{} :Expr (:at 1698516839566) (:by |u0)
|
|
1545
|
+
:data $ {}
|
|
1546
|
+
|T $ %{} :Leaf (:at 1698516840460) (:by |u0) (:text |=)
|
|
1547
|
+
|X $ %{} :Expr (:at 1698516940995) (:by |u0)
|
|
1548
|
+
:data $ {}
|
|
1549
|
+
|T $ %{} :Leaf (:at 1698516942175) (:by |u0) (:text |quaternion)
|
|
1550
|
+
|b $ %{} :Leaf (:at 1698516947268) (:by |u0) (:text |4)
|
|
1551
|
+
|h $ %{} :Leaf (:at 1698516947728) (:by |u0) (:text |6)
|
|
1552
|
+
|l $ %{} :Leaf (:at 1698516948113) (:by |u0) (:text |8)
|
|
1553
|
+
|o $ %{} :Leaf (:at 1698516950081) (:by |u0) (:text |10)
|
|
1554
|
+
|b $ %{} :Expr (:at 1698516928701) (:by |u0)
|
|
1555
|
+
:data $ {}
|
|
1556
|
+
|D $ %{} :Leaf (:at 1698516930167) (:by |u0) (:text |.+)
|
|
1557
|
+
|T $ %{} :Expr (:at 1698516841140) (:by |u0)
|
|
1558
|
+
:data $ {}
|
|
1559
|
+
|T $ %{} :Leaf (:at 1698516845242) (:by |u0) (:text |quaternion)
|
|
1560
|
+
|b $ %{} :Leaf (:at 1698516922543) (:by |u0) (:text |0)
|
|
1561
|
+
|h $ %{} :Leaf (:at 1698516923209) (:by |u0) (:text |1)
|
|
1562
|
+
|l $ %{} :Leaf (:at 1698516923529) (:by |u0) (:text |2)
|
|
1563
|
+
|o $ %{} :Leaf (:at 1698516924694) (:by |u0) (:text |3)
|
|
1564
|
+
|b $ %{} :Expr (:at 1698516841140) (:by |u0)
|
|
1565
|
+
:data $ {}
|
|
1566
|
+
|T $ %{} :Leaf (:at 1698516845242) (:by |u0) (:text |quaternion)
|
|
1567
|
+
|b $ %{} :Leaf (:at 1698516935102) (:by |u0) (:text |4)
|
|
1568
|
+
|e $ %{} :Leaf (:at 1698516935756) (:by |u0) (:text |5)
|
|
1569
|
+
|f $ %{} :Leaf (:at 1698516936098) (:by |u0) (:text |6)
|
|
1570
|
+
|g $ %{} :Leaf (:at 1698516936413) (:by |u0) (:text |7)
|
|
1571
|
+
|l $ %{} :Expr (:at 1698517257284) (:by |u0)
|
|
1572
|
+
:data $ {}
|
|
1573
|
+
|T $ %{} :Leaf (:at 1698517259040) (:by |u0) (:text |testing)
|
|
1574
|
+
|b $ %{} :Leaf (:at 1698517267762) (:by |u0) (:text "|\"v3 to quaternion")
|
|
1575
|
+
|h $ %{} :Expr (:at 1698517269570) (:by |u0)
|
|
1576
|
+
:data $ {}
|
|
1577
|
+
|T $ %{} :Leaf (:at 1698517270304) (:by |u0) (:text |is)
|
|
1578
|
+
|b $ %{} :Expr (:at 1698517270553) (:by |u0)
|
|
1579
|
+
:data $ {}
|
|
1580
|
+
|T $ %{} :Leaf (:at 1698517270960) (:by |u0) (:text |=)
|
|
1581
|
+
|b $ %{} :Expr (:at 1698517271538) (:by |u0)
|
|
1582
|
+
:data $ {}
|
|
1583
|
+
|T $ %{} :Leaf (:at 1698517272777) (:by |u0) (:text |v3)
|
|
1584
|
+
|h $ %{} :Leaf (:at 1698517285973) (:by |u0) (:text |6)
|
|
1585
|
+
|l $ %{} :Leaf (:at 1698517288499) (:by |u0) (:text |8)
|
|
1586
|
+
|o $ %{} :Leaf (:at 1698517289063) (:by |u0) (:text |10)
|
|
1587
|
+
|h $ %{} :Expr (:at 1698517276642) (:by |u0)
|
|
1588
|
+
:data $ {}
|
|
1589
|
+
|D $ %{} :Leaf (:at 1698517279415) (:by |u0) (:text |.to-v3)
|
|
1590
|
+
|T $ %{} :Expr (:at 1698517276335) (:by |u0)
|
|
1591
|
+
:data $ {}
|
|
1592
|
+
|T $ %{} :Leaf (:at 1698517276335) (:by |u0) (:text |quaternion)
|
|
1593
|
+
|b $ %{} :Leaf (:at 1698517276335) (:by |u0) (:text |4)
|
|
1594
|
+
|h $ %{} :Leaf (:at 1698517276335) (:by |u0) (:text |6)
|
|
1595
|
+
|l $ %{} :Leaf (:at 1698517276335) (:by |u0) (:text |8)
|
|
1596
|
+
|o $ %{} :Leaf (:at 1698517276335) (:by |u0) (:text |10)
|
|
1597
|
+
|l $ %{} :Expr (:at 1698517300384) (:by |u0)
|
|
1598
|
+
:data $ {}
|
|
1599
|
+
|T $ %{} :Leaf (:at 1698517301240) (:by |u0) (:text |is)
|
|
1600
|
+
|b $ %{} :Expr (:at 1698517326909) (:by |u0)
|
|
1601
|
+
:data $ {}
|
|
1602
|
+
|D $ %{} :Leaf (:at 1698517327340) (:by |u0) (:text |=)
|
|
1603
|
+
|T $ %{} :Expr (:at 1698517302007) (:by |u0)
|
|
1604
|
+
:data $ {}
|
|
1605
|
+
|T $ %{} :Expr (:at 1698517310403) (:by |u0)
|
|
1606
|
+
:data $ {}
|
|
1607
|
+
|T $ %{} :Leaf (:at 1698517310056) (:by |u0) (:text |:from-v3)
|
|
1608
|
+
|b $ %{} :Leaf (:at 1698517315219) (:by |u0) (:text |%quaternion)
|
|
1609
|
+
|b $ %{} :Expr (:at 1698517326049) (:by |u0)
|
|
1610
|
+
:data $ {}
|
|
1611
|
+
|T $ %{} :Leaf (:at 1698517326049) (:by |u0) (:text |v3)
|
|
1612
|
+
|b $ %{} :Leaf (:at 1698517326049) (:by |u0) (:text |6)
|
|
1613
|
+
|h $ %{} :Leaf (:at 1698517326049) (:by |u0) (:text |8)
|
|
1614
|
+
|l $ %{} :Leaf (:at 1698517326049) (:by |u0) (:text |10)
|
|
1615
|
+
|b $ %{} :Expr (:at 1698517333060) (:by |u0)
|
|
1616
|
+
:data $ {}
|
|
1617
|
+
|T $ %{} :Leaf (:at 1698517333060) (:by |u0) (:text |quaternion)
|
|
1618
|
+
|b $ %{} :Leaf (:at 1698517334698) (:by |u0) (:text |0)
|
|
1619
|
+
|h $ %{} :Leaf (:at 1698517333060) (:by |u0) (:text |6)
|
|
1620
|
+
|l $ %{} :Leaf (:at 1698517333060) (:by |u0) (:text |8)
|
|
1621
|
+
|o $ %{} :Leaf (:at 1698517333060) (:by |u0) (:text |10)
|
|
1622
|
+
|o $ %{} :Expr (:at 1698520587383) (:by |u0)
|
|
1623
|
+
:data $ {}
|
|
1624
|
+
|T $ %{} :Leaf (:at 1698520589050) (:by |u0) (:text |testing)
|
|
1625
|
+
|b $ %{} :Leaf (:at 1698520593118) (:by |u0) (:text "|\"add multiple q")
|
|
1626
|
+
|h $ %{} :Expr (:at 1698520595066) (:by |u0)
|
|
1627
|
+
:data $ {}
|
|
1628
|
+
|T $ %{} :Leaf (:at 1698520595472) (:by |u0) (:text |is)
|
|
1629
|
+
|b $ %{} :Expr (:at 1698520595812) (:by |u0)
|
|
1630
|
+
:data $ {}
|
|
1631
|
+
|T $ %{} :Leaf (:at 1698520595981) (:by |u0) (:text |=)
|
|
1632
|
+
|b $ %{} :Expr (:at 1698520596993) (:by |u0)
|
|
1633
|
+
:data $ {}
|
|
1634
|
+
|T $ %{} :Leaf (:at 1698520603610) (:by |u0) (:text |quaternion)
|
|
1635
|
+
|b $ %{} :Leaf (:at 1698520627847) (:by |u0) (:text |6)
|
|
1636
|
+
|h $ %{} :Leaf (:at 1698520628239) (:by |u0) (:text |6)
|
|
1637
|
+
|l $ %{} :Leaf (:at 1698520628945) (:by |u0) (:text |6)
|
|
1638
|
+
|o $ %{} :Leaf (:at 1698520629269) (:by |u0) (:text |6)
|
|
1639
|
+
|h $ %{} :Expr (:at 1698520607274) (:by |u0)
|
|
1640
|
+
:data $ {}
|
|
1641
|
+
|T $ %{} :Leaf (:at 1698520608459) (:by |u0) (:text |q+)
|
|
1642
|
+
|b $ %{} :Expr (:at 1698520608896) (:by |u0)
|
|
1643
|
+
:data $ {}
|
|
1644
|
+
|T $ %{} :Leaf (:at 1698520611211) (:by |u0) (:text |quaternion)
|
|
1645
|
+
|b $ %{} :Leaf (:at 1698520611607) (:by |u0) (:text |1)
|
|
1646
|
+
|h $ %{} :Leaf (:at 1698520611940) (:by |u0) (:text |1)
|
|
1647
|
+
|l $ %{} :Leaf (:at 1698520612272) (:by |u0) (:text |1)
|
|
1648
|
+
|o $ %{} :Leaf (:at 1698520613302) (:by |u0) (:text |1)
|
|
1649
|
+
|h $ %{} :Expr (:at 1698520608896) (:by |u0)
|
|
1650
|
+
:data $ {}
|
|
1651
|
+
|T $ %{} :Leaf (:at 1698520611211) (:by |u0) (:text |quaternion)
|
|
1652
|
+
|b $ %{} :Leaf (:at 1698520615648) (:by |u0) (:text |2)
|
|
1653
|
+
|h $ %{} :Leaf (:at 1698520616232) (:by |u0) (:text |2)
|
|
1654
|
+
|l $ %{} :Leaf (:at 1698520616825) (:by |u0) (:text |2)
|
|
1655
|
+
|o $ %{} :Leaf (:at 1698520617431) (:by |u0) (:text |2)
|
|
1656
|
+
|l $ %{} :Expr (:at 1698520608896) (:by |u0)
|
|
1657
|
+
:data $ {}
|
|
1658
|
+
|T $ %{} :Leaf (:at 1698520611211) (:by |u0) (:text |quaternion)
|
|
1659
|
+
|b $ %{} :Leaf (:at 1698520618351) (:by |u0) (:text |3)
|
|
1660
|
+
|h $ %{} :Leaf (:at 1698520622813) (:by |u0) (:text |3)
|
|
1661
|
+
|l $ %{} :Leaf (:at 1698520624158) (:by |u0) (:text |3)
|
|
1662
|
+
|o $ %{} :Leaf (:at 1698520658466) (:by |u0) (:text |3)
|
|
1663
|
+
|test-v-scale $ %{} :CodeEntry (:doc |)
|
|
1664
|
+
:code $ %{} :Expr (:at 1659524886692) (:by |u0)
|
|
1665
|
+
:data $ {}
|
|
1666
|
+
|T $ %{} :Leaf (:at 1659524886692) (:by |u0) (:text |deftest)
|
|
1667
|
+
|b $ %{} :Leaf (:at 1659524902272) (:by |u0) (:text |test-v-scale)
|
|
1668
|
+
|h $ %{} :Expr (:at 1659524886692) (:by |u0)
|
|
1669
|
+
:data $ {}
|
|
1670
|
+
|T $ %{} :Leaf (:at 1659524886692) (:by |u0) (:text |testing)
|
|
1671
|
+
|b $ %{} :Leaf (:at 1659524906116) (:by |u0) (:text ||v-scale)
|
|
1672
|
+
|h $ %{} :Expr (:at 1659524886692) (:by |u0)
|
|
1673
|
+
:data $ {}
|
|
1674
|
+
|T $ %{} :Leaf (:at 1659524886692) (:by |u0) (:text |is)
|
|
1675
|
+
|b $ %{} :Expr (:at 1659524886692) (:by |u0)
|
|
1676
|
+
:data $ {}
|
|
1677
|
+
|T $ %{} :Leaf (:at 1659524886692) (:by |u0) (:text |=)
|
|
1678
|
+
|b $ %{} :Expr (:at 1659524908786) (:by |u0)
|
|
1679
|
+
:data $ {}
|
|
1680
|
+
|D $ %{} :Leaf (:at 1659524911378) (:by |u0) (:text |v-scale)
|
|
1681
|
+
|P $ %{} :Expr (:at 1659524914379) (:by |u0)
|
|
1682
|
+
:data $ {}
|
|
1683
|
+
|T $ %{} :Leaf (:at 1698428509356) (:by |u0) (:text |::)
|
|
1684
|
+
|X $ %{} :Leaf (:at 1698428512055) (:by |u0) (:text |:complex)
|
|
1685
|
+
|b $ %{} :Leaf (:at 1659524915405) (:by |u0) (:text |1)
|
|
1686
|
+
|h $ %{} :Leaf (:at 1659524915695) (:by |u0) (:text |2)
|
|
1687
|
+
|Y $ %{} :Leaf (:at 1659524917108) (:by |u0) (:text |3)
|
|
1688
|
+
|h $ %{} :Expr (:at 1659524923391) (:by |u0)
|
|
1689
|
+
:data $ {}
|
|
1690
|
+
|T $ %{} :Leaf (:at 1698428514420) (:by |u0) (:text |::)
|
|
1691
|
+
|X $ %{} :Leaf (:at 1698428515604) (:by |u0) (:text |:complex)
|
|
1692
|
+
|b $ %{} :Leaf (:at 1659524924872) (:by |u0) (:text |3)
|
|
1693
|
+
|h $ %{} :Leaf (:at 1659524925982) (:by |u0) (:text |6)
|
|
1694
|
+
|l $ %{} :Expr (:at 1659524886692) (:by |u0)
|
|
1695
|
+
:data $ {}
|
|
1696
|
+
|T $ %{} :Leaf (:at 1659524886692) (:by |u0) (:text |is)
|
|
1697
|
+
|b $ %{} :Expr (:at 1659524886692) (:by |u0)
|
|
1698
|
+
:data $ {}
|
|
1699
|
+
|T $ %{} :Leaf (:at 1659524886692) (:by |u0) (:text |=)
|
|
1700
|
+
|b $ %{} :Expr (:at 1659524908786) (:by |u0)
|
|
1701
|
+
:data $ {}
|
|
1702
|
+
|D $ %{} :Leaf (:at 1659524911378) (:by |u0) (:text |v-scale)
|
|
1703
|
+
|P $ %{} :Expr (:at 1659524914379) (:by |u0)
|
|
1704
|
+
:data $ {}
|
|
1705
|
+
|T $ %{} :Leaf (:at 1698428528581) (:by |u0) (:text |::)
|
|
1706
|
+
|X $ %{} :Leaf (:at 1698428526706) (:by |u0) (:text |:v3)
|
|
1707
|
+
|b $ %{} :Leaf (:at 1659524915405) (:by |u0) (:text |1)
|
|
1708
|
+
|h $ %{} :Leaf (:at 1659524915695) (:by |u0) (:text |2)
|
|
1709
|
+
|l $ %{} :Leaf (:at 1659524950703) (:by |u0) (:text |3)
|
|
1710
|
+
|Y $ %{} :Leaf (:at 1659524951754) (:by |u0) (:text |4)
|
|
1711
|
+
|h $ %{} :Expr (:at 1659524923391) (:by |u0)
|
|
1712
|
+
:data $ {}
|
|
1713
|
+
|D $ %{} :Leaf (:at 1698428535850) (:by |u0) (:text |::)
|
|
1714
|
+
|T $ %{} :Leaf (:at 1698428532542) (:by |u0) (:text |:v3)
|
|
1715
|
+
|b $ %{} :Leaf (:at 1659524956655) (:by |u0) (:text |4)
|
|
1716
|
+
|h $ %{} :Leaf (:at 1659524957632) (:by |u0) (:text |8)
|
|
1717
|
+
|l $ %{} :Leaf (:at 1659524959852) (:by |u0) (:text |12)
|
|
1718
|
+
|q $ %{} :Expr (:at 1672159211078) (:by |u0)
|
|
1719
|
+
:data $ {}
|
|
1720
|
+
|T $ %{} :Leaf (:at 1672159227824) (:by |u0) (:text |is)
|
|
1721
|
+
|b $ %{} :Expr (:at 1672159226315) (:by |u0)
|
|
1722
|
+
:data $ {}
|
|
1723
|
+
|D $ %{} :Leaf (:at 1672159226901) (:by |u0) (:text |=)
|
|
1724
|
+
|T $ %{} :Expr (:at 1672159212485) (:by |u0)
|
|
1725
|
+
:data $ {}
|
|
1726
|
+
|T $ %{} :Leaf (:at 1672159216044) (:by |u0) (:text |c-scale)
|
|
1727
|
+
|b $ %{} :Expr (:at 1672159221930) (:by |u0)
|
|
1728
|
+
:data $ {}
|
|
1729
|
+
|T $ %{} :Leaf (:at 1698428562185) (:by |u0) (:text |::)
|
|
1730
|
+
|X $ %{} :Leaf (:at 1698428563638) (:by |u0) (:text |:complex)
|
|
1731
|
+
|b $ %{} :Leaf (:at 1672159222459) (:by |u0) (:text |1)
|
|
1732
|
+
|h $ %{} :Leaf (:at 1672159222696) (:by |u0) (:text |2)
|
|
1733
|
+
|h $ %{} :Leaf (:at 1672159225797) (:by |u0) (:text |3)
|
|
1734
|
+
|b $ %{} :Expr (:at 1672159229506) (:by |u0)
|
|
1735
|
+
:data $ {}
|
|
1736
|
+
|T $ %{} :Leaf (:at 1698428566078) (:by |u0) (:text |::)
|
|
1737
|
+
|X $ %{} :Leaf (:at 1698428569222) (:by |u0) (:text |:complex)
|
|
1738
|
+
|b $ %{} :Leaf (:at 1672159236048) (:by |u0) (:text |3)
|
|
1739
|
+
|h $ %{} :Leaf (:at 1672159233813) (:by |u0) (:text |6)
|
|
1740
|
+
|test-v3 $ %{} :CodeEntry (:doc |)
|
|
1741
|
+
:code $ %{} :Expr (:at 1698516566277) (:by |u0)
|
|
1742
|
+
:data $ {}
|
|
1743
|
+
|T $ %{} :Leaf (:at 1698516567259) (:by |u0) (:text |deftest)
|
|
1744
|
+
|b $ %{} :Leaf (:at 1698516566277) (:by |u0) (:text |test-v3)
|
|
1745
|
+
|h $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1746
|
+
:data $ {}
|
|
1747
|
+
|T $ %{} :Leaf (:at 1698516568064) (:by |u0) (:text |testing)
|
|
1748
|
+
|b $ %{} :Leaf (:at 1698516571774) (:by |u0) (:text "|\"trying v3 values")
|
|
1749
|
+
|h $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1750
|
+
:data $ {}
|
|
1751
|
+
|T $ %{} :Leaf (:at 1698516568064) (:by |u0) (:text |is)
|
|
1752
|
+
|b $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1753
|
+
:data $ {}
|
|
1754
|
+
|T $ %{} :Leaf (:at 1698516568064) (:by |u0) (:text |=)
|
|
1755
|
+
|b $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1756
|
+
:data $ {}
|
|
1757
|
+
|T $ %{} :Leaf (:at 1698516591871) (:by |u0) (:text |v3)
|
|
1758
|
+
|b $ %{} :Leaf (:at 1698516612089) (:by |u0) (:text |5)
|
|
1759
|
+
|h $ %{} :Leaf (:at 1698516614641) (:by |u0) (:text |7)
|
|
1760
|
+
|l $ %{} :Leaf (:at 1698516617573) (:by |u0) (:text |9)
|
|
1761
|
+
|h $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1762
|
+
:data $ {}
|
|
1763
|
+
|T $ %{} :Leaf (:at 1698516606766) (:by |u0) (:text |.+)
|
|
1764
|
+
|b $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1765
|
+
:data $ {}
|
|
1766
|
+
|T $ %{} :Leaf (:at 1698516663038) (:by |u0) (:text |v3)
|
|
1767
|
+
|b $ %{} :Leaf (:at 1698516598605) (:by |u0) (:text |1)
|
|
1768
|
+
|h $ %{} :Leaf (:at 1698516599392) (:by |u0) (:text |2)
|
|
1769
|
+
|l $ %{} :Leaf (:at 1698516676396) (:by |u0) (:text |3)
|
|
1770
|
+
|h $ %{} :Expr (:at 1698516568064) (:by |u0)
|
|
1771
|
+
:data $ {}
|
|
1772
|
+
|T $ %{} :Leaf (:at 1698516665075) (:by |u0) (:text |v3)
|
|
1773
|
+
|b $ %{} :Leaf (:at 1698516603014) (:by |u0) (:text |4)
|
|
1774
|
+
|h $ %{} :Leaf (:at 1698516604086) (:by |u0) (:text |5)
|
|
1775
|
+
|l $ %{} :Leaf (:at 1698516604699) (:by |u0) (:text |6)
|
|
1776
|
+
|l $ %{} :Expr (:at 1698516754469) (:by |u0)
|
|
1777
|
+
:data $ {}
|
|
1778
|
+
|T $ %{} :Leaf (:at 1698516756356) (:by |u0) (:text |is)
|
|
1779
|
+
|b $ %{} :Expr (:at 1698516756686) (:by |u0)
|
|
1780
|
+
:data $ {}
|
|
1781
|
+
|T $ %{} :Leaf (:at 1698516756743) (:by |u0) (:text |=)
|
|
1782
|
+
|X $ %{} :Leaf (:at 1698516781041) (:by |u0) (:text |0)
|
|
1783
|
+
|b $ %{} :Expr (:at 1698516757513) (:by |u0)
|
|
1784
|
+
:data $ {}
|
|
1785
|
+
|T $ %{} :Leaf (:at 1698516764256) (:by |u0) (:text |.dot)
|
|
1786
|
+
|b $ %{} :Expr (:at 1698516765995) (:by |u0)
|
|
1787
|
+
:data $ {}
|
|
1788
|
+
|T $ %{} :Leaf (:at 1698516767578) (:by |u0) (:text |v3)
|
|
1789
|
+
|b $ %{} :Leaf (:at 1698516772255) (:by |u0) (:text |0)
|
|
1790
|
+
|h $ %{} :Leaf (:at 1698516772988) (:by |u0) (:text |1)
|
|
1791
|
+
|l $ %{} :Leaf (:at 1698516773825) (:by |u0) (:text |0)
|
|
1792
|
+
|h $ %{} :Expr (:at 1698516765995) (:by |u0)
|
|
1793
|
+
:data $ {}
|
|
1794
|
+
|T $ %{} :Leaf (:at 1698516767578) (:by |u0) (:text |v3)
|
|
1795
|
+
|b $ %{} :Leaf (:at 1698516777779) (:by |u0) (:text |1)
|
|
1796
|
+
|l $ %{} :Leaf (:at 1698516773825) (:by |u0) (:text |0)
|
|
1797
|
+
|o $ %{} :Leaf (:at 1698516778609) (:by |u0) (:text |0)
|
|
1798
|
+
|o $ %{} :Expr (:at 1698516754469) (:by |u0)
|
|
1799
|
+
:data $ {}
|
|
1800
|
+
|T $ %{} :Leaf (:at 1698516756356) (:by |u0) (:text |is)
|
|
1801
|
+
|b $ %{} :Expr (:at 1698516756686) (:by |u0)
|
|
1802
|
+
:data $ {}
|
|
1803
|
+
|T $ %{} :Leaf (:at 1698516756743) (:by |u0) (:text |=)
|
|
1804
|
+
|X $ %{} :Expr (:at 1698516792323) (:by |u0)
|
|
1805
|
+
:data $ {}
|
|
1806
|
+
|T $ %{} :Leaf (:at 1698516793664) (:by |u0) (:text |v3)
|
|
1807
|
+
|b $ %{} :Leaf (:at 1698516794197) (:by |u0) (:text |0)
|
|
1808
|
+
|h $ %{} :Leaf (:at 1698516794540) (:by |u0) (:text |0)
|
|
1809
|
+
|l $ %{} :Leaf (:at 1698516813702) (:by |u0) (:text |-1)
|
|
1810
|
+
|b $ %{} :Expr (:at 1698516757513) (:by |u0)
|
|
1811
|
+
:data $ {}
|
|
1812
|
+
|T $ %{} :Leaf (:at 1698516808985) (:by |u0) (:text |.cross)
|
|
1813
|
+
|b $ %{} :Expr (:at 1698516765995) (:by |u0)
|
|
1814
|
+
:data $ {}
|
|
1815
|
+
|T $ %{} :Leaf (:at 1698516767578) (:by |u0) (:text |v3)
|
|
1816
|
+
|b $ %{} :Leaf (:at 1698516772255) (:by |u0) (:text |0)
|
|
1817
|
+
|h $ %{} :Leaf (:at 1698516772988) (:by |u0) (:text |1)
|
|
1818
|
+
|l $ %{} :Leaf (:at 1698516773825) (:by |u0) (:text |0)
|
|
1819
|
+
|h $ %{} :Expr (:at 1698516765995) (:by |u0)
|
|
1820
|
+
:data $ {}
|
|
1821
|
+
|T $ %{} :Leaf (:at 1698516767578) (:by |u0) (:text |v3)
|
|
1822
|
+
|b $ %{} :Leaf (:at 1698516777779) (:by |u0) (:text |1)
|
|
1823
|
+
|l $ %{} :Leaf (:at 1698516773825) (:by |u0) (:text |0)
|
|
1824
|
+
|o $ %{} :Leaf (:at 1698516778609) (:by |u0) (:text |0)
|
|
1825
|
+
|q $ %{} :Expr (:at 1698520506855) (:by |u0)
|
|
1826
|
+
:data $ {}
|
|
1827
|
+
|T $ %{} :Leaf (:at 1698520507677) (:by |u0) (:text |is)
|
|
1828
|
+
|b $ %{} :Expr (:at 1698520508745) (:by |u0)
|
|
1829
|
+
:data $ {}
|
|
1830
|
+
|T $ %{} :Leaf (:at 1698520508800) (:by |u0) (:text |=)
|
|
1831
|
+
|b $ %{} :Expr (:at 1698520510100) (:by |u0)
|
|
1832
|
+
:data $ {}
|
|
1833
|
+
|T $ %{} :Leaf (:at 1698520510831) (:by |u0) (:text |v3)
|
|
1834
|
+
|b $ %{} :Leaf (:at 1698520534854) (:by |u0) (:text |12)
|
|
1835
|
+
|h $ %{} :Leaf (:at 1698520536935) (:by |u0) (:text |15)
|
|
1836
|
+
|l $ %{} :Leaf (:at 1698520539518) (:by |u0) (:text |18)
|
|
1837
|
+
|h $ %{} :Expr (:at 1698520511613) (:by |u0)
|
|
1838
|
+
:data $ {}
|
|
1839
|
+
|T $ %{} :Leaf (:at 1698520515575) (:by |u0) (:text |v+)
|
|
1840
|
+
|b $ %{} :Expr (:at 1698520516087) (:by |u0)
|
|
1841
|
+
:data $ {}
|
|
1842
|
+
|T $ %{} :Leaf (:at 1698520518148) (:by |u0) (:text |v3)
|
|
1843
|
+
|b $ %{} :Leaf (:at 1698520518615) (:by |u0) (:text |1)
|
|
1844
|
+
|h $ %{} :Leaf (:at 1698520518865) (:by |u0) (:text |2)
|
|
1845
|
+
|l $ %{} :Leaf (:at 1698520519141) (:by |u0) (:text |3)
|
|
1846
|
+
|h $ %{} :Expr (:at 1698520516087) (:by |u0)
|
|
1847
|
+
:data $ {}
|
|
1848
|
+
|T $ %{} :Leaf (:at 1698520518148) (:by |u0) (:text |v3)
|
|
1849
|
+
|b $ %{} :Leaf (:at 1698520522153) (:by |u0) (:text |4)
|
|
1850
|
+
|e $ %{} :Leaf (:at 1698520522493) (:by |u0) (:text |5)
|
|
1851
|
+
|f $ %{} :Leaf (:at 1698520522742) (:by |u0) (:text |6)
|
|
1852
|
+
|l $ %{} :Expr (:at 1698520516087) (:by |u0)
|
|
1853
|
+
:data $ {}
|
|
1854
|
+
|T $ %{} :Leaf (:at 1698520518148) (:by |u0) (:text |v3)
|
|
1855
|
+
|b $ %{} :Leaf (:at 1698520528052) (:by |u0) (:text |7)
|
|
1856
|
+
|c $ %{} :Leaf (:at 1698520528641) (:by |u0) (:text |8)
|
|
1857
|
+
|d $ %{} :Leaf (:at 1698520529312) (:by |u0) (:text |9)
|
|
1858
|
+
|s $ %{} :Expr (:at 1698520708718) (:by |u0)
|
|
1859
|
+
:data $ {}
|
|
1860
|
+
|T $ %{} :Leaf (:at 1698520710166) (:by |u0) (:text |is)
|
|
1861
|
+
|b $ %{} :Expr (:at 1698520710513) (:by |u0)
|
|
1862
|
+
:data $ {}
|
|
1863
|
+
|T $ %{} :Leaf (:at 1698520710663) (:by |u0) (:text |=)
|
|
1864
|
+
|X $ %{} :Expr (:at 1698520719564) (:by |u0)
|
|
1865
|
+
:data $ {}
|
|
1866
|
+
|T $ %{} :Leaf (:at 1698520721284) (:by |u0) (:text |sqrt)
|
|
1867
|
+
|b $ %{} :Leaf (:at 1698520726001) (:by |u0) (:text |14)
|
|
1868
|
+
|b $ %{} :Expr (:at 1698520712472) (:by |u0)
|
|
1869
|
+
:data $ {}
|
|
1870
|
+
|T $ %{} :Leaf (:at 1698520713428) (:by |u0) (:text |.length)
|
|
1871
|
+
|b $ %{} :Expr (:at 1698520713782) (:by |u0)
|
|
1872
|
+
:data $ {}
|
|
1873
|
+
|T $ %{} :Leaf (:at 1698520715818) (:by |u0) (:text |v3)
|
|
1874
|
+
|b $ %{} :Leaf (:at 1698520716042) (:by |u0) (:text |1)
|
|
1875
|
+
|h $ %{} :Leaf (:at 1698520716275) (:by |u0) (:text |2)
|
|
1876
|
+
|l $ %{} :Leaf (:at 1698520716541) (:by |u0) (:text |3)
|
|
1877
|
+
:ns $ %{} :CodeEntry (:doc |)
|
|
1878
|
+
:code $ %{} :Expr (:at 1625339956346) (:by |u0)
|
|
1879
|
+
:data $ {}
|
|
1880
|
+
|T $ %{} :Leaf (:at 1625339956346) (:by |u0) (:text |ns)
|
|
1881
|
+
|j $ %{} :Leaf (:at 1625339956346) (:by |u0) (:text |quaternion.test)
|
|
1882
|
+
|r $ %{} :Expr (:at 1625340009385) (:by |u0)
|
|
1883
|
+
:data $ {}
|
|
1884
|
+
|T $ %{} :Leaf (:at 1625340010270) (:by |u0) (:text |:require)
|
|
1885
|
+
|j $ %{} :Expr (:at 1625340010573) (:by |u0)
|
|
1886
|
+
:data $ {}
|
|
1887
|
+
|T $ %{} :Leaf (:at 1625340015655) (:by |u0) (:text |calcit-test.core)
|
|
1888
|
+
|j $ %{} :Leaf (:at 1625340016422) (:by |u0) (:text |:refer)
|
|
1889
|
+
|r $ %{} :Expr (:at 1625340016945) (:by |u0)
|
|
1890
|
+
:data $ {}
|
|
1891
|
+
|T $ %{} :Leaf (:at 1625340018567) (:by |u0) (:text |deftest)
|
|
1892
|
+
|j $ %{} :Leaf (:at 1625340020648) (:by |u0) (:text |testing)
|
|
1893
|
+
|r $ %{} :Leaf (:at 1625340021012) (:by |u0) (:text |is)
|
|
1894
|
+
|v $ %{} :Leaf (:at 1625340040078) (:by |u0) (:text |*quit-on-failure?)
|
|
1895
|
+
|n $ %{} :Expr (:at 1658491621213) (:by |u0)
|
|
1896
|
+
:data $ {}
|
|
1897
|
+
|T $ %{} :Leaf (:at 1658491626471) (:by |u0) (:text |quaternion.core)
|
|
1898
|
+
|b $ %{} :Leaf (:at 1658491627109) (:by |u0) (:text |:refer)
|
|
1899
|
+
|h $ %{} :Expr (:at 1658491627388) (:by |u0)
|
|
1900
|
+
:data $ {}
|
|
1901
|
+
|T $ %{} :Leaf (:at 1658491632530) (:by |u0) (:text |&q*)
|
|
1902
|
+
|b $ %{} :Leaf (:at 1698516850043) (:by |u0) (:text |quaternion)
|
|
1903
|
+
|h $ %{} :Leaf (:at 1698517320380) (:by |u0) (:text |%quaternion)
|
|
1904
|
+
|l $ %{} :Leaf (:at 1698520635678) (:by |u0) (:text |q+)
|
|
1905
|
+
|o $ %{} :Expr (:at 1698515069801) (:by |u0)
|
|
1906
|
+
:data $ {}
|
|
1907
|
+
|T $ %{} :Leaf (:at 1698515073991) (:by |u0) (:text |quaternion.vector)
|
|
1908
|
+
|b $ %{} :Leaf (:at 1698515074827) (:by |u0) (:text |:refer)
|
|
1909
|
+
|h $ %{} :Expr (:at 1698515075348) (:by |u0)
|
|
1910
|
+
:data $ {}
|
|
1911
|
+
|T $ %{} :Leaf (:at 1698516645659) (:by |u0) (:text |v-scale)
|
|
1912
|
+
|b $ %{} :Leaf (:at 1698516646976) (:by |u0) (:text |v3)
|
|
1913
|
+
|h $ %{} :Leaf (:at 1698520547920) (:by |u0) (:text |v+)
|
|
1914
|
+
|q $ %{} :Expr (:at 1698514933943) (:by |u0)
|
|
1915
|
+
:data $ {}
|
|
1916
|
+
|T $ %{} :Leaf (:at 1698514937464) (:by |u0) (:text |quaternion.complex)
|
|
1917
|
+
|b $ %{} :Leaf (:at 1698514939500) (:by |u0) (:text |:refer)
|
|
1918
|
+
|h $ %{} :Expr (:at 1698514939798) (:by |u0)
|
|
1919
|
+
:data $ {}
|
|
1920
|
+
|T $ %{} :Leaf (:at 1698514941543) (:by |u0) (:text |c+)
|
|
1921
|
+
|b $ %{} :Leaf (:at 1698514943288) (:by |u0) (:text |c*)
|
|
1922
|
+
|h $ %{} :Leaf (:at 1698514944651) (:by |u0) (:text |&c*)
|
|
1923
|
+
|l $ %{} :Leaf (:at 1698514946568) (:by |u0) (:text |c-scale)
|
|
1924
|
+
|o $ %{} :Leaf (:at 1698516414950) (:by |u0) (:text |complex)
|
|
1925
|
+
|quaternion.vector $ %{} :FileEntry
|
|
1926
|
+
:defs $ {}
|
|
1927
|
+
|%v3 $ %{} :CodeEntry (:doc |)
|
|
1928
|
+
:code $ %{} :Expr (:at 1698516107141) (:by |u0)
|
|
1929
|
+
:data $ {}
|
|
1930
|
+
|T $ %{} :Leaf (:at 1698516110763) (:by |u0) (:text |defrecord!)
|
|
1931
|
+
|b $ %{} :Leaf (:at 1698516107141) (:by |u0) (:text |%v3)
|
|
1932
|
+
|h $ %{} :Expr (:at 1698516107141) (:by |u0)
|
|
1933
|
+
:data $ {}
|
|
1934
|
+
|T $ %{} :Leaf (:at 1698516113120) (:by |u0) (:text |:+)
|
|
1935
|
+
|b $ %{} :Leaf (:at 1698516116810) (:by |u0) (:text |&v+)
|
|
1936
|
+
|l $ %{} :Expr (:at 1698516125406) (:by |u0)
|
|
1937
|
+
:data $ {}
|
|
1938
|
+
|T $ %{} :Leaf (:at 1698516127027) (:by |u0) (:text |:-)
|
|
1939
|
+
|b $ %{} :Leaf (:at 1698516130766) (:by |u0) (:text |&v-)
|
|
1940
|
+
|o $ %{} :Expr (:at 1698516134903) (:by |u0)
|
|
1941
|
+
:data $ {}
|
|
1942
|
+
|T $ %{} :Leaf (:at 1698516138431) (:by |u0) (:text |:cross)
|
|
1943
|
+
|b $ %{} :Leaf (:at 1698516141275) (:by |u0) (:text |v-cross)
|
|
1944
|
+
|q $ %{} :Expr (:at 1698516143177) (:by |u0)
|
|
1945
|
+
:data $ {}
|
|
1946
|
+
|T $ %{} :Leaf (:at 1698516145131) (:by |u0) (:text |:dot)
|
|
1947
|
+
|b $ %{} :Leaf (:at 1698516147356) (:by |u0) (:text |v-dot)
|
|
1948
|
+
|s $ %{} :Expr (:at 1698516168342) (:by |u0)
|
|
1949
|
+
:data $ {}
|
|
1950
|
+
|T $ %{} :Leaf (:at 1698516170958) (:by |u0) (:text |:length)
|
|
1951
|
+
|b $ %{} :Leaf (:at 1698516176254) (:by |u0) (:text |v-length)
|
|
1952
|
+
|t $ %{} :Expr (:at 1698516177794) (:by |u0)
|
|
1953
|
+
:data $ {}
|
|
1954
|
+
|T $ %{} :Leaf (:at 1698516182494) (:by |u0) (:text |:normalize)
|
|
1955
|
+
|b $ %{} :Leaf (:at 1698516186123) (:by |u0) (:text |v-normalize)
|
|
1956
|
+
|u $ %{} :Expr (:at 1698516188102) (:by |u0)
|
|
1957
|
+
:data $ {}
|
|
1958
|
+
|T $ %{} :Leaf (:at 1698516197195) (:by |u0) (:text |:scale)
|
|
1959
|
+
|b $ %{} :Leaf (:at 1698516198776) (:by |u0) (:text |v-scale)
|
|
1960
|
+
|v $ %{} :Expr (:at 1698516200297) (:by |u0)
|
|
1961
|
+
:data $ {}
|
|
1962
|
+
|T $ %{} :Leaf (:at 1698516203214) (:by |u0) (:text |:to-js)
|
|
1963
|
+
|b $ %{} :Expr (:at 1698516203709) (:by |u0)
|
|
1964
|
+
:data $ {}
|
|
1965
|
+
|T $ %{} :Leaf (:at 1698516203994) (:by |u0) (:text |fn)
|
|
1966
|
+
|b $ %{} :Expr (:at 1698516204649) (:by |u0)
|
|
1967
|
+
:data $ {}
|
|
1968
|
+
|T $ %{} :Leaf (:at 1698516210858) (:by |u0) (:text |self)
|
|
1969
|
+
|h $ %{} :Expr (:at 1698516211706) (:by |u0)
|
|
1970
|
+
:data $ {}
|
|
1971
|
+
|T $ %{} :Leaf (:at 1698516213625) (:by |u0) (:text |tag-match)
|
|
1972
|
+
|b $ %{} :Leaf (:at 1698516214369) (:by |u0) (:text |self)
|
|
1973
|
+
|h $ %{} :Expr (:at 1698516214790) (:by |u0)
|
|
1974
|
+
:data $ {}
|
|
1975
|
+
|T $ %{} :Expr (:at 1698516217033) (:by |u0)
|
|
1976
|
+
:data $ {}
|
|
1977
|
+
|T $ %{} :Leaf (:at 1698516216406) (:by |u0) (:text |:v3)
|
|
1978
|
+
|b $ %{} :Leaf (:at 1698516217864) (:by |u0) (:text |x)
|
|
1979
|
+
|h $ %{} :Leaf (:at 1698516218257) (:by |u0) (:text |y)
|
|
1980
|
+
|l $ %{} :Leaf (:at 1698516218623) (:by |u0) (:text |z)
|
|
1981
|
+
|b $ %{} :Expr (:at 1698516221988) (:by |u0)
|
|
1982
|
+
:data $ {}
|
|
1983
|
+
|T $ %{} :Leaf (:at 1698516223540) (:by |u0) (:text |js-array)
|
|
1984
|
+
|b $ %{} :Leaf (:at 1698516223876) (:by |u0) (:text |x)
|
|
1985
|
+
|h $ %{} :Leaf (:at 1698516224918) (:by |u0) (:text |y)
|
|
1986
|
+
|l $ %{} :Leaf (:at 1698516225206) (:by |u0) (:text |z)
|
|
1987
|
+
|w $ %{} :Expr (:at 1698517643471) (:by |u0)
|
|
1988
|
+
:data $ {}
|
|
1989
|
+
|T $ %{} :Leaf (:at 1698517645990) (:by |u0) (:text |:reflect)
|
|
1990
|
+
|b $ %{} :Leaf (:at 1698517650185) (:by |u0) (:text |v-reflect)
|
|
1991
|
+
|&v+ $ %{} :CodeEntry (:doc |)
|
|
1992
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1993
|
+
:data $ {}
|
|
1994
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
1995
|
+
|b $ %{} :Leaf (:at 1698515008813) (:by |u0) (:text |&v+)
|
|
1996
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
1997
|
+
:data $ {}
|
|
1998
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
1999
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
2000
|
+
|o $ %{} :Expr (:at 1698427856302) (:by |u0)
|
|
2001
|
+
:data $ {}
|
|
2002
|
+
|T $ %{} :Leaf (:at 1698427858384) (:by |u0) (:text |tag-match)
|
|
2003
|
+
|b $ %{} :Leaf (:at 1698427859867) (:by |u0) (:text |a)
|
|
2004
|
+
|h $ %{} :Expr (:at 1698427860587) (:by |u0)
|
|
2005
|
+
:data $ {}
|
|
2006
|
+
|T $ %{} :Expr (:at 1698427860786) (:by |u0)
|
|
2007
|
+
:data $ {}
|
|
2008
|
+
|T $ %{} :Leaf (:at 1698427864739) (:by |u0) (:text |:v3)
|
|
2009
|
+
|b $ %{} :Leaf (:at 1698427867778) (:by |u0) (:text |x)
|
|
2010
|
+
|h $ %{} :Leaf (:at 1698427869032) (:by |u0) (:text |y)
|
|
2011
|
+
|l $ %{} :Leaf (:at 1698427869375) (:by |u0) (:text |z)
|
|
2012
|
+
|b $ %{} :Expr (:at 1698427871598) (:by |u0)
|
|
2013
|
+
:data $ {}
|
|
2014
|
+
|T $ %{} :Leaf (:at 1698427873112) (:by |u0) (:text |tag-match)
|
|
2015
|
+
|b $ %{} :Leaf (:at 1698427874605) (:by |u0) (:text |b)
|
|
2016
|
+
|h $ %{} :Expr (:at 1698427875096) (:by |u0)
|
|
2017
|
+
:data $ {}
|
|
2018
|
+
|T $ %{} :Expr (:at 1698427876805) (:by |u0)
|
|
2019
|
+
:data $ {}
|
|
2020
|
+
|T $ %{} :Leaf (:at 1698427876805) (:by |u0) (:text |:v3)
|
|
2021
|
+
|b $ %{} :Leaf (:at 1698427879731) (:by |u0) (:text |x2)
|
|
2022
|
+
|h $ %{} :Leaf (:at 1698427880799) (:by |u0) (:text |y2)
|
|
2023
|
+
|l $ %{} :Leaf (:at 1698427881495) (:by |u0) (:text |z2)
|
|
2024
|
+
|b $ %{} :Expr (:at 1698427885772) (:by |u0)
|
|
2025
|
+
:data $ {}
|
|
2026
|
+
|X $ %{} :Leaf (:at 1698516235788) (:by |u0) (:text |v3)
|
|
2027
|
+
|b $ %{} :Expr (:at 1698427885772) (:by |u0)
|
|
2028
|
+
:data $ {}
|
|
2029
|
+
|T $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |&+)
|
|
2030
|
+
|b $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |x)
|
|
2031
|
+
|h $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |x2)
|
|
2032
|
+
|h $ %{} :Expr (:at 1698427885772) (:by |u0)
|
|
2033
|
+
:data $ {}
|
|
2034
|
+
|T $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |&+)
|
|
2035
|
+
|b $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |y)
|
|
2036
|
+
|h $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |y2)
|
|
2037
|
+
|l $ %{} :Expr (:at 1698427885772) (:by |u0)
|
|
2038
|
+
:data $ {}
|
|
2039
|
+
|T $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |&+)
|
|
2040
|
+
|b $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |z)
|
|
2041
|
+
|h $ %{} :Leaf (:at 1698427885772) (:by |u0) (:text |z2)
|
|
2042
|
+
|&v- $ %{} :CodeEntry (:doc |)
|
|
2043
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2044
|
+
:data $ {}
|
|
2045
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
2046
|
+
|b $ %{} :Leaf (:at 1698515003288) (:by |u0) (:text |&v-)
|
|
2047
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2048
|
+
:data $ {}
|
|
2049
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |a)
|
|
2050
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |b)
|
|
2051
|
+
|o $ %{} :Expr (:at 1698427922000) (:by |u0)
|
|
2052
|
+
:data $ {}
|
|
2053
|
+
|T $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |tag-match)
|
|
2054
|
+
|b $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |a)
|
|
2055
|
+
|h $ %{} :Expr (:at 1698427922000) (:by |u0)
|
|
2056
|
+
:data $ {}
|
|
2057
|
+
|T $ %{} :Expr (:at 1698427922000) (:by |u0)
|
|
2058
|
+
:data $ {}
|
|
2059
|
+
|T $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |:v3)
|
|
2060
|
+
|b $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |x)
|
|
2061
|
+
|h $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |y)
|
|
2062
|
+
|l $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |z)
|
|
2063
|
+
|b $ %{} :Expr (:at 1698427922000) (:by |u0)
|
|
2064
|
+
:data $ {}
|
|
2065
|
+
|T $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |tag-match)
|
|
2066
|
+
|b $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |b)
|
|
2067
|
+
|h $ %{} :Expr (:at 1698427922000) (:by |u0)
|
|
2068
|
+
:data $ {}
|
|
2069
|
+
|T $ %{} :Expr (:at 1698427922000) (:by |u0)
|
|
2070
|
+
:data $ {}
|
|
2071
|
+
|T $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |:v3)
|
|
2072
|
+
|b $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |x2)
|
|
2073
|
+
|h $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |y2)
|
|
2074
|
+
|l $ %{} :Leaf (:at 1698427922000) (:by |u0) (:text |z2)
|
|
2075
|
+
|h $ %{} :Expr (:at 1698427928346) (:by |u0)
|
|
2076
|
+
:data $ {}
|
|
2077
|
+
|X $ %{} :Leaf (:at 1698516245369) (:by |u0) (:text |v3)
|
|
2078
|
+
|b $ %{} :Expr (:at 1698427928346) (:by |u0)
|
|
2079
|
+
:data $ {}
|
|
2080
|
+
|T $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |&-)
|
|
2081
|
+
|b $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |x)
|
|
2082
|
+
|h $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |x2)
|
|
2083
|
+
|h $ %{} :Expr (:at 1698427928346) (:by |u0)
|
|
2084
|
+
:data $ {}
|
|
2085
|
+
|T $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |&-)
|
|
2086
|
+
|b $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |y)
|
|
2087
|
+
|h $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |y2)
|
|
2088
|
+
|l $ %{} :Expr (:at 1698427928346) (:by |u0)
|
|
2089
|
+
:data $ {}
|
|
2090
|
+
|T $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |&-)
|
|
2091
|
+
|b $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |z)
|
|
2092
|
+
|h $ %{} :Leaf (:at 1698427928346) (:by |u0) (:text |z2)
|
|
2093
|
+
|v+ $ %{} :CodeEntry (:doc |)
|
|
2094
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2095
|
+
:data $ {}
|
|
2096
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
2097
|
+
|b $ %{} :Leaf (:at 1698515018428) (:by |u0) (:text |v+)
|
|
2098
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2099
|
+
:data $ {}
|
|
2100
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&)
|
|
2101
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
2102
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2103
|
+
:data $ {}
|
|
2104
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |foldl)
|
|
2105
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
2106
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2107
|
+
:data $ {}
|
|
2108
|
+
|T $ %{} :Leaf (:at 1698520564618) (:by |u0) (:text |v3)
|
|
2109
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
2110
|
+
|h $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
2111
|
+
|l $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |0)
|
|
2112
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2113
|
+
:data $ {}
|
|
2114
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |fn)
|
|
2115
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2116
|
+
:data $ {}
|
|
2117
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
2118
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
2119
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2120
|
+
:data $ {}
|
|
2121
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&v+)
|
|
2122
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
2123
|
+
|h $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
2124
|
+
|v- $ %{} :CodeEntry (:doc |)
|
|
2125
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2126
|
+
:data $ {}
|
|
2127
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
2128
|
+
|b $ %{} :Leaf (:at 1698515024623) (:by |u0) (:text |v-)
|
|
2129
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2130
|
+
:data $ {}
|
|
2131
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&)
|
|
2132
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
2133
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2134
|
+
:data $ {}
|
|
2135
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |foldl)
|
|
2136
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2137
|
+
:data $ {}
|
|
2138
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |rest)
|
|
2139
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
2140
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2141
|
+
:data $ {}
|
|
2142
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |first)
|
|
2143
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |xs)
|
|
2144
|
+
|l $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2145
|
+
:data $ {}
|
|
2146
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |fn)
|
|
2147
|
+
|b $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2148
|
+
:data $ {}
|
|
2149
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
2150
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
2151
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2152
|
+
:data $ {}
|
|
2153
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |&v-)
|
|
2154
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |acc)
|
|
2155
|
+
|h $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |x)
|
|
2156
|
+
|v-cross $ %{} :CodeEntry (:doc |)
|
|
2157
|
+
:code $ %{} :Expr (:at 1659691903601) (:by |u0)
|
|
2158
|
+
:data $ {}
|
|
2159
|
+
|T $ %{} :Leaf (:at 1659691903601) (:by |u0) (:text |defn)
|
|
2160
|
+
|b $ %{} :Leaf (:at 1698515033883) (:by |u0) (:text |v-cross)
|
|
2161
|
+
|h $ %{} :Expr (:at 1659691903601) (:by |u0)
|
|
2162
|
+
:data $ {}
|
|
2163
|
+
|T $ %{} :Leaf (:at 1659691903601) (:by |u0) (:text |v1)
|
|
2164
|
+
|b $ %{} :Leaf (:at 1659691903601) (:by |u0) (:text |v2)
|
|
2165
|
+
|o $ %{} :Expr (:at 1698428126298) (:by |u0)
|
|
2166
|
+
:data $ {}
|
|
2167
|
+
|T $ %{} :Leaf (:at 1698428127950) (:by |u0) (:text |tag-match)
|
|
2168
|
+
|b $ %{} :Leaf (:at 1698428128945) (:by |u0) (:text |v1)
|
|
2169
|
+
|h $ %{} :Expr (:at 1698428129851) (:by |u0)
|
|
2170
|
+
:data $ {}
|
|
2171
|
+
|T $ %{} :Expr (:at 1698428130585) (:by |u0)
|
|
2172
|
+
:data $ {}
|
|
2173
|
+
|D $ %{} :Leaf (:at 1698428166274) (:by |u0) (:text |:v3)
|
|
2174
|
+
|T $ %{} :Leaf (:at 1698428134184) (:by |u0) (:text |x1)
|
|
2175
|
+
|b $ %{} :Leaf (:at 1698428134184) (:by |u0) (:text |y1)
|
|
2176
|
+
|h $ %{} :Leaf (:at 1698428134184) (:by |u0) (:text |z1)
|
|
2177
|
+
|b $ %{} :Expr (:at 1698428143368) (:by |u0)
|
|
2178
|
+
:data $ {}
|
|
2179
|
+
|T $ %{} :Leaf (:at 1698428145994) (:by |u0) (:text |tag-match)
|
|
2180
|
+
|b $ %{} :Leaf (:at 1698428146706) (:by |u0) (:text |v2)
|
|
2181
|
+
|h $ %{} :Expr (:at 1698428148816) (:by |u0)
|
|
2182
|
+
:data $ {}
|
|
2183
|
+
|T $ %{} :Expr (:at 1698428150919) (:by |u0)
|
|
2184
|
+
:data $ {}
|
|
2185
|
+
|T $ %{} :Leaf (:at 1698428167602) (:by |u0) (:text |:v3)
|
|
2186
|
+
|b $ %{} :Leaf (:at 1698428155503) (:by |u0) (:text |x2)
|
|
2187
|
+
|h $ %{} :Leaf (:at 1698428156539) (:by |u0) (:text |y2)
|
|
2188
|
+
|l $ %{} :Leaf (:at 1698428157386) (:by |u0) (:text |z2)
|
|
2189
|
+
|b $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2190
|
+
:data $ {}
|
|
2191
|
+
|X $ %{} :Leaf (:at 1698516258738) (:by |u0) (:text |v3)
|
|
2192
|
+
|b $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2193
|
+
:data $ {}
|
|
2194
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&-)
|
|
2195
|
+
|b $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2196
|
+
:data $ {}
|
|
2197
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&*)
|
|
2198
|
+
|b $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |y1)
|
|
2199
|
+
|h $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |z2)
|
|
2200
|
+
|h $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2201
|
+
:data $ {}
|
|
2202
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&*)
|
|
2203
|
+
|b $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |y2)
|
|
2204
|
+
|h $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |z1)
|
|
2205
|
+
|h $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2206
|
+
:data $ {}
|
|
2207
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&-)
|
|
2208
|
+
|b $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2209
|
+
:data $ {}
|
|
2210
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&*)
|
|
2211
|
+
|b $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |x2)
|
|
2212
|
+
|h $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |z1)
|
|
2213
|
+
|h $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2214
|
+
:data $ {}
|
|
2215
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&*)
|
|
2216
|
+
|b $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |x1)
|
|
2217
|
+
|h $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |z2)
|
|
2218
|
+
|l $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2219
|
+
:data $ {}
|
|
2220
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&-)
|
|
2221
|
+
|b $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2222
|
+
:data $ {}
|
|
2223
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&*)
|
|
2224
|
+
|b $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |x1)
|
|
2225
|
+
|h $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |y2)
|
|
2226
|
+
|h $ %{} :Expr (:at 1698428162146) (:by |u0)
|
|
2227
|
+
:data $ {}
|
|
2228
|
+
|T $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |&*)
|
|
2229
|
+
|b $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |x2)
|
|
2230
|
+
|h $ %{} :Leaf (:at 1698428162146) (:by |u0) (:text |y1)
|
|
2231
|
+
|v-dot $ %{} :CodeEntry (:doc |)
|
|
2232
|
+
:code $ %{} :Expr (:at 1659691882443) (:by |u0)
|
|
2233
|
+
:data $ {}
|
|
2234
|
+
|T $ %{} :Leaf (:at 1659691882443) (:by |u0) (:text |defn)
|
|
2235
|
+
|b $ %{} :Leaf (:at 1698515040718) (:by |u0) (:text |v-dot)
|
|
2236
|
+
|h $ %{} :Expr (:at 1659691882443) (:by |u0)
|
|
2237
|
+
:data $ {}
|
|
2238
|
+
|T $ %{} :Leaf (:at 1659691882443) (:by |u0) (:text |v1)
|
|
2239
|
+
|b $ %{} :Leaf (:at 1659691882443) (:by |u0) (:text |v2)
|
|
2240
|
+
|o $ %{} :Expr (:at 1698428191375) (:by |u0)
|
|
2241
|
+
:data $ {}
|
|
2242
|
+
|T $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |tag-match)
|
|
2243
|
+
|b $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |v1)
|
|
2244
|
+
|h $ %{} :Expr (:at 1698428191375) (:by |u0)
|
|
2245
|
+
:data $ {}
|
|
2246
|
+
|T $ %{} :Expr (:at 1698428191375) (:by |u0)
|
|
2247
|
+
:data $ {}
|
|
2248
|
+
|T $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |:v3)
|
|
2249
|
+
|b $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |x1)
|
|
2250
|
+
|h $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |y1)
|
|
2251
|
+
|l $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |z1)
|
|
2252
|
+
|b $ %{} :Expr (:at 1698428191375) (:by |u0)
|
|
2253
|
+
:data $ {}
|
|
2254
|
+
|T $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |tag-match)
|
|
2255
|
+
|b $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |v2)
|
|
2256
|
+
|h $ %{} :Expr (:at 1698428191375) (:by |u0)
|
|
2257
|
+
:data $ {}
|
|
2258
|
+
|T $ %{} :Expr (:at 1698428191375) (:by |u0)
|
|
2259
|
+
:data $ {}
|
|
2260
|
+
|T $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |:v3)
|
|
2261
|
+
|b $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |x2)
|
|
2262
|
+
|h $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |y2)
|
|
2263
|
+
|l $ %{} :Leaf (:at 1698428191375) (:by |u0) (:text |z2)
|
|
2264
|
+
|b $ %{} :Expr (:at 1698428193754) (:by |u0)
|
|
2265
|
+
:data $ {}
|
|
2266
|
+
|T $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |->)
|
|
2267
|
+
|b $ %{} :Expr (:at 1698428193754) (:by |u0)
|
|
2268
|
+
:data $ {}
|
|
2269
|
+
|T $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |&*)
|
|
2270
|
+
|b $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |x1)
|
|
2271
|
+
|h $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |x2)
|
|
2272
|
+
|h $ %{} :Expr (:at 1698428193754) (:by |u0)
|
|
2273
|
+
:data $ {}
|
|
2274
|
+
|T $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |&+)
|
|
2275
|
+
|b $ %{} :Expr (:at 1698428193754) (:by |u0)
|
|
2276
|
+
:data $ {}
|
|
2277
|
+
|T $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |&*)
|
|
2278
|
+
|b $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |y1)
|
|
2279
|
+
|h $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |y2)
|
|
2280
|
+
|l $ %{} :Expr (:at 1698428193754) (:by |u0)
|
|
2281
|
+
:data $ {}
|
|
2282
|
+
|T $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |&+)
|
|
2283
|
+
|b $ %{} :Expr (:at 1698428193754) (:by |u0)
|
|
2284
|
+
:data $ {}
|
|
2285
|
+
|T $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |&*)
|
|
2286
|
+
|b $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |z1)
|
|
2287
|
+
|h $ %{} :Leaf (:at 1698428193754) (:by |u0) (:text |z2)
|
|
2288
|
+
|v-length $ %{} :CodeEntry (:doc |)
|
|
2289
|
+
:code $ %{} :Expr (:at 1659691959012) (:by |u0)
|
|
2290
|
+
:data $ {}
|
|
2291
|
+
|T $ %{} :Leaf (:at 1659691959012) (:by |u0) (:text |defn)
|
|
2292
|
+
|b $ %{} :Leaf (:at 1698515045936) (:by |u0) (:text |v-length)
|
|
2293
|
+
|h $ %{} :Expr (:at 1659691959012) (:by |u0)
|
|
2294
|
+
:data $ {}
|
|
2295
|
+
|T $ %{} :Leaf (:at 1659691959012) (:by |u0) (:text |a)
|
|
2296
|
+
|l $ %{} :Expr (:at 1698520734974) (:by |u0)
|
|
2297
|
+
:data $ {}
|
|
2298
|
+
|D $ %{} :Leaf (:at 1698520737758) (:by |u0) (:text |tag-match)
|
|
2299
|
+
|L $ %{} :Leaf (:at 1698520738865) (:by |u0) (:text |a)
|
|
2300
|
+
|P $ %{} :Expr (:at 1698520739519) (:by |u0)
|
|
2301
|
+
:data $ {}
|
|
2302
|
+
|T $ %{} :Expr (:at 1698520745126) (:by |u0)
|
|
2303
|
+
:data $ {}
|
|
2304
|
+
|T $ %{} :Leaf (:at 1698520741229) (:by |u0) (:text |:v3)
|
|
2305
|
+
|b $ %{} :Leaf (:at 1698520745988) (:by |u0) (:text |x)
|
|
2306
|
+
|h $ %{} :Leaf (:at 1698520746357) (:by |u0) (:text |y)
|
|
2307
|
+
|l $ %{} :Leaf (:at 1698520746690) (:by |u0) (:text |z)
|
|
2308
|
+
|b $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2309
|
+
:data $ {}
|
|
2310
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |sqrt)
|
|
2311
|
+
|b $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2312
|
+
:data $ {}
|
|
2313
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |->)
|
|
2314
|
+
|b $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2315
|
+
:data $ {}
|
|
2316
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |&*)
|
|
2317
|
+
|b $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |x)
|
|
2318
|
+
|h $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |x)
|
|
2319
|
+
|h $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2320
|
+
:data $ {}
|
|
2321
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |&+)
|
|
2322
|
+
|b $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2323
|
+
:data $ {}
|
|
2324
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |&*)
|
|
2325
|
+
|b $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |y)
|
|
2326
|
+
|h $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |y)
|
|
2327
|
+
|l $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2328
|
+
:data $ {}
|
|
2329
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |&+)
|
|
2330
|
+
|b $ %{} :Expr (:at 1698520750734) (:by |u0)
|
|
2331
|
+
:data $ {}
|
|
2332
|
+
|T $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |&*)
|
|
2333
|
+
|b $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |z)
|
|
2334
|
+
|h $ %{} :Leaf (:at 1698520750734) (:by |u0) (:text |z)
|
|
2335
|
+
|v-normalize $ %{} :CodeEntry (:doc |)
|
|
2336
|
+
:code $ %{} :Expr (:at 1659691922768) (:by |u0)
|
|
2337
|
+
:data $ {}
|
|
2338
|
+
|T $ %{} :Leaf (:at 1659691922768) (:by |u0) (:text |defn)
|
|
2339
|
+
|b $ %{} :Leaf (:at 1698515051889) (:by |u0) (:text |v-normalize)
|
|
2340
|
+
|h $ %{} :Expr (:at 1659691922768) (:by |u0)
|
|
2341
|
+
:data $ {}
|
|
2342
|
+
|T $ %{} :Leaf (:at 1659691922768) (:by |u0) (:text |v)
|
|
2343
|
+
|o $ %{} :Expr (:at 1698428220512) (:by |u0)
|
|
2344
|
+
:data $ {}
|
|
2345
|
+
|T $ %{} :Leaf (:at 1698428222054) (:by |u0) (:text |tag-match)
|
|
2346
|
+
|b $ %{} :Leaf (:at 1698428223777) (:by |u0) (:text |v)
|
|
2347
|
+
|h $ %{} :Expr (:at 1698428224195) (:by |u0)
|
|
2348
|
+
:data $ {}
|
|
2349
|
+
|T $ %{} :Expr (:at 1698428224746) (:by |u0)
|
|
2350
|
+
:data $ {}
|
|
2351
|
+
|T $ %{} :Leaf (:at 1698428226327) (:by |u0) (:text |:v3)
|
|
2352
|
+
|b $ %{} :Leaf (:at 1698428228607) (:by |u0) (:text |x)
|
|
2353
|
+
|h $ %{} :Leaf (:at 1698428228607) (:by |u0) (:text |y)
|
|
2354
|
+
|l $ %{} :Leaf (:at 1698428228607) (:by |u0) (:text |z)
|
|
2355
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2356
|
+
:data $ {}
|
|
2357
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |let)
|
|
2358
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2359
|
+
:data $ {}
|
|
2360
|
+
|T $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2361
|
+
:data $ {}
|
|
2362
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |length)
|
|
2363
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2364
|
+
:data $ {}
|
|
2365
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |sqrt)
|
|
2366
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2367
|
+
:data $ {}
|
|
2368
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |->)
|
|
2369
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2370
|
+
:data $ {}
|
|
2371
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&*)
|
|
2372
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |x)
|
|
2373
|
+
|h $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |x)
|
|
2374
|
+
|h $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2375
|
+
:data $ {}
|
|
2376
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&+)
|
|
2377
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2378
|
+
:data $ {}
|
|
2379
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&*)
|
|
2380
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |y)
|
|
2381
|
+
|h $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |y)
|
|
2382
|
+
|l $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2383
|
+
:data $ {}
|
|
2384
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&+)
|
|
2385
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2386
|
+
:data $ {}
|
|
2387
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&*)
|
|
2388
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |z)
|
|
2389
|
+
|h $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |z)
|
|
2390
|
+
|h $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2391
|
+
:data $ {}
|
|
2392
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |if)
|
|
2393
|
+
|b $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2394
|
+
:data $ {}
|
|
2395
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&=)
|
|
2396
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |length)
|
|
2397
|
+
|h $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |0)
|
|
2398
|
+
|h $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2399
|
+
:data $ {}
|
|
2400
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |eprintln)
|
|
2401
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text "|\"Unexpected zero length:")
|
|
2402
|
+
|h $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |length)
|
|
2403
|
+
|l $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2404
|
+
:data $ {}
|
|
2405
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |v-scale)
|
|
2406
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |v)
|
|
2407
|
+
|h $ %{} :Expr (:at 1698428232573) (:by |u0)
|
|
2408
|
+
:data $ {}
|
|
2409
|
+
|T $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |&/)
|
|
2410
|
+
|b $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |1)
|
|
2411
|
+
|h $ %{} :Leaf (:at 1698428232573) (:by |u0) (:text |length)
|
|
2412
|
+
|v-reflect $ %{} :CodeEntry (:doc |)
|
|
2413
|
+
:code $ %{} :Expr (:at 1698517531739) (:by |u0)
|
|
2414
|
+
:data $ {}
|
|
2415
|
+
|T $ %{} :Leaf (:at 1698517531739) (:by |u0) (:text |defn)
|
|
2416
|
+
|b $ %{} :Leaf (:at 1698517531739) (:by |u0) (:text |v-reflect)
|
|
2417
|
+
|h $ %{} :Expr (:at 1698517531739) (:by |u0)
|
|
2418
|
+
:data $ {}
|
|
2419
|
+
|T $ %{} :Leaf (:at 1698517535788) (:by |u0) (:text |a)
|
|
2420
|
+
|b $ %{} :Leaf (:at 1698517536573) (:by |u0) (:text |base)
|
|
2421
|
+
|l $ %{} :Expr (:at 1698517537331) (:by |u0)
|
|
2422
|
+
:data $ {}
|
|
2423
|
+
|T $ %{} :Leaf (:at 1698517557337) (:by |u0) (:text |let)
|
|
2424
|
+
|b $ %{} :Expr (:at 1698517557614) (:by |u0)
|
|
2425
|
+
:data $ {}
|
|
2426
|
+
|T $ %{} :Expr (:at 1698517557760) (:by |u0)
|
|
2427
|
+
:data $ {}
|
|
2428
|
+
|T $ %{} :Leaf (:at 1698517561294) (:by |u0) (:text |base0)
|
|
2429
|
+
|b $ %{} :Expr (:at 1698517561704) (:by |u0)
|
|
2430
|
+
:data $ {}
|
|
2431
|
+
|T $ %{} :Leaf (:at 1698517565562) (:by |u0) (:text |v-normalize)
|
|
2432
|
+
|b $ %{} :Leaf (:at 1698517566627) (:by |u0) (:text |base)
|
|
2433
|
+
|b $ %{} :Expr (:at 1698517567787) (:by |u0)
|
|
2434
|
+
:data $ {}
|
|
2435
|
+
|T $ %{} :Leaf (:at 1698517568319) (:by |u0) (:text |l)
|
|
2436
|
+
|b $ %{} :Expr (:at 1698517571205) (:by |u0)
|
|
2437
|
+
:data $ {}
|
|
2438
|
+
|T $ %{} :Leaf (:at 1698517621384) (:by |u0) (:text |v-dot)
|
|
2439
|
+
|b $ %{} :Leaf (:at 1698517574509) (:by |u0) (:text |a)
|
|
2440
|
+
|h $ %{} :Leaf (:at 1698517576199) (:by |u0) (:text |base0)
|
|
2441
|
+
|h $ %{} :Expr (:at 1698517577744) (:by |u0)
|
|
2442
|
+
:data $ {}
|
|
2443
|
+
|T $ %{} :Leaf (:at 1698517585262) (:by |u0) (:text |a-shadow)
|
|
2444
|
+
|b $ %{} :Expr (:at 1698517587236) (:by |u0)
|
|
2445
|
+
:data $ {}
|
|
2446
|
+
|T $ %{} :Leaf (:at 1698517588222) (:by |u0) (:text |v-scale)
|
|
2447
|
+
|b $ %{} :Leaf (:at 1698517589879) (:by |u0) (:text |base0)
|
|
2448
|
+
|h $ %{} :Leaf (:at 1698517591123) (:by |u0) (:text |l)
|
|
2449
|
+
|l $ %{} :Expr (:at 1698517592204) (:by |u0)
|
|
2450
|
+
:data $ {}
|
|
2451
|
+
|T $ %{} :Leaf (:at 1698517596078) (:by |u0) (:text |b)
|
|
2452
|
+
|b $ %{} :Expr (:at 1698517599304) (:by |u0)
|
|
2453
|
+
:data $ {}
|
|
2454
|
+
|T $ %{} :Leaf (:at 1698517619471) (:by |u0) (:text |&v-)
|
|
2455
|
+
|b $ %{} :Leaf (:at 1698517603806) (:by |u0) (:text |a)
|
|
2456
|
+
|h $ %{} :Leaf (:at 1698517605297) (:by |u0) (:text |a-shadow)
|
|
2457
|
+
|h $ %{} :Expr (:at 1698517609785) (:by |u0)
|
|
2458
|
+
:data $ {}
|
|
2459
|
+
|D $ %{} :Leaf (:at 1698517628315) (:by |u0) (:text |&v-)
|
|
2460
|
+
|T $ %{} :Leaf (:at 1698517614518) (:by |u0) (:text |a-shadow)
|
|
2461
|
+
|b $ %{} :Leaf (:at 1698517627088) (:by |u0) (:text |b)
|
|
2462
|
+
|v-scale $ %{} :CodeEntry (:doc |)
|
|
2463
|
+
:code $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2464
|
+
:data $ {}
|
|
2465
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |defn)
|
|
2466
|
+
|b $ %{} :Leaf (:at 1698515057446) (:by |u0) (:text |v-scale)
|
|
2467
|
+
|h $ %{} :Expr (:at 1658490540128) (:by |u0)
|
|
2468
|
+
:data $ {}
|
|
2469
|
+
|T $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |v)
|
|
2470
|
+
|b $ %{} :Leaf (:at 1658490540128) (:by |u0) (:text |n)
|
|
2471
|
+
|o $ %{} :Expr (:at 1698428256334) (:by |u0)
|
|
2472
|
+
:data $ {}
|
|
2473
|
+
|T $ %{} :Leaf (:at 1698428258799) (:by |u0) (:text |tag-match)
|
|
2474
|
+
|b $ %{} :Leaf (:at 1698428259083) (:by |u0) (:text |v)
|
|
2475
|
+
|l $ %{} :Expr (:at 1698428291630) (:by |u0)
|
|
2476
|
+
:data $ {}
|
|
2477
|
+
|T $ %{} :Expr (:at 1698428292538) (:by |u0)
|
|
2478
|
+
:data $ {}
|
|
2479
|
+
|T $ %{} :Leaf (:at 1698428296947) (:by |u0) (:text |:v3)
|
|
2480
|
+
|b $ %{} :Leaf (:at 1698428299724) (:by |u0) (:text |x)
|
|
2481
|
+
|h $ %{} :Leaf (:at 1698428299724) (:by |u0) (:text |y)
|
|
2482
|
+
|l $ %{} :Leaf (:at 1698428299724) (:by |u0) (:text |z)
|
|
2483
|
+
|b $ %{} :Expr (:at 1698428303576) (:by |u0)
|
|
2484
|
+
:data $ {}
|
|
2485
|
+
|X $ %{} :Leaf (:at 1698516305171) (:by |u0) (:text |v3)
|
|
2486
|
+
|b $ %{} :Expr (:at 1698428303576) (:by |u0)
|
|
2487
|
+
:data $ {}
|
|
2488
|
+
|T $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |&*)
|
|
2489
|
+
|b $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |n)
|
|
2490
|
+
|h $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |x)
|
|
2491
|
+
|h $ %{} :Expr (:at 1698428303576) (:by |u0)
|
|
2492
|
+
:data $ {}
|
|
2493
|
+
|T $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |&*)
|
|
2494
|
+
|b $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |n)
|
|
2495
|
+
|h $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |y)
|
|
2496
|
+
|l $ %{} :Expr (:at 1698428303576) (:by |u0)
|
|
2497
|
+
:data $ {}
|
|
2498
|
+
|T $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |&*)
|
|
2499
|
+
|b $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |n)
|
|
2500
|
+
|h $ %{} :Leaf (:at 1698428303576) (:by |u0) (:text |z)
|
|
2501
|
+
|o $ %{} :Expr (:at 1698428310032) (:by |u0)
|
|
2502
|
+
:data $ {}
|
|
2503
|
+
|T $ %{} :Expr (:at 1698428310481) (:by |u0)
|
|
2504
|
+
:data $ {}
|
|
2505
|
+
|T $ %{} :Leaf (:at 1698428312388) (:by |u0) (:text |:complex)
|
|
2506
|
+
|b $ %{} :Leaf (:at 1698428314585) (:by |u0) (:text |x)
|
|
2507
|
+
|h $ %{} :Leaf (:at 1698428314585) (:by |u0) (:text |y)
|
|
2508
|
+
|b $ %{} :Expr (:at 1698428331164) (:by |u0)
|
|
2509
|
+
:data $ {}
|
|
2510
|
+
|X $ %{} :Leaf (:at 1698516310587) (:by |u0) (:text |complex)
|
|
2511
|
+
|b $ %{} :Expr (:at 1698428331164) (:by |u0)
|
|
2512
|
+
:data $ {}
|
|
2513
|
+
|T $ %{} :Leaf (:at 1698428331164) (:by |u0) (:text |&*)
|
|
2514
|
+
|b $ %{} :Leaf (:at 1698428331164) (:by |u0) (:text |n)
|
|
2515
|
+
|h $ %{} :Leaf (:at 1698428331164) (:by |u0) (:text |x)
|
|
2516
|
+
|h $ %{} :Expr (:at 1698428331164) (:by |u0)
|
|
2517
|
+
:data $ {}
|
|
2518
|
+
|T $ %{} :Leaf (:at 1698428331164) (:by |u0) (:text |&*)
|
|
2519
|
+
|b $ %{} :Leaf (:at 1698428331164) (:by |u0) (:text |n)
|
|
2520
|
+
|h $ %{} :Leaf (:at 1698428331164) (:by |u0) (:text |y)
|
|
2521
|
+
|v3 $ %{} :CodeEntry (:doc |)
|
|
2522
|
+
:code $ %{} :Expr (:at 1698516080265) (:by |u0)
|
|
2523
|
+
:data $ {}
|
|
2524
|
+
|T $ %{} :Leaf (:at 1698516080265) (:by |u0) (:text |defn)
|
|
2525
|
+
|b $ %{} :Leaf (:at 1698516100099) (:by |u0) (:text |v3)
|
|
2526
|
+
|h $ %{} :Expr (:at 1698516080265) (:by |u0)
|
|
2527
|
+
:data $ {}
|
|
2528
|
+
|T $ %{} :Leaf (:at 1698516083179) (:by |u0) (:text |x)
|
|
2529
|
+
|b $ %{} :Leaf (:at 1698516083594) (:by |u0) (:text |y)
|
|
2530
|
+
|h $ %{} :Leaf (:at 1698516083955) (:by |u0) (:text |z)
|
|
2531
|
+
|l $ %{} :Expr (:at 1698516084516) (:by |u0)
|
|
2532
|
+
:data $ {}
|
|
2533
|
+
|T $ %{} :Leaf (:at 1698516089663) (:by |u0) (:text |%::)
|
|
2534
|
+
|b $ %{} :Leaf (:at 1698516102646) (:by |u0) (:text |%v3)
|
|
2535
|
+
|h $ %{} :Leaf (:at 1698516094855) (:by |u0) (:text |:v3)
|
|
2536
|
+
|l $ %{} :Leaf (:at 1698516104484) (:by |u0) (:text |x)
|
|
2537
|
+
|o $ %{} :Leaf (:at 1698516104840) (:by |u0) (:text |y)
|
|
2538
|
+
|q $ %{} :Leaf (:at 1698516105248) (:by |u0) (:text |z)
|
|
2539
|
+
:ns $ %{} :CodeEntry (:doc |)
|
|
2540
|
+
:code $ %{} :Expr (:at 1698514985366) (:by |u0)
|
|
2541
|
+
:data $ {}
|
|
2542
|
+
|T $ %{} :Leaf (:at 1698514985366) (:by |u0) (:text |ns)
|
|
2543
|
+
|b $ %{} :Leaf (:at 1698514985366) (:by |u0) (:text |quaternion.vector)
|
|
2544
|
+
|h $ %{} :Expr (:at 1698516276303) (:by |u0)
|
|
2545
|
+
:data $ {}
|
|
2546
|
+
|T $ %{} :Leaf (:at 1698516278835) (:by |u0) (:text |:require)
|
|
2547
|
+
|h $ %{} :Expr (:at 1698516290383) (:by |u0)
|
|
2548
|
+
:data $ {}
|
|
2549
|
+
|T $ %{} :Leaf (:at 1698516296520) (:by |u0) (:text |quaternion.complex)
|
|
2550
|
+
|b $ %{} :Leaf (:at 1698516298189) (:by |u0) (:text |:refer)
|
|
2551
|
+
|h $ %{} :Expr (:at 1698516298422) (:by |u0)
|
|
2552
|
+
:data $ {}
|
|
2553
|
+
|T $ %{} :Leaf (:at 1698516299451) (:by |u0) (:text |complex)
|
|
2554
|
+
:users $ {}
|
|
2555
|
+
|u0 $ {} (:avatar nil) (:id |u0) (:name |chen) (:nickname |chen) (:password |d41d8cd98f00b204e9800998ecf8427e) (:theme :star-trail)
|