File size: 138,624 Bytes
43203b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
{"macro_name":"^FM-NEXT-SIB","library":"cells","call_form":"(^fm-next-sib)","expanded":"(let ((#:g188 self))\n  (car (cdr (member #:g188 (kids (fm-parent #:g188))))))","status":"verified"}
{"macro_name":"^FM-NEXT-SIB","library":"cells","call_form":"(^fm-next-sib nil)","expanded":"(let ((#:g189 nil))\n  (car (cdr (member #:g189 (kids (fm-parent #:g189))))))","status":"verified"}
{"macro_name":"^FM-NEXT-SIB","library":"cells","call_form":"(^fm-next-sib nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^FM-NEXT-SIB:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (&OPTIONAL (SELF)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"^FM-NEXT-SIB","library":"cells","call_form":"(^fm-next-sib nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^FM-NEXT-SIB:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (&OPTIONAL (SELF)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"^FM-NEXT-SIB","library":"cells","call_form":"(^fm-next-sib nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^FM-NEXT-SIB:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (&OPTIONAL (SELF)):\n  between 0 and 1 expected, but got 3"}
{"macro_name":"^FM-NEXT-SIB","library":"cells","call_form":"(^fm-next-sib 'lol-gen::some-name)","expanded":"(let ((#:g190 'lol-gen::some-name))\n  (car (cdr (member #:g190 (kids (fm-parent #:g190))))))","status":"verified"}
{"macro_name":"EKO","library":"cells","call_form":"(eko)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EKO:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&REST TRCARGS) &REST BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"EKO","library":"cells","call_form":"(eko nil)","expanded":"(let ((#:g191))\n  (trc nil nil :=> #:g191)\n  #:g191)","status":"verified"}
{"macro_name":"EKO","library":"cells","call_form":"(eko nil nil)","expanded":"(let ((#:g192 nil))\n  (trc nil nil :=> #:g192)\n  #:g192)","status":"verified"}
{"macro_name":"EKO","library":"cells","call_form":"(eko nil (progn))","expanded":"(let ((#:g193 (progn)))\n  (trc nil nil :=> #:g193)\n  #:g193)","status":"verified"}
{"macro_name":"EKO","library":"cells","call_form":"(eko nil :key nil)","expanded":"(let ((#:g194 :key nil))\n  (trc nil nil :=> #:g194)\n  #:g194)","status":"verified"}
{"macro_name":"EKO","library":"cells","call_form":"(eko 'lol-gen::some-name)","expanded":"(let ((#:g195))\n  (trc quote lol-gen::some-name :=> #:g195)\n  #:g195)","status":"verified"}
{"macro_name":"C??","library":"cells","call_form":"(c??)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C??:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&KEY (TAGP) (IN) (OUT)) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"C??","library":"cells","call_form":"(c?? nil)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :rule\n                  (c-lambda\n                    (let ((#:g196 (gensym \"tag\")) (*trcdepth* (1+ *trcdepth*)))\n                      (declare (ignorable self #:g196))\n                      nil\n                      (count-it :c?? (c-slot-name c) (md-name (c-model c)))\n                      (let ((#:result (progn)))\n                        (trc \"c?? result:\" #:result (c-slot-name c)\n                             (when nil #:g196))\n                        #:result))))","status":"verified"}
{"macro_name":"C??","library":"cells","call_form":"(c?? nil\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    (let ((#:g197 (gensym \"tag\")) (*trcdepth* (1+ *trcdepth*)))\n                      (declare (ignorable self #:g197))\n                      nil\n                      (count-it :c?? (c-slot-name c) (md-name (c-model c)))\n                      (let ((#:result (progn nil)))\n                        (trc \"c?? result:\" #:result (c-slot-name c)\n                             (when nil #:g197))\n                        #:result))))","status":"verified"}
{"macro_name":"C??","library":"cells","call_form":"(c?? nil\n  (progn))","expanded":"(make-c-dependent :code '((progn)) :value-state :unevaluated :rule\n                  (c-lambda\n                    (let ((#:g198 (gensym \"tag\")) (*trcdepth* (1+ *trcdepth*)))\n                      (declare (ignorable self #:g198))\n                      nil\n                      (count-it :c?? (c-slot-name c) (md-name (c-model c)))\n                      (let ((#:result (progn (progn))))\n                        (trc \"c?? result:\" #:result (c-slot-name c)\n                             (when nil #:g198))\n                        #:result))))","status":"verified"}
{"macro_name":"C??","library":"cells","call_form":"(c?? nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(:key nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    (let ((#:g199 (gensym \"tag\")) (*trcdepth* (1+ *trcdepth*)))\n                      (declare (ignorable self #:g199))\n                      nil\n                      (count-it :c?? (c-slot-name c) (md-name (c-model c)))\n                      (let ((#:result (progn :key nil)))\n                        (trc \"c?? result:\" #:result (c-slot-name c)\n                             (when nil #:g199))\n                        #:result))))","status":"verified"}
{"macro_name":"C??","library":"cells","call_form":"(c?? 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to C?? DEFMACRO:\n  unknown keyword: QUOTE; expected one of :TAGP, :IN, :OUT"}
{"macro_name":"C_IN","library":"cells","call_form":"(c_in)","expanded":"(c-input (:lazy :once-asked) (progn))","status":"verified"}
{"macro_name":"C_IN","library":"cells","call_form":"(c_in\n  nil)","expanded":"(c-input (:lazy :once-asked) (progn nil))","status":"verified"}
{"macro_name":"C_IN","library":"cells","call_form":"(c_in\n  nil\n  nil)","expanded":"(c-input (:lazy :once-asked) (progn nil nil))","status":"verified"}
{"macro_name":"C_IN","library":"cells","call_form":"(c_in\n  nil\n  (progn))","expanded":"(c-input (:lazy :once-asked) (progn nil (progn)))","status":"verified"}
{"macro_name":"C_IN","library":"cells","call_form":"(c_in\n  nil\n  :key\n  nil)","expanded":"(c-input (:lazy :once-asked) (progn nil :key nil))","status":"verified"}
{"macro_name":"C_IN","library":"cells","call_form":"(c_in\n  'lol-gen::some-name)","expanded":"(c-input (:lazy :once-asked) (progn 'lol-gen::some-name))","status":"verified"}
{"macro_name":"C-ASSERT","library":"cells","call_form":"(c-assert)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-ASSERT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ASSERTION &OPTIONAL PLACES FMT$ &REST FMT-ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"C-ASSERT","library":"cells","call_form":"(c-assert nil)","expanded":"(unless *stop* (unless nil (c-break \"failed assertion: ~a\" 'nil)))","status":"verified"}
{"macro_name":"C-ASSERT","library":"cells","call_form":"(c-assert nil nil)","expanded":"(unless *stop* (unless nil (c-break \"failed assertion: ~a\" 'nil)))","status":"verified"}
{"macro_name":"C-ASSERT","library":"cells","call_form":"(c-assert nil (progn))","expanded":"(unless *stop* (unless nil (c-break \"failed assertion: ~a\" 'nil)))","status":"verified"}
{"macro_name":"C-ASSERT","library":"cells","call_form":"(c-assert nil :key nil)","expanded":"(unless *stop* (unless nil (c-break \"failed assertion: ~a\" 'nil)))","status":"verified"}
{"macro_name":"C-ASSERT","library":"cells","call_form":"(c-assert 'lol-gen::some-name)","expanded":"(unless *stop*\n  (unless 'lol-gen::some-name\n    (c-break \"failed assertion: ~a\" ''lol-gen::some-name)))","status":"verified"}
{"macro_name":"FM-COUNT-NAMED","library":"cells","call_form":"(fm-count-named)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-COUNT-NAMED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (FAMILY MD-NAME &KEY (GLOBAL-SEARCH)):\n  at least 2 expected, but got 0"}
{"macro_name":"FM-COUNT-NAMED","library":"cells","call_form":"(fm-count-named nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-COUNT-NAMED:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (FAMILY MD-NAME &KEY (GLOBAL-SEARCH)):\n  at least 2 expected, but got 1"}
{"macro_name":"FM-COUNT-NAMED","library":"cells","call_form":"(fm-count-named nil nil)","expanded":"(length (fm-find-all nil nil :must-find nil :global-search t))","status":"verified"}
{"macro_name":"FM-COUNT-NAMED","library":"cells","call_form":"(fm-count-named nil (progn))","expanded":"(length (fm-find-all nil (progn) :must-find nil :global-search t))","status":"verified"}
{"macro_name":"FM-COUNT-NAMED","library":"cells","call_form":"(fm-count-named nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-COUNT-NAMED DEFMACRO:\n  odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"FM-COUNT-NAMED","library":"cells","call_form":"(fm-count-named 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-COUNT-NAMED:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (FAMILY MD-NAME &KEY (GLOBAL-SEARCH)):\n  at least 2 expected, but got 1"}
{"macro_name":"FM-MAPC","library":"cells","call_form":"(fm-mapc)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAPC:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 0"}
{"macro_name":"FM-MAPC","library":"cells","call_form":"(fm-mapc nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAPC:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 1"}
{"macro_name":"FM-MAPC","library":"cells","call_form":"(fm-mapc nil nil)","expanded":"(mapc nil (fm-find-all self 'nil))","status":"verified"}
{"macro_name":"FM-MAPC","library":"cells","call_form":"(fm-mapc nil (progn))","expanded":"(mapc nil (fm-find-all self '(progn)))","status":"verified"}
{"macro_name":"FM-MAPC","library":"cells","call_form":"(fm-mapc nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAPC:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 3"}
{"macro_name":"FM-MAPC","library":"cells","call_form":"(fm-mapc 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAPC:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 1"}
{"macro_name":"U^","library":"cells","call_form":"(u^)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO U^:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 0"}
{"macro_name":"U^","library":"cells","call_form":"(u^ nil)","expanded":"(upper self nil)","status":"verified"}
{"macro_name":"U^","library":"cells","call_form":"(u^ nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO U^:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 2"}
{"macro_name":"U^","library":"cells","call_form":"(u^ nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO U^:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 2"}
{"macro_name":"U^","library":"cells","call_form":"(u^ nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO U^:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 3"}
{"macro_name":"U^","library":"cells","call_form":"(u^ 'lol-gen::some-name)","expanded":"(upper self 'lol-gen::some-name)","status":"verified"}
{"macro_name":"WITH-INTEGRITY","library":"cells","call_form":"(with-integrity)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-INTEGRITY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&OPTIONAL OPCODE DEFER-INFO DEBUG) &REST BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-INTEGRITY","library":"cells","call_form":"(with-integrity nil)","expanded":"(call-with-integrity nil nil\n                     (lambda (opcode defer-info)\n                       (declare (ignorable opcode defer-info)))\n                     nil)","status":"verified"}
{"macro_name":"WITH-INTEGRITY","library":"cells","call_form":"(with-integrity nil nil)","expanded":"(call-with-integrity nil nil\n                     (lambda (opcode defer-info)\n                       (declare (ignorable opcode defer-info))\n                       nil)\n                     nil)","status":"verified"}
{"macro_name":"WITH-INTEGRITY","library":"cells","call_form":"(with-integrity nil (progn))","expanded":"(call-with-integrity nil nil\n                     (lambda (opcode defer-info)\n                       (declare (ignorable opcode defer-info))\n                       (progn))\n                     nil)","status":"verified"}
{"macro_name":"WITH-INTEGRITY","library":"cells","call_form":"(with-integrity nil :key nil)","expanded":"(call-with-integrity nil nil\n                     (lambda (opcode defer-info)\n                       (declare (ignorable opcode defer-info))\n                       :key\n                       nil)\n                     nil)","status":"verified"}
{"macro_name":"WITH-INTEGRITY","library":"cells","call_form":"(with-integrity 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Invalid opcode for with-integrity: QUOTE. Allowed values: (TELL-DEPENDENTS\n                                                           AWAKEN CLIENT\n                                                           EPHEMERAL-RESET\n                                                           CHANGE POST-CHANGE)"}
{"macro_name":"FM!V","library":"cells","call_form":"(fm!v)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM!V:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 0"}
{"macro_name":"FM!V","library":"cells","call_form":"(fm!v nil)","expanded":"(value (fm! nil))","status":"verified"}
{"macro_name":"FM!V","library":"cells","call_form":"(fm!v nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM!V:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"FM!V","library":"cells","call_form":"(fm!v nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM!V:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"FM!V","library":"cells","call_form":"(fm!v nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM!V:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 3"}
{"macro_name":"FM!V","library":"cells","call_form":"(fm!v 'lol-gen::some-name)","expanded":"(value (fm! 'lol-gen::some-name))","status":"verified"}
{"macro_name":"^VALUE","library":"cells","call_form":"(^value)","expanded":"(value self)","status":"verified"}
{"macro_name":"^VALUE","library":"cells","call_form":"(^value nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^VALUE:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"^VALUE","library":"cells","call_form":"(^value nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^VALUE:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^VALUE","library":"cells","call_form":"(^value nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^VALUE:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^VALUE","library":"cells","call_form":"(^value nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^VALUE:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 3"}
{"macro_name":"^VALUE","library":"cells","call_form":"(^value 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^VALUE:\n  too many elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"C-INPUT-DBG","library":"cells","call_form":"(c-input-dbg)","expanded":"(make-cell :inputp t :debug t :value-state :unbound :value nil)","status":"verified"}
{"macro_name":"C-INPUT-DBG","library":"cells","call_form":"(c-input-dbg nil)","expanded":"(make-cell :inputp t :debug t :value-state :valid :value nil)","status":"verified"}
{"macro_name":"C-INPUT-DBG","library":"cells","call_form":"(c-input-dbg nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-INPUT-DBG:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (&OPTIONAL (VALUE)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"C-INPUT-DBG","library":"cells","call_form":"(c-input-dbg nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-INPUT-DBG:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (&OPTIONAL (VALUE)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"C-INPUT-DBG","library":"cells","call_form":"(c-input-dbg nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-INPUT-DBG:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (&OPTIONAL (VALUE)):\n  between 0 and 1 expected, but got 3"}
{"macro_name":"C-INPUT-DBG","library":"cells","call_form":"(c-input-dbg 'lol-gen::some-name)","expanded":"(make-cell :inputp t :debug t :value-state :valid :value 'lol-gen::some-name)","status":"verified"}
{"macro_name":"C_1","library":"cells","call_form":"(c_1)","expanded":"(make-c-dependent :code '(without-c-dependency) :inputp nil :lazy t\n                  :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency)))","status":"verified"}
{"macro_name":"C_1","library":"cells","call_form":"(c_1\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil)\n                  :inputp nil :lazy t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil)))","status":"verified"}
{"macro_name":"C_1","library":"cells","call_form":"(c_1\n  nil\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     nil)\n                  :inputp nil :lazy t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      nil)))","status":"verified"}
{"macro_name":"C_1","library":"cells","call_form":"(c_1\n  nil\n  (progn))","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     (progn))\n                  :inputp nil :lazy t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      (progn))))","status":"verified"}
{"macro_name":"C_1","library":"cells","call_form":"(c_1\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     :key\n                     nil)\n                  :inputp nil :lazy t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      :key\n                      nil)))","status":"verified"}
{"macro_name":"C_1","library":"cells","call_form":"(c_1\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     'lol-gen::some-name)\n                  :inputp nil :lazy t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      'lol-gen::some-name)))","status":"verified"}
{"macro_name":"DEF-KID-SLOTS","library":"cells","call_form":"(def-kid-slots)","expanded":"(lambda (self) (declare (ignorable self)) (list))","status":"verified"}
{"macro_name":"DEF-KID-SLOTS","library":"cells","call_form":"(def-kid-slots nil)","expanded":"(lambda (self) (declare (ignorable self)) (list nil))","status":"verified"}
{"macro_name":"DEF-KID-SLOTS","library":"cells","call_form":"(def-kid-slots nil nil)","expanded":"(lambda (self) (declare (ignorable self)) (list nil nil))","status":"verified"}
{"macro_name":"DEF-KID-SLOTS","library":"cells","call_form":"(def-kid-slots nil (progn))","expanded":"(lambda (self) (declare (ignorable self)) (list nil (progn)))","status":"verified"}
{"macro_name":"DEF-KID-SLOTS","library":"cells","call_form":"(def-kid-slots nil :key nil)","expanded":"(lambda (self) (declare (ignorable self)) (list nil :key nil))","status":"verified"}
{"macro_name":"DEF-KID-SLOTS","library":"cells","call_form":"(def-kid-slots 'lol-gen::some-name)","expanded":"(lambda (self) (declare (ignorable self)) (list 'lol-gen::some-name))","status":"verified"}
{"macro_name":"WTRC","library":"cells","call_form":"(wtrc)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WTRC:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&OPTIONAL (MIN) (MAX) &REST BANNER) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WTRC","library":"cells","call_form":"(wtrc nil)","expanded":"(let ((*trcdepth*\n       (if *trcdepth*\n           (1+ *trcdepth*)\n           0)))\n  nil\n  (when (< *trcdepth* 50)))","status":"verified"}
{"macro_name":"WTRC","library":"cells","call_form":"(wtrc nil\n  nil)","expanded":"(let ((*trcdepth*\n       (if *trcdepth*\n           (1+ *trcdepth*)\n           0)))\n  nil\n  (when (< *trcdepth* 50) nil))","status":"verified"}
{"macro_name":"WTRC","library":"cells","call_form":"(wtrc nil\n  (progn))","expanded":"(let ((*trcdepth*\n       (if *trcdepth*\n           (1+ *trcdepth*)\n           0)))\n  nil\n  (when (< *trcdepth* 50) (progn)))","status":"verified"}
{"macro_name":"WTRC","library":"cells","call_form":"(wtrc nil\n  :key\n  nil)","expanded":"(let ((*trcdepth*\n       (if *trcdepth*\n           (1+ *trcdepth*)\n           0)))\n  nil\n  (when (< *trcdepth* 50) :key nil))","status":"verified"}
{"macro_name":"WTRC","library":"cells","call_form":"(wtrc 'lol-gen::some-name)","expanded":"(let ((*trcdepth*\n       (if *trcdepth*\n           (1+ *trcdepth*)\n           0)))\n  nil\n  (when (< *trcdepth* lol-gen::some-name)))","status":"verified"}
{"macro_name":"F-FIND","library":"cells","call_form":"(f-find)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-FIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SYNAPSE-ID SOUGHT WHERE):\n  exactly 3 expected, but got 0"}
{"macro_name":"F-FIND","library":"cells","call_form":"(f-find nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-FIND:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (SYNAPSE-ID SOUGHT WHERE):\n  exactly 3 expected, but got 1"}
{"macro_name":"F-FIND","library":"cells","call_form":"(f-find nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-FIND:\n  too few elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (SYNAPSE-ID SOUGHT WHERE):\n  exactly 3 expected, but got 2"}
{"macro_name":"F-FIND","library":"cells","call_form":"(f-find nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-FIND:\n  too few elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (SYNAPSE-ID SOUGHT WHERE):\n  exactly 3 expected, but got 2"}
{"macro_name":"F-FIND","library":"cells","call_form":"(f-find nil :key nil)","expanded":"(call-f-find nil :key nil)","status":"verified"}
{"macro_name":"F-FIND","library":"cells","call_form":"(f-find 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-FIND:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (SYNAPSE-ID SOUGHT WHERE):\n  exactly 3 expected, but got 1"}
{"macro_name":"C?+N","library":"cells","call_form":"(c?+n)","expanded":"(make-c-dependent :inputp t :code 'nil :value-state :unevaluated :rule\n                  (c-lambda))","status":"verified"}
{"macro_name":"C?+N","library":"cells","call_form":"(c?+n\n  nil)","expanded":"(make-c-dependent :inputp t :code '(nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C?+N","library":"cells","call_form":"(c?+n\n  nil\n  nil)","expanded":"(make-c-dependent :inputp t :code '(nil nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil\n                    nil))","status":"verified"}
{"macro_name":"C?+N","library":"cells","call_form":"(c?+n\n  nil\n  (progn))","expanded":"(make-c-dependent :inputp t :code '(nil (progn)) :value-state :unevaluated\n                  :rule\n                  (c-lambda\n                    nil\n                    (progn)))","status":"verified"}
{"macro_name":"C?+N","library":"cells","call_form":"(c?+n\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :inputp t :code '(nil :key nil) :value-state :unevaluated\n                  :rule\n                  (c-lambda\n                    nil\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C?+N","library":"cells","call_form":"(c?+n\n  'lol-gen::some-name)","expanded":"(make-c-dependent :inputp t :code '('lol-gen::some-name) :value-state\n                  :unevaluated :rule\n                  (c-lambda\n                    'lol-gen::some-name))","status":"verified"}
{"macro_name":"DEF-C-UNCHANGED-TEST","library":"cells","call_form":"(def-c-unchanged-test)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEF-C-UNCHANGED-TEST:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((CLASS SLOTNAME) &BODY TEST):\n  at least 1 expected, but got 0"}
{"macro_name":"DEF-C-UNCHANGED-TEST","library":"cells","call_form":"(def-c-unchanged-test nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEF-C-UNCHANGED-TEST:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS SLOTNAME):\n  exactly 2 expected, but got 0"}
{"macro_name":"DEF-C-UNCHANGED-TEST","library":"cells","call_form":"(def-c-unchanged-test nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEF-C-UNCHANGED-TEST:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS SLOTNAME):\n  exactly 2 expected, but got 0"}
{"macro_name":"DEF-C-UNCHANGED-TEST","library":"cells","call_form":"(def-c-unchanged-test nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEF-C-UNCHANGED-TEST:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS SLOTNAME):\n  exactly 2 expected, but got 0"}
{"macro_name":"DEF-C-UNCHANGED-TEST","library":"cells","call_form":"(def-c-unchanged-test nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEF-C-UNCHANGED-TEST:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS SLOTNAME):\n  exactly 2 expected, but got 0"}
{"macro_name":"DEF-C-UNCHANGED-TEST","library":"cells","call_form":"(def-c-unchanged-test 'lol-gen::some-name)","expanded":"(defmethod c-unchanged-test ((self quote) (slotname (eql 'lol-gen::some-name))))","status":"verified"}
{"macro_name":"FM-OTHER","library":"cells","call_form":"(fm-other)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-OTHER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &KEY (STARTING) SKIP-TREE (TEST)):\n  at least 1 expected, but got 0"}
{"macro_name":"FM-OTHER","library":"cells","call_form":"(fm-other nil)","expanded":"(fm-find-one self 'nil :must-find t :skip-tree nil :global-search t :test\n             #'true-that)","status":"verified"}
{"macro_name":"FM-OTHER","library":"cells","call_form":"(fm-other nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-OTHER DEFMACRO:\n  odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"FM-OTHER","library":"cells","call_form":"(fm-other nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-OTHER DEFMACRO:\n  odd number of elements in keyword/value list: ((PROGN))"}
{"macro_name":"FM-OTHER","library":"cells","call_form":"(fm-other nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-OTHER DEFMACRO:\n  unknown keyword: :KEY; expected one of :STARTING, :SKIP-TREE, :TEST"}
{"macro_name":"FM-OTHER","library":"cells","call_form":"(fm-other 'lol-gen::some-name)","expanded":"(fm-find-one self (list 'quote lol-gen::some-name) :must-find t :skip-tree nil\n             :global-search t :test #'true-that)","status":"verified"}
{"macro_name":"NTRCX","library":"cells","call_form":"(ntrcx)","expanded":"(progn)","status":"verified"}
{"macro_name":"NTRCX","library":"cells","call_form":"(ntrcx nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"NTRCX","library":"cells","call_form":"(ntrcx nil nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"NTRCX","library":"cells","call_form":"(ntrcx nil (progn))","expanded":"(progn)","status":"verified"}
{"macro_name":"NTRCX","library":"cells","call_form":"(ntrcx nil :key nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"NTRCX","library":"cells","call_form":"(ntrcx 'lol-gen::some-name)","expanded":"(progn)","status":"verified"}
{"macro_name":"F-PLUSP","library":"cells","call_form":"(f-plusp)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-PLUSP:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (KEY &REST BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"F-PLUSP","library":"cells","call_form":"(f-plusp nil)","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn)))\n    (values new-basis\n            (if (xor prior-fire-value (plusp new-basis))\n                (progn (setf prior-fire-value (plusp new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-PLUSP","library":"cells","call_form":"(f-plusp nil nil)","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn nil)))\n    (values new-basis\n            (if (xor prior-fire-value (plusp new-basis))\n                (progn (setf prior-fire-value (plusp new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-PLUSP","library":"cells","call_form":"(f-plusp nil (progn))","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn (progn))))\n    (values new-basis\n            (if (xor prior-fire-value (plusp new-basis))\n                (progn (setf prior-fire-value (plusp new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-PLUSP","library":"cells","call_form":"(f-plusp nil :key nil)","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn :key nil)))\n    (values new-basis\n            (if (xor prior-fire-value (plusp new-basis))\n                (progn (setf prior-fire-value (plusp new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-PLUSP","library":"cells","call_form":"(f-plusp 'lol-gen::some-name)","expanded":"(with-synapse 'lol-gen::some-name\n    (prior-fire-value)\n  (let ((new-basis (progn)))\n    (values new-basis\n            (if (xor prior-fire-value (plusp new-basis))\n                (progn (setf prior-fire-value (plusp new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"BGO","library":"cells","call_form":"(bgo)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BGO:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 0"}
{"macro_name":"BGO","library":"cells","call_form":"(bgo nil)","expanded":"(break \"BGO ~a\" 'nil)","status":"verified"}
{"macro_name":"BGO","library":"cells","call_form":"(bgo nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BGO:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 2"}
{"macro_name":"BGO","library":"cells","call_form":"(bgo nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BGO:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 2"}
{"macro_name":"BGO","library":"cells","call_form":"(bgo nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BGO:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 3"}
{"macro_name":"BGO","library":"cells","call_form":"(bgo 'lol-gen::some-name)","expanded":"(break \"BGO ~a\" ''lol-gen::some-name)","status":"verified"}
{"macro_name":"C-INPUT","library":"cells","call_form":"(c-input)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-INPUT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&REST KEYS) &OPTIONAL (VALUE)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"C-INPUT","library":"cells","call_form":"(c-input nil)","expanded":"(make-cell :inputp t :value-state :unbound :value nil)","status":"verified"}
{"macro_name":"C-INPUT","library":"cells","call_form":"(c-input nil nil)","expanded":"(make-cell :inputp t :value-state :valid :value nil)","status":"verified"}
{"macro_name":"C-INPUT","library":"cells","call_form":"(c-input nil (progn))","expanded":"(make-cell :inputp t :value-state :valid :value (progn))","status":"verified"}
{"macro_name":"C-INPUT","library":"cells","call_form":"(c-input nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-INPUT:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ((&REST KEYS) &OPTIONAL (VALUE)):\n  between 1 and 2 expected, but got 3"}
{"macro_name":"C-INPUT","library":"cells","call_form":"(c-input 'lol-gen::some-name)","expanded":"(make-cell :inputp t :value-state :unbound :value nil quote lol-gen::some-name)","status":"verified"}
{"macro_name":"FM^V","library":"cells","call_form":"(fm^v)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM^V:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 0"}
{"macro_name":"FM^V","library":"cells","call_form":"(fm^v nil)","expanded":"(value (fm^ nil))","status":"verified"}
{"macro_name":"FM^V","library":"cells","call_form":"(fm^v nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM^V:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"FM^V","library":"cells","call_form":"(fm^v nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM^V:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"FM^V","library":"cells","call_form":"(fm^v nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM^V:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 3"}
{"macro_name":"FM^V","library":"cells","call_form":"(fm^v 'lol-gen::some-name)","expanded":"(value (fm^ 'lol-gen::some-name))","status":"verified"}
{"macro_name":"WITH-LIKE-FM-PARTS","library":"cells","call_form":"(with-like-fm-parts)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((PARTS-VAR (SELF LIKE-CLASS)) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-LIKE-FM-PARTS","library":"cells","call_form":"(with-like-fm-parts nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PARTS-VAR (SELF LIKE-CLASS)):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-LIKE-FM-PARTS","library":"cells","call_form":"(with-like-fm-parts nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PARTS-VAR (SELF LIKE-CLASS)):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-LIKE-FM-PARTS","library":"cells","call_form":"(with-like-fm-parts nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PARTS-VAR (SELF LIKE-CLASS)):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-LIKE-FM-PARTS","library":"cells","call_form":"(with-like-fm-parts nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PARTS-VAR (SELF LIKE-CLASS)):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-LIKE-FM-PARTS","library":"cells","call_form":"(with-like-fm-parts 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-LIKE-FM-PARTS:\n  invalid number of elements in\n    LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (SELF LIKE-CLASS):\n  exactly 2 expected, but got a non-list"}
{"macro_name":"C?-WITH-STORED","library":"cells","call_form":"(c?-with-stored)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?-WITH-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR KEY STORE &OPTIONAL DEFAULT) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"C?-WITH-STORED","library":"cells","call_form":"(c?-with-stored nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?-WITH-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL DEFAULT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"C?-WITH-STORED","library":"cells","call_form":"(c?-with-stored nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?-WITH-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL DEFAULT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"C?-WITH-STORED","library":"cells","call_form":"(c?-with-stored nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?-WITH-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL DEFAULT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"C?-WITH-STORED","library":"cells","call_form":"(c?-with-stored nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?-WITH-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL DEFAULT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"C?-WITH-STORED","library":"cells","call_form":"(c?-with-stored 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?-WITH-STORED:\n  too few elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL DEFAULT):\n  between 3 and 4 expected, but got 2"}
{"macro_name":"DEFOBSERVER","library":"cells","call_form":"(defobserver)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFOBSERVER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SLOTNAME &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFOBSERVER","library":"cells","call_form":"(defobserver nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&OPTIONAL (SELF-ARG) (NEW-VARG) (OLDVARG) (OLDVARGBOUNDP) (CELL-ARG))\n     &BODY OUTPUT-BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFOBSERVER","library":"cells","call_form":"(defobserver nil nil)","expanded":"(progn\n (eval-when (:compile-toplevel :load-toplevel :execute)\n   (setf (get 'nil :output-defined) t))\n (defmethod slot-value-observe progn\n            ((slotname (eql 'nil)) self new-value old-value old-value-boundp c)\n   (declare (ignorable self new-value old-value old-value-boundp c))))","status":"verified"}
{"macro_name":"DEFOBSERVER","library":"cells","call_form":"(defobserver nil (progn))","expanded":"(progn\n (eval-when (:compile-toplevel :load-toplevel :execute)\n   (setf (get 'nil :output-defined) t))\n (defmethod slot-value-observe progn\n            ((slotname (eql 'nil)) progn new-value old-value old-value-boundp\n             c)\n   (declare (ignorable progn new-value old-value old-value-boundp c))))","status":"verified"}
{"macro_name":"DEFOBSERVER","library":"cells","call_form":"(defobserver nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  invalid number of elements in\n    :KEY\n  to satisfy lambda list\n    (&OPTIONAL (SELF-ARG) (NEW-VARG) (OLDVARG) (OLDVARGBOUNDP) (CELL-ARG)):\n  between 0 and 5 expected, but got a non-list"}
{"macro_name":"DEFOBSERVER","library":"cells","call_form":"(defobserver 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&OPTIONAL (SELF-ARG) (NEW-VARG) (OLDVARG) (OLDVARGBOUNDP) (CELL-ARG))\n     &BODY OUTPUT-BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-NONE-AWAKE","library":"cells","call_form":"(with-none-awake)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-NONE-AWAKE:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&KEY DBG DIAG) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-NONE-AWAKE","library":"cells","call_form":"(with-none-awake nil)","expanded":"(call-with-none-awake nil (lambda ()) nil)","status":"verified"}
{"macro_name":"WITH-NONE-AWAKE","library":"cells","call_form":"(with-none-awake nil\n  nil)","expanded":"(call-with-none-awake nil (lambda () nil) nil)","status":"verified"}
{"macro_name":"WITH-NONE-AWAKE","library":"cells","call_form":"(with-none-awake nil\n  (progn))","expanded":"(call-with-none-awake nil (lambda () (progn)) nil)","status":"verified"}
{"macro_name":"WITH-NONE-AWAKE","library":"cells","call_form":"(with-none-awake nil\n  :key\n  nil)","expanded":"(call-with-none-awake nil (lambda () :key nil) nil)","status":"verified"}
{"macro_name":"WITH-NONE-AWAKE","library":"cells","call_form":"(with-none-awake 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to WITH-NONE-AWAKE DEFMACRO:\n  unknown keyword: QUOTE; expected one of :DBG, :DIAG"}
{"macro_name":"C?_","library":"cells","call_form":"(c?_)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :lazy t :rule (c-lambda))","status":"verified"}
{"macro_name":"C?_","library":"cells","call_form":"(c?_\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :lazy t :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C?_","library":"cells","call_form":"(c?_\n  nil\n  nil)","expanded":"(make-c-dependent :code '(nil nil) :value-state :unevaluated :lazy t :rule\n                  (c-lambda\n                    nil\n                    nil))","status":"verified"}
{"macro_name":"C?_","library":"cells","call_form":"(c?_\n  nil\n  (progn))","expanded":"(make-c-dependent :code '(nil (progn)) :value-state :unevaluated :lazy t :rule\n                  (c-lambda\n                    nil\n                    (progn)))","status":"verified"}
{"macro_name":"C?_","library":"cells","call_form":"(c?_\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(nil :key nil) :value-state :unevaluated :lazy t :rule\n                  (c-lambda\n                    nil\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C?_","library":"cells","call_form":"(c?_\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code '('lol-gen::some-name) :value-state :unevaluated :lazy\n                  t :rule\n                  (c-lambda\n                    'lol-gen::some-name))","status":"verified"}
{"macro_name":"C_?","library":"cells","call_form":"(c_?)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :lazy :until-asked :rule\n                  (c-lambda))","status":"verified"}
{"macro_name":"C_?","library":"cells","call_form":"(c_?\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :lazy :until-asked\n                  :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C_?","library":"cells","call_form":"(c_?\n  nil\n  nil)","expanded":"(make-c-dependent :code '(nil nil) :value-state :unevaluated :lazy :until-asked\n                  :rule\n                  (c-lambda\n                    nil\n                    nil))","status":"verified"}
{"macro_name":"C_?","library":"cells","call_form":"(c_?\n  nil\n  (progn))","expanded":"(make-c-dependent :code '(nil (progn)) :value-state :unevaluated :lazy\n                  :until-asked :rule\n                  (c-lambda\n                    nil\n                    (progn)))","status":"verified"}
{"macro_name":"C_?","library":"cells","call_form":"(c_?\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(nil :key nil) :value-state :unevaluated :lazy\n                  :until-asked :rule\n                  (c-lambda\n                    nil\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C_?","library":"cells","call_form":"(c_?\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code '('lol-gen::some-name) :value-state :unevaluated :lazy\n                  :until-asked :rule\n                  (c-lambda\n                    'lol-gen::some-name))","status":"verified"}
{"macro_name":"FM-MAP","library":"cells","call_form":"(fm-map)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAP:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 0"}
{"macro_name":"FM-MAP","library":"cells","call_form":"(fm-map nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAP:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 1"}
{"macro_name":"FM-MAP","library":"cells","call_form":"(fm-map nil nil)","expanded":"(mapcar nil (fm-find-all self 'nil))","status":"verified"}
{"macro_name":"FM-MAP","library":"cells","call_form":"(fm-map nil (progn))","expanded":"(mapcar nil (fm-find-all self '(progn)))","status":"verified"}
{"macro_name":"FM-MAP","library":"cells","call_form":"(fm-map nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAP:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 3"}
{"macro_name":"FM-MAP","library":"cells","call_form":"(fm-map 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-MAP:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (FN MD-NAME):\n  exactly 2 expected, but got 1"}
{"macro_name":"^KIDS","library":"cells","call_form":"(^kids)","expanded":"(kids self)","status":"verified"}
{"macro_name":"^KIDS","library":"cells","call_form":"(^kids nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^KIDS:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"^KIDS","library":"cells","call_form":"(^kids nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^KIDS:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^KIDS","library":"cells","call_form":"(^kids nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^KIDS:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^KIDS","library":"cells","call_form":"(^kids nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^KIDS:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 3"}
{"macro_name":"^KIDS","library":"cells","call_form":"(^kids 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^KIDS:\n  too many elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"FM?","library":"cells","call_form":"(fm?)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM?:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING) (GLOBAL-SEARCH)):\n  between 1 and 3 expected, but got 0"}
{"macro_name":"FM?","library":"cells","call_form":"(fm? nil)","expanded":"(fm-find-one self 'nil :must-find nil :global-search t)","status":"verified"}
{"macro_name":"FM?","library":"cells","call_form":"(fm? nil nil)","expanded":"(fm-find-one nil 'nil :must-find nil :global-search t)","status":"verified"}
{"macro_name":"FM?","library":"cells","call_form":"(fm? nil (progn))","expanded":"(fm-find-one (progn) 'nil :must-find nil :global-search t)","status":"verified"}
{"macro_name":"FM?","library":"cells","call_form":"(fm? nil :key nil)","expanded":"(fm-find-one :key 'nil :must-find nil :global-search nil)","status":"verified"}
{"macro_name":"FM?","library":"cells","call_form":"(fm? 'lol-gen::some-name)","expanded":"(fm-find-one self (list 'quote lol-gen::some-name) :must-find nil\n             :global-search t)","status":"verified"}
{"macro_name":"C?N-UNTIL","library":"cells","call_form":"(c?n-until)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C?N-UNTIL:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ARGS &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"C?N-UNTIL","library":"cells","call_form":"(c?n-until nil)","expanded":"(make-c-dependent :optimize :when-value-t :code 'nil :inputp t :value-state\n                  :unevaluated :rule (c-lambda))","status":"verified"}
{"macro_name":"C?N-UNTIL","library":"cells","call_form":"(c?n-until nil\n  nil)","expanded":"(make-c-dependent :optimize :when-value-t :code '(nil) :inputp t :value-state\n                  :unevaluated :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C?N-UNTIL","library":"cells","call_form":"(c?n-until nil\n  (progn))","expanded":"(make-c-dependent :optimize :when-value-t :code '((progn)) :inputp t\n                  :value-state :unevaluated :rule\n                  (c-lambda\n                    (progn)))","status":"verified"}
{"macro_name":"C?N-UNTIL","library":"cells","call_form":"(c?n-until nil\n  :key\n  nil)","expanded":"(make-c-dependent :optimize :when-value-t :code '(:key nil) :inputp t\n                  :value-state :unevaluated :rule\n                  (c-lambda\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C?N-UNTIL","library":"cells","call_form":"(c?n-until 'lol-gen::some-name)","expanded":"(make-c-dependent :optimize :when-value-t :code 'nil :inputp t :value-state\n                  :unevaluated :rule (c-lambda) quote lol-gen::some-name)","status":"verified"}
{"macro_name":"FM^","library":"cells","call_form":"(fm^)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM^:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &KEY (SKIP-TREE) (MUST-FIND)):\n  at least 1 expected, but got 0"}
{"macro_name":"FM^","library":"cells","call_form":"(fm^ nil)","expanded":"(without-c-dependency\n  (fm-find-one (fm-parent self) nil :skip-tree self :must-find t :global-search\n               t))","status":"verified"}
{"macro_name":"FM^","library":"cells","call_form":"(fm^ nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM^ DEFMACRO:\n  odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"FM^","library":"cells","call_form":"(fm^ nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM^ DEFMACRO:\n  odd number of elements in keyword/value list: ((PROGN))"}
{"macro_name":"FM^","library":"cells","call_form":"(fm^ nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM^ DEFMACRO:\n  unknown keyword: :KEY; expected one of :SKIP-TREE, :MUST-FIND"}
{"macro_name":"FM^","library":"cells","call_form":"(fm^ 'lol-gen::some-name)","expanded":"(without-c-dependency\n  (fm-find-one (fm-parent self) 'lol-gen::some-name :skip-tree self :must-find\n               t :global-search t))","status":"verified"}
{"macro_name":"TRCX","library":"cells","call_form":"(trcx)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TRCX:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (TGT-FORM &REST OS):\n  at least 1 expected, but got 0"}
{"macro_name":"TRCX","library":"cells","call_form":"(trcx nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"TRCX","library":"cells","call_form":"(trcx nil nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"TRCX","library":"cells","call_form":"(trcx nil (progn))","expanded":"(progn)","status":"verified"}
{"macro_name":"TRCX","library":"cells","call_form":"(trcx nil :key nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"TRCX","library":"cells","call_form":"(trcx 'lol-gen::some-name)","expanded":"(without-c-dependency\n  (call-trc t #A((23) base-char . \"TX> 'lol-gen::some-name\") :|'SOME-NAME|\n            'lol-gen::some-name))","status":"verified"}
{"macro_name":"PSIB","library":"cells","call_form":"(psib)","expanded":"(bwhen (#:g200 self)\n  (find-prior #:g200 (kids (fm-parent #:g200))))","status":"verified"}
{"macro_name":"PSIB","library":"cells","call_form":"(psib nil)","expanded":"(bwhen (#:g201 nil)\n  (find-prior #:g201 (kids (fm-parent #:g201))))","status":"verified"}
{"macro_name":"PSIB","library":"cells","call_form":"(psib nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PSIB:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (&OPTIONAL (SELF-FORM)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"PSIB","library":"cells","call_form":"(psib nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PSIB:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (&OPTIONAL (SELF-FORM)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"PSIB","library":"cells","call_form":"(psib nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PSIB:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (&OPTIONAL (SELF-FORM)):\n  between 0 and 1 expected, but got 3"}
{"macro_name":"PSIB","library":"cells","call_form":"(psib 'lol-gen::some-name)","expanded":"(bwhen (#:g202 'lol-gen::some-name)\n  (find-prior #:g202 (kids (fm-parent #:g202))))","status":"verified"}
{"macro_name":"FM-OTHER?","library":"cells","call_form":"(fm-other?)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-OTHER?:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING) (GLOBAL-SEARCH)):\n  between 1 and 3 expected, but got 0"}
{"macro_name":"FM-OTHER?","library":"cells","call_form":"(fm-other? nil)","expanded":"(fm-find-one self 'nil :must-find nil :global-search t)","status":"verified"}
{"macro_name":"FM-OTHER?","library":"cells","call_form":"(fm-other? nil nil)","expanded":"(fm-find-one nil 'nil :must-find nil :global-search t)","status":"verified"}
{"macro_name":"FM-OTHER?","library":"cells","call_form":"(fm-other? nil (progn))","expanded":"(fm-find-one (progn) 'nil :must-find nil :global-search t)","status":"verified"}
{"macro_name":"FM-OTHER?","library":"cells","call_form":"(fm-other? nil :key nil)","expanded":"(fm-find-one :key 'nil :must-find nil :global-search nil)","status":"verified"}
{"macro_name":"FM-OTHER?","library":"cells","call_form":"(fm-other? 'lol-gen::some-name)","expanded":"(fm-find-one self (list 'quote lol-gen::some-name) :must-find nil\n             :global-search t)","status":"verified"}
{"macro_name":"F-DELTA","library":"cells","call_form":"(f-delta)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-DELTA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SYNAPSE-ID (&KEY SENSITIVITY (TYPE)) &BODY BODY):\n  at least 2 expected, but got 0"}
{"macro_name":"F-DELTA","library":"cells","call_form":"(f-delta nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-DELTA:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (SYNAPSE-ID (&KEY SENSITIVITY (TYPE)) &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"F-DELTA","library":"cells","call_form":"(f-delta nil\n    nil)","expanded":"(call-f-delta nil nil 'number (lambda ()))","status":"verified"}
{"macro_name":"F-DELTA","library":"cells","call_form":"(f-delta nil\n    (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to F-DELTA DEFMACRO:\n  odd number of elements in keyword/value list: (PROGN)"}
{"macro_name":"F-DELTA","library":"cells","call_form":"(f-delta nil\n    :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to F-DELTA DEFMACRO:\n  :KEY is not a list"}
{"macro_name":"F-DELTA","library":"cells","call_form":"(f-delta 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-DELTA:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (SYNAPSE-ID (&KEY SENSITIVITY (TYPE)) &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"BWHEN-C-STORED","library":"cells","call_form":"(bwhen-c-stored)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BWHEN-C-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR KEY STORE &OPTIONAL IF-NOT) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"BWHEN-C-STORED","library":"cells","call_form":"(bwhen-c-stored nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BWHEN-C-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL IF-NOT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"BWHEN-C-STORED","library":"cells","call_form":"(bwhen-c-stored nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BWHEN-C-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL IF-NOT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"BWHEN-C-STORED","library":"cells","call_form":"(bwhen-c-stored nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BWHEN-C-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL IF-NOT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"BWHEN-C-STORED","library":"cells","call_form":"(bwhen-c-stored nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BWHEN-C-STORED:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL IF-NOT):\n  between 3 and 4 expected, but got 0"}
{"macro_name":"BWHEN-C-STORED","library":"cells","call_form":"(bwhen-c-stored 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BWHEN-C-STORED:\n  too few elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (VAR KEY STORE &OPTIONAL IF-NOT):\n  between 3 and 4 expected, but got 2"}
{"macro_name":"CLL-OUTER","library":"cells","call_form":"(cll-outer)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CLL-OUTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAL &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"CLL-OUTER","library":"cells","call_form":"(cll-outer nil)","expanded":"(let ((outer-val nil)))","status":"verified"}
{"macro_name":"CLL-OUTER","library":"cells","call_form":"(cll-outer nil\n  nil)","expanded":"(let ((outer-val nil))\n  nil)","status":"verified"}
{"macro_name":"CLL-OUTER","library":"cells","call_form":"(cll-outer nil\n  (progn))","expanded":"(let ((outer-val nil))\n  (progn))","status":"verified"}
{"macro_name":"CLL-OUTER","library":"cells","call_form":"(cll-outer nil\n  :key\n  nil)","expanded":"(let ((outer-val nil))\n  :key\n  nil)","status":"verified"}
{"macro_name":"CLL-OUTER","library":"cells","call_form":"(cll-outer 'lol-gen::some-name)","expanded":"(let ((outer-val 'lol-gen::some-name)))","status":"verified"}
{"macro_name":"C?N","library":"cells","call_form":"(c?n)","expanded":"(make-c-dependent :code '(without-c-dependency) :inputp t :value-state\n                  :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency)))","status":"verified"}
{"macro_name":"C?N","library":"cells","call_form":"(c?n\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil)\n                  :inputp t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil)))","status":"verified"}
{"macro_name":"C?N","library":"cells","call_form":"(c?n\n  nil\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     nil)\n                  :inputp t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      nil)))","status":"verified"}
{"macro_name":"C?N","library":"cells","call_form":"(c?n\n  nil\n  (progn))","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     (progn))\n                  :inputp t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      (progn))))","status":"verified"}
{"macro_name":"C?N","library":"cells","call_form":"(c?n\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     :key\n                     nil)\n                  :inputp t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      :key\n                      nil)))","status":"verified"}
{"macro_name":"C?N","library":"cells","call_form":"(c?n\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     'lol-gen::some-name)\n                  :inputp t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      'lol-gen::some-name)))","status":"verified"}
{"macro_name":"NEAREST","library":"cells","call_form":"(nearest)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEAREST:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SELF-FORM TYPE):\n  exactly 2 expected, but got 0"}
{"macro_name":"NEAREST","library":"cells","call_form":"(nearest nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEAREST:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (SELF-FORM TYPE):\n  exactly 2 expected, but got 1"}
{"macro_name":"NEAREST","library":"cells","call_form":"(nearest nil nil)","expanded":"(bwhen (#:g203 nil)\n  (if (typep #:g203 'nil)\n      #:g203\n      (upper #:g203 nil)))","status":"verified"}
{"macro_name":"NEAREST","library":"cells","call_form":"(nearest nil (progn))","expanded":"(bwhen (#:g204 nil)\n  (if (typep #:g204 '(progn))\n      #:g204\n      (upper #:g204 (progn))))","status":"verified"}
{"macro_name":"NEAREST","library":"cells","call_form":"(nearest nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEAREST:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (SELF-FORM TYPE):\n  exactly 2 expected, but got 3"}
{"macro_name":"NEAREST","library":"cells","call_form":"(nearest 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEAREST:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (SELF-FORM TYPE):\n  exactly 2 expected, but got 1"}
{"macro_name":"EKO-IF","library":"cells","call_form":"(eko-if)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EKO-IF:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&REST TRCARGS) &REST BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"EKO-IF","library":"cells","call_form":"(eko-if nil)","expanded":"(let ((#:g205))\n  (when #:g205 (trc nil :res #:g205))\n  #:g205)","status":"verified"}
{"macro_name":"EKO-IF","library":"cells","call_form":"(eko-if nil nil)","expanded":"(let ((#:g206 nil))\n  (when #:g206 (trc nil :res #:g206))\n  #:g206)","status":"verified"}
{"macro_name":"EKO-IF","library":"cells","call_form":"(eko-if nil (progn))","expanded":"(let ((#:g207 (progn)))\n  (when #:g207 (trc nil :res #:g207))\n  #:g207)","status":"verified"}
{"macro_name":"EKO-IF","library":"cells","call_form":"(eko-if nil :key nil)","expanded":"(let ((#:g208 :key nil))\n  (when #:g208 (trc nil :res #:g208))\n  #:g208)","status":"verified"}
{"macro_name":"EKO-IF","library":"cells","call_form":"(eko-if 'lol-gen::some-name)","expanded":"(let ((#:g209))\n  (when #:g209 (trc quote :res #:g209 lol-gen::some-name))\n  #:g209)","status":"verified"}
{"macro_name":"MK-PART","library":"cells","call_form":"(mk-part)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-PART:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME (MD-CLASS) &REST INITARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"MK-PART","library":"cells","call_form":"(mk-part nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-PART:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (MD-NAME (MD-CLASS) &REST INITARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"MK-PART","library":"cells","call_form":"(mk-part nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-PART:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-CLASS):\n  exactly 1 expected, but got 0"}
{"macro_name":"MK-PART","library":"cells","call_form":"(mk-part nil (progn))","expanded":"(make-part 'nil 'progn :fm-parent\n           (progn (assert self nil \"mk-part null self for parent\") self))","status":"verified"}
{"macro_name":"MK-PART","library":"cells","call_form":"(mk-part nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-PART:\n  invalid number of elements in\n    :KEY\n  to satisfy lambda list\n    (MD-CLASS):\n  exactly 1 expected, but got a non-list"}
{"macro_name":"MK-PART","library":"cells","call_form":"(mk-part 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-PART:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (MD-NAME (MD-CLASS) &REST INITARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"F-ZEROP","library":"cells","call_form":"(f-zerop)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-ZEROP:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (KEY &REST BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"F-ZEROP","library":"cells","call_form":"(f-zerop nil)","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn)))\n    (values new-basis\n            (if (xor prior-fire-value (zerop new-basis))\n                (progn (setf prior-fire-value (zerop new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-ZEROP","library":"cells","call_form":"(f-zerop nil nil)","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn nil)))\n    (values new-basis\n            (if (xor prior-fire-value (zerop new-basis))\n                (progn (setf prior-fire-value (zerop new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-ZEROP","library":"cells","call_form":"(f-zerop nil (progn))","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn (progn))))\n    (values new-basis\n            (if (xor prior-fire-value (zerop new-basis))\n                (progn (setf prior-fire-value (zerop new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-ZEROP","library":"cells","call_form":"(f-zerop nil :key nil)","expanded":"(with-synapse nil\n    (prior-fire-value)\n  (let ((new-basis (progn :key nil)))\n    (values new-basis\n            (if (xor prior-fire-value (zerop new-basis))\n                (progn (setf prior-fire-value (zerop new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"F-ZEROP","library":"cells","call_form":"(f-zerop 'lol-gen::some-name)","expanded":"(with-synapse 'lol-gen::some-name\n    (prior-fire-value)\n  (let ((new-basis (progn)))\n    (values new-basis\n            (if (xor prior-fire-value (zerop new-basis))\n                (progn (setf prior-fire-value (zerop new-basis)) :propagate)\n                :no-propagate))))","status":"verified"}
{"macro_name":"C?ONCE","library":"cells","call_form":"(c?once)","expanded":"(make-c-dependent :code '(without-c-dependency) :inputp nil :value-state\n                  :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency)))","status":"verified"}
{"macro_name":"C?ONCE","library":"cells","call_form":"(c?once\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil)\n                  :inputp nil :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil)))","status":"verified"}
{"macro_name":"C?ONCE","library":"cells","call_form":"(c?once\n  nil\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     nil)\n                  :inputp nil :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      nil)))","status":"verified"}
{"macro_name":"C?ONCE","library":"cells","call_form":"(c?once\n  nil\n  (progn))","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     (progn))\n                  :inputp nil :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      (progn))))","status":"verified"}
{"macro_name":"C?ONCE","library":"cells","call_form":"(c?once\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     :key\n                     nil)\n                  :inputp nil :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      :key\n                      nil)))","status":"verified"}
{"macro_name":"C?ONCE","library":"cells","call_form":"(c?once\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     'lol-gen::some-name)\n                  :inputp nil :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      'lol-gen::some-name)))","status":"verified"}
{"macro_name":"CLL-INNER","library":"cells","call_form":"(cll-inner)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CLL-INNER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (EXPR):\n  exactly 1 expected, but got 0"}
{"macro_name":"CLL-INNER","library":"cells","call_form":"(cll-inner nil)","expanded":"(nil outer-val)","status":"verified"}
{"macro_name":"CLL-INNER","library":"cells","call_form":"(cll-inner nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CLL-INNER:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (EXPR):\n  exactly 1 expected, but got 2"}
{"macro_name":"CLL-INNER","library":"cells","call_form":"(cll-inner nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CLL-INNER:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (EXPR):\n  exactly 1 expected, but got 2"}
{"macro_name":"CLL-INNER","library":"cells","call_form":"(cll-inner nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CLL-INNER:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (EXPR):\n  exactly 1 expected, but got 3"}
{"macro_name":"CLL-INNER","library":"cells","call_form":"(cll-inner 'lol-gen::some-name)","expanded":"('lol-gen::some-name outer-val)","status":"verified"}
{"macro_name":"FM-OTHERV?","library":"cells","call_form":"(fm-otherv?)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-OTHERV?:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING) (GLOBAL-SEARCH)):\n  between 1 and 3 expected, but got 0"}
{"macro_name":"FM-OTHERV?","library":"cells","call_form":"(fm-otherv? nil)","expanded":"(fm-other-v nil self t)","status":"verified"}
{"macro_name":"FM-OTHERV?","library":"cells","call_form":"(fm-otherv? nil nil)","expanded":"(fm-other-v nil nil t)","status":"verified"}
{"macro_name":"FM-OTHERV?","library":"cells","call_form":"(fm-otherv? nil (progn))","expanded":"(fm-other-v nil (progn) t)","status":"verified"}
{"macro_name":"FM-OTHERV?","library":"cells","call_form":"(fm-otherv? nil :key nil)","expanded":"(fm-other-v nil :key nil)","status":"verified"}
{"macro_name":"FM-OTHERV?","library":"cells","call_form":"(fm-otherv? 'lol-gen::some-name)","expanded":"(fm-other-v 'lol-gen::some-name self t)","status":"verified"}
{"macro_name":"FM-COLLECT","library":"cells","call_form":"(fm-collect)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-COLLECT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &KEY (MUST-FIND)):\n  at least 1 expected, but got 0"}
{"macro_name":"FM-COLLECT","library":"cells","call_form":"(fm-collect nil)","expanded":"(fm-find-all self 'nil :must-find t)","status":"verified"}
{"macro_name":"FM-COLLECT","library":"cells","call_form":"(fm-collect nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-COLLECT DEFMACRO:\n  odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"FM-COLLECT","library":"cells","call_form":"(fm-collect nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-COLLECT DEFMACRO:\n  odd number of elements in keyword/value list: ((PROGN))"}
{"macro_name":"FM-COLLECT","library":"cells","call_form":"(fm-collect nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-COLLECT DEFMACRO:\n  unknown keyword: :KEY; expected one of :MUST-FIND"}
{"macro_name":"FM-COLLECT","library":"cells","call_form":"(fm-collect 'lol-gen::some-name)","expanded":"(fm-find-all self ''lol-gen::some-name :must-find t)","status":"verified"}
{"macro_name":"N^","library":"cells","call_form":"(n^)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO N^:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 0"}
{"macro_name":"N^","library":"cells","call_form":"(n^ nil)","expanded":"(nearest self nil)","status":"verified"}
{"macro_name":"N^","library":"cells","call_form":"(n^ nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO N^:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 2"}
{"macro_name":"N^","library":"cells","call_form":"(n^ nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO N^:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 2"}
{"macro_name":"N^","library":"cells","call_form":"(n^ nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO N^:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (TYPE):\n  exactly 1 expected, but got 3"}
{"macro_name":"N^","library":"cells","call_form":"(n^ 'lol-gen::some-name)","expanded":"(nearest self 'lol-gen::some-name)","status":"verified"}
{"macro_name":"^K-LAST","library":"cells","call_form":"(^k-last)","expanded":"(last-kid self)","status":"verified"}
{"macro_name":"^K-LAST","library":"cells","call_form":"(^k-last nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^K-LAST:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"^K-LAST","library":"cells","call_form":"(^k-last nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^K-LAST:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^K-LAST","library":"cells","call_form":"(^k-last nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^K-LAST:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^K-LAST","library":"cells","call_form":"(^k-last nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^K-LAST:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 3"}
{"macro_name":"^K-LAST","library":"cells","call_form":"(^k-last 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ^K-LAST:\n  too many elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"C-IN-LAZY","library":"cells","call_form":"(c-in-lazy)","expanded":"(c-input (:lazy :once-asked) (progn))","status":"verified"}
{"macro_name":"C-IN-LAZY","library":"cells","call_form":"(c-in-lazy\n  nil)","expanded":"(c-input (:lazy :once-asked) (progn nil))","status":"verified"}
{"macro_name":"C-IN-LAZY","library":"cells","call_form":"(c-in-lazy\n  nil\n  nil)","expanded":"(c-input (:lazy :once-asked) (progn nil nil))","status":"verified"}
{"macro_name":"C-IN-LAZY","library":"cells","call_form":"(c-in-lazy\n  nil\n  (progn))","expanded":"(c-input (:lazy :once-asked) (progn nil (progn)))","status":"verified"}
{"macro_name":"C-IN-LAZY","library":"cells","call_form":"(c-in-lazy\n  nil\n  :key\n  nil)","expanded":"(c-input (:lazy :once-asked) (progn nil :key nil))","status":"verified"}
{"macro_name":"C-IN-LAZY","library":"cells","call_form":"(c-in-lazy\n  'lol-gen::some-name)","expanded":"(c-input (:lazy :once-asked) (progn 'lol-gen::some-name))","status":"verified"}
{"macro_name":"C...","library":"cells","call_form":"(c...)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C...:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VALUE) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"C...","library":"cells","call_form":"(c... nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C...:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 0"}
{"macro_name":"C...","library":"cells","call_form":"(c... nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C...:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 0"}
{"macro_name":"C...","library":"cells","call_form":"(c... nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C...:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 0"}
{"macro_name":"C...","library":"cells","call_form":"(c... nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C...:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 0"}
{"macro_name":"C...","library":"cells","call_form":"(c... 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C...:\n  too many elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 2"}
{"macro_name":"C?DBG","library":"cells","call_form":"(c?dbg)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :debug t :rule\n                  (c-lambda))","status":"verified"}
{"macro_name":"C?DBG","library":"cells","call_form":"(c?dbg\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :debug t :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C?DBG","library":"cells","call_form":"(c?dbg\n  nil\n  nil)","expanded":"(make-c-dependent :code '(nil nil) :value-state :unevaluated :debug t :rule\n                  (c-lambda\n                    nil\n                    nil))","status":"verified"}
{"macro_name":"C?DBG","library":"cells","call_form":"(c?dbg\n  nil\n  (progn))","expanded":"(make-c-dependent :code '(nil (progn)) :value-state :unevaluated :debug t :rule\n                  (c-lambda\n                    nil\n                    (progn)))","status":"verified"}
{"macro_name":"C?DBG","library":"cells","call_form":"(c?dbg\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(nil :key nil) :value-state :unevaluated :debug t\n                  :rule\n                  (c-lambda\n                    nil\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C?DBG","library":"cells","call_form":"(c?dbg\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code '('lol-gen::some-name) :value-state :unevaluated :debug\n                  t :rule\n                  (c-lambda\n                    'lol-gen::some-name))","status":"verified"}
{"macro_name":"C?","library":"cells","call_form":"(c?)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :rule (c-lambda))","status":"verified"}
{"macro_name":"C?","library":"cells","call_form":"(c?\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C?","library":"cells","call_form":"(c?\n  nil\n  nil)","expanded":"(make-c-dependent :code '(nil nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil\n                    nil))","status":"verified"}
{"macro_name":"C?","library":"cells","call_form":"(c?\n  nil\n  (progn))","expanded":"(make-c-dependent :code '(nil (progn)) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil\n                    (progn)))","status":"verified"}
{"macro_name":"C?","library":"cells","call_form":"(c?\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(nil :key nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C?","library":"cells","call_form":"(c?\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code '('lol-gen::some-name) :value-state :unevaluated :rule\n                  (c-lambda\n                    'lol-gen::some-name))","status":"verified"}
{"macro_name":"DEFMODEL","library":"cells","call_form":"(defmodel)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMODEL:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS DIRECTSUPERS SLOTSPECS &REST OPTIONS):\n  at least 3 expected, but got 0"}
{"macro_name":"DEFMODEL","library":"cells","call_form":"(defmodel nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMODEL:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (CLASS DIRECTSUPERS SLOTSPECS &REST OPTIONS):\n  at least 3 expected, but got 1"}
{"macro_name":"DEFMODEL","library":"cells","call_form":"(defmodel nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMODEL:\n  too few elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (CLASS DIRECTSUPERS SLOTSPECS &REST OPTIONS):\n  at least 3 expected, but got 2"}
{"macro_name":"DEFMODEL","library":"cells","call_form":"(defmodel nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMODEL:\n  too few elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (CLASS DIRECTSUPERS SLOTSPECS &REST OPTIONS):\n  at least 3 expected, but got 2"}
{"macro_name":"DEFMODEL","library":"cells","call_form":"(defmodel nil :key nil)","expanded":"","status":"expansion-error","error":"The value\n  :KEY\nis not of type\n  SEQUENCE"}
{"macro_name":"DEFMODEL","library":"cells","call_form":"(defmodel 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMODEL:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (CLASS DIRECTSUPERS SLOTSPECS &REST OPTIONS):\n  at least 3 expected, but got 1"}
{"macro_name":"DEFMD","library":"cells","call_form":"(defmd)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS SUPERCLASSES &REST MDSPEC):\n  at least 2 expected, but got 0"}
{"macro_name":"DEFMD","library":"cells","call_form":"(defmd nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMD:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (CLASS SUPERCLASSES &REST MDSPEC):\n  at least 2 expected, but got 1"}
{"macro_name":"DEFMD","library":"cells","call_form":"(defmd nil nil)","expanded":"(defmodel nil (model) nil (:default-initargs))","status":"verified"}
{"macro_name":"DEFMD","library":"cells","call_form":"(defmd nil (progn))","expanded":"(defmodel nil (progn model) nil (:default-initargs))","status":"verified"}
{"macro_name":"DEFMD","library":"cells","call_form":"(defmd nil :key nil)","expanded":"","status":"expansion-error","error":"The value\n  :KEY\nis not of type\n  LIST\nwhen binding SB-IMPL::X"}
{"macro_name":"DEFMD","library":"cells","call_form":"(defmd 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMD:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (CLASS SUPERCLASSES &REST MDSPEC):\n  at least 2 expected, but got 1"}
{"macro_name":"EKX","library":"cells","call_form":"(ekx)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EKX:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (EKX-ID &REST BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"EKX","library":"cells","call_form":"(ekx nil)","expanded":"(let ((#:g210 nil))\n  (trc #A((3) base-char . \"nil\") :=> #:g210)\n  #:g210)","status":"verified"}
{"macro_name":"EKX","library":"cells","call_form":"(ekx nil nil)","expanded":"(let ((#:g211 (nil)))\n  (trc #A((3) base-char . \"nil\") :=> #:g211)\n  #:g211)","status":"verified"}
{"macro_name":"EKX","library":"cells","call_form":"(ekx nil (progn))","expanded":"(let ((#:g212 ((progn))))\n  (trc #A((3) base-char . \"nil\") :=> #:g212)\n  #:g212)","status":"verified"}
{"macro_name":"EKX","library":"cells","call_form":"(ekx nil :key nil)","expanded":"(let ((#:g213 (:key nil)))\n  (trc #A((3) base-char . \"nil\") :=> #:g213)\n  #:g213)","status":"verified"}
{"macro_name":"EKX","library":"cells","call_form":"(ekx 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"The value\n  'LOL-GEN::SOME-NAME\nis not of type\n  SYMBOL"}
{"macro_name":"WITH-CC","library":"cells","call_form":"(with-cc)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-CC:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ID &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-CC","library":"cells","call_form":"(with-cc nil)","expanded":"(with-integrity (:change nil))","status":"verified"}
{"macro_name":"WITH-CC","library":"cells","call_form":"(with-cc nil\n  nil)","expanded":"(with-integrity (:change nil) nil)","status":"verified"}
{"macro_name":"WITH-CC","library":"cells","call_form":"(with-cc nil\n  (progn))","expanded":"(with-integrity (:change nil) (progn))","status":"verified"}
{"macro_name":"WITH-CC","library":"cells","call_form":"(with-cc nil\n  :key\n  nil)","expanded":"(with-integrity (:change nil) :key nil)","status":"verified"}
{"macro_name":"WITH-CC","library":"cells","call_form":"(with-cc 'lol-gen::some-name)","expanded":"(with-integrity (:change 'lol-gen::some-name))","status":"verified"}
{"macro_name":"THE-KIDS","library":"cells","call_form":"(the-kids)","expanded":"(let ((*parent* self))\n  (packed-flat!))","status":"verified"}
{"macro_name":"THE-KIDS","library":"cells","call_form":"(the-kids nil)","expanded":"(let ((*parent* self))\n  (packed-flat! nil))","status":"verified"}
{"macro_name":"THE-KIDS","library":"cells","call_form":"(the-kids nil nil)","expanded":"(let ((*parent* self))\n  (packed-flat! nil nil))","status":"verified"}
{"macro_name":"THE-KIDS","library":"cells","call_form":"(the-kids nil (progn))","expanded":"(let ((*parent* self))\n  (packed-flat! nil (progn)))","status":"verified"}
{"macro_name":"THE-KIDS","library":"cells","call_form":"(the-kids nil :key nil)","expanded":"(let ((*parent* self))\n  (packed-flat! nil :key nil))","status":"verified"}
{"macro_name":"THE-KIDS","library":"cells","call_form":"(the-kids 'lol-gen::some-name)","expanded":"(let ((*parent* self))\n  (packed-flat! 'lol-gen::some-name))","status":"verified"}
{"macro_name":"C?N-DBG","library":"cells","call_form":"(c?n-dbg)","expanded":"(make-c-dependent :code '(without-c-dependency) :inputp t :debug t :value-state\n                  :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency)))","status":"verified"}
{"macro_name":"C?N-DBG","library":"cells","call_form":"(c?n-dbg\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil)\n                  :inputp t :debug t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil)))","status":"verified"}
{"macro_name":"C?N-DBG","library":"cells","call_form":"(c?n-dbg\n  nil\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     nil)\n                  :inputp t :debug t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      nil)))","status":"verified"}
{"macro_name":"C?N-DBG","library":"cells","call_form":"(c?n-dbg\n  nil\n  (progn))","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     (progn))\n                  :inputp t :debug t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      (progn))))","status":"verified"}
{"macro_name":"C?N-DBG","library":"cells","call_form":"(c?n-dbg\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     nil\n                     :key\n                     nil)\n                  :inputp t :debug t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      nil\n                      :key\n                      nil)))","status":"verified"}
{"macro_name":"C?N-DBG","library":"cells","call_form":"(c?n-dbg\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code\n                  '(without-c-dependency\n                     'lol-gen::some-name)\n                  :inputp t :debug t :value-state :unevaluated :rule\n                  (c-lambda\n                    (without-c-dependency\n                      'lol-gen::some-name)))","status":"verified"}
{"macro_name":"WNOTRC","library":"cells","call_form":"(wnotrc)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WNOTRC:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&OPTIONAL (MIN) (MAX) &REST BANNER) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WNOTRC","library":"cells","call_form":"(wnotrc nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"WNOTRC","library":"cells","call_form":"(wnotrc nil\n  nil)","expanded":"(progn nil)","status":"verified"}
{"macro_name":"WNOTRC","library":"cells","call_form":"(wnotrc nil\n  (progn))","expanded":"(progn (progn))","status":"verified"}
{"macro_name":"WNOTRC","library":"cells","call_form":"(wnotrc nil\n  :key\n  nil)","expanded":"(progn :key nil)","status":"verified"}
{"macro_name":"WNOTRC","library":"cells","call_form":"(wnotrc 'lol-gen::some-name)","expanded":"(progn)","status":"verified"}
{"macro_name":"DO-LIKE-FM-PARTS","library":"cells","call_form":"(do-like-fm-parts)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((PART-VAR (SELF LIKE-CLASS) &OPTIONAL RETURN-VAR) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"DO-LIKE-FM-PARTS","library":"cells","call_form":"(do-like-fm-parts nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PART-VAR (SELF LIKE-CLASS) &OPTIONAL RETURN-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DO-LIKE-FM-PARTS","library":"cells","call_form":"(do-like-fm-parts nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PART-VAR (SELF LIKE-CLASS) &OPTIONAL RETURN-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DO-LIKE-FM-PARTS","library":"cells","call_form":"(do-like-fm-parts nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PART-VAR (SELF LIKE-CLASS) &OPTIONAL RETURN-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DO-LIKE-FM-PARTS","library":"cells","call_form":"(do-like-fm-parts nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-LIKE-FM-PARTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PART-VAR (SELF LIKE-CLASS) &OPTIONAL RETURN-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DO-LIKE-FM-PARTS","library":"cells","call_form":"(do-like-fm-parts 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-LIKE-FM-PARTS:\n  invalid number of elements in\n    LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (SELF LIKE-CLASS):\n  exactly 2 expected, but got a non-list"}
{"macro_name":"UPPER","library":"cells","call_form":"(upper)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO UPPER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SELF &OPTIONAL (TYPE)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"UPPER","library":"cells","call_form":"(upper nil)","expanded":"(container-typed nil 't)","status":"verified"}
{"macro_name":"UPPER","library":"cells","call_form":"(upper nil nil)","expanded":"(container-typed nil 'nil)","status":"verified"}
{"macro_name":"UPPER","library":"cells","call_form":"(upper nil (progn))","expanded":"(container-typed nil '(progn))","status":"verified"}
{"macro_name":"UPPER","library":"cells","call_form":"(upper nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO UPPER:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (SELF &OPTIONAL (TYPE)):\n  between 1 and 2 expected, but got 3"}
{"macro_name":"UPPER","library":"cells","call_form":"(upper 'lol-gen::some-name)","expanded":"(container-typed 'lol-gen::some-name 't)","status":"verified"}
{"macro_name":"C-FORMULA","library":"cells","call_form":"(c-formula)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-FORMULA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((&REST KEYS &KEY LAZY &ALLOW-OTHER-KEYS) &BODY FORMS):\n  at least 1 expected, but got 0"}
{"macro_name":"C-FORMULA","library":"cells","call_form":"(c-formula nil)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :rule (c-lambda))","status":"verified"}
{"macro_name":"C-FORMULA","library":"cells","call_form":"(c-formula nil\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    nil))","status":"verified"}
{"macro_name":"C-FORMULA","library":"cells","call_form":"(c-formula nil\n  (progn))","expanded":"(make-c-dependent :code '((progn)) :value-state :unevaluated :rule\n                  (c-lambda\n                    (progn)))","status":"verified"}
{"macro_name":"C-FORMULA","library":"cells","call_form":"(c-formula nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(:key nil) :value-state :unevaluated :rule\n                  (c-lambda\n                    :key\n                    nil))","status":"verified"}
{"macro_name":"C-FORMULA","library":"cells","call_form":"(c-formula 'lol-gen::some-name)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :rule (c-lambda) quote\n                  lol-gen::some-name)","status":"verified"}
{"macro_name":"^K1","library":"cells","call_form":"(|^K1|)","expanded":"(kid1 self)","status":"verified"}
{"macro_name":"^K1","library":"cells","call_form":"(|^K1| nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K1|:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"^K1","library":"cells","call_form":"(|^K1| nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K1|:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^K1","library":"cells","call_form":"(|^K1| nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K1|:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^K1","library":"cells","call_form":"(|^K1| nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K1|:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 3"}
{"macro_name":"^K1","library":"cells","call_form":"(|^K1| 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K1|:\n  too many elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"^K2","library":"cells","call_form":"(|^K2|)","expanded":"(kid2 self)","status":"verified"}
{"macro_name":"^K2","library":"cells","call_form":"(|^K2| nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K2|:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"^K2","library":"cells","call_form":"(|^K2| nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K2|:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^K2","library":"cells","call_form":"(|^K2| nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K2|:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 2"}
{"macro_name":"^K2","library":"cells","call_form":"(|^K2| nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K2|:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 3"}
{"macro_name":"^K2","library":"cells","call_form":"(|^K2| 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO |^K2|:\n  too many elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"C_?DBG","library":"cells","call_form":"(c_?dbg)","expanded":"(make-c-dependent :code 'nil :value-state :unevaluated :lazy :until-asked :rule\n                  (c-lambda) :debug t)","status":"verified"}
{"macro_name":"C_?DBG","library":"cells","call_form":"(c_?dbg\n  nil)","expanded":"(make-c-dependent :code '(nil) :value-state :unevaluated :lazy :until-asked\n                  :rule\n                  (c-lambda\n                    nil)\n                  :debug t)","status":"verified"}
{"macro_name":"C_?DBG","library":"cells","call_form":"(c_?dbg\n  nil\n  nil)","expanded":"(make-c-dependent :code '(nil nil) :value-state :unevaluated :lazy :until-asked\n                  :rule\n                  (c-lambda\n                    nil\n                    nil)\n                  :debug t)","status":"verified"}
{"macro_name":"C_?DBG","library":"cells","call_form":"(c_?dbg\n  nil\n  (progn))","expanded":"(make-c-dependent :code '(nil (progn)) :value-state :unevaluated :lazy\n                  :until-asked :rule\n                  (c-lambda\n                    nil\n                    (progn))\n                  :debug t)","status":"verified"}
{"macro_name":"C_?DBG","library":"cells","call_form":"(c_?dbg\n  nil\n  :key\n  nil)","expanded":"(make-c-dependent :code '(nil :key nil) :value-state :unevaluated :lazy\n                  :until-asked :rule\n                  (c-lambda\n                    nil\n                    :key\n                    nil)\n                  :debug t)","status":"verified"}
{"macro_name":"C_?DBG","library":"cells","call_form":"(c_?dbg\n  'lol-gen::some-name)","expanded":"(make-c-dependent :code '('lol-gen::some-name) :value-state :unevaluated :lazy\n                  :until-asked :rule\n                  (c-lambda\n                    'lol-gen::some-name)\n                  :debug t)","status":"verified"}
{"macro_name":"RG!","library":"cells","call_form":"(rg!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG!:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 0"}
{"macro_name":"RG!","library":"cells","call_form":"(rg! nil)","expanded":"(fm-find-registered nil self)","status":"verified"}
{"macro_name":"RG!","library":"cells","call_form":"(rg! nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG!:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"RG!","library":"cells","call_form":"(rg! nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG!:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"RG!","library":"cells","call_form":"(rg! nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG!:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 3"}
{"macro_name":"RG!","library":"cells","call_form":"(rg! 'lol-gen::some-name)","expanded":"(fm-find-registered 'lol-gen::some-name self)","status":"verified"}
{"macro_name":"TRC","library":"cells","call_form":"(trc)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TRC:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (TGT-FORM &REST OS):\n  at least 1 expected, but got 0"}
{"macro_name":"TRC","library":"cells","call_form":"(trc nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"TRC","library":"cells","call_form":"(trc nil nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"TRC","library":"cells","call_form":"(trc nil (progn))","expanded":"(progn)","status":"verified"}
{"macro_name":"TRC","library":"cells","call_form":"(trc nil :key nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"TRC","library":"cells","call_form":"(trc 'lol-gen::some-name)","expanded":"(without-c-dependency\n  (bif (#:g215 'lol-gen::some-name)\n       (if (trcp #:g215)\n           (progn\n            (assert (stringp nil) nil\n                    \"trc with test expected string second, got ~a\" nil)\n            (call-trc t))\n           (progn (count-it :trcfailed)))\n       (count-it :tgtnileval)))","status":"verified"}
{"macro_name":"MAKE-KID","library":"cells","call_form":"(make-kid)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-KID:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS &REST IA):\n  at least 1 expected, but got 0"}
{"macro_name":"MAKE-KID","library":"cells","call_form":"(make-kid nil)","expanded":"(let ((#:c216 nil))\n  (make-instance #:c216 :fm-parent\n                 (progn\n                  (assert self nil \"make-kid: self nil making ~a\" #:c216)\n                  self)))","status":"verified"}
{"macro_name":"MAKE-KID","library":"cells","call_form":"(make-kid nil nil)","expanded":"(let ((#:c217 nil))\n  (make-instance #:c217 nil :fm-parent\n                 (progn\n                  (assert self nil \"make-kid: self nil making ~a\" #:c217)\n                  self)))","status":"verified"}
{"macro_name":"MAKE-KID","library":"cells","call_form":"(make-kid nil (progn))","expanded":"(let ((#:c218 nil))\n  (make-instance #:c218 (progn) :fm-parent\n                 (progn\n                  (assert self nil \"make-kid: self nil making ~a\" #:c218)\n                  self)))","status":"verified"}
{"macro_name":"MAKE-KID","library":"cells","call_form":"(make-kid nil :key nil)","expanded":"(let ((#:c219 nil))\n  (make-instance #:c219 :key nil :fm-parent\n                 (progn\n                  (assert self nil \"make-kid: self nil making ~a\" #:c219)\n                  self)))","status":"verified"}
{"macro_name":"MAKE-KID","library":"cells","call_form":"(make-kid 'lol-gen::some-name)","expanded":"(let ((#:c220 'lol-gen::some-name))\n  (make-instance #:c220 :fm-parent\n                 (progn\n                  (assert self nil \"make-kid: self nil making ~a\" #:c220)\n                  self)))","status":"verified"}
{"macro_name":"C-ABS","library":"cells","call_form":"(c-abs)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-ABS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VALUE &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"C-ABS","library":"cells","call_form":"(c-abs nil)","expanded":"(make-c-drifter-absolute :code 'nil :value-state :valid :value nil :rule\n                         (c-lambda))","status":"verified"}
{"macro_name":"C-ABS","library":"cells","call_form":"(c-abs nil\n  nil)","expanded":"(make-c-drifter-absolute :code '(nil) :value-state :valid :value nil :rule\n                         (c-lambda\n                           nil))","status":"verified"}
{"macro_name":"C-ABS","library":"cells","call_form":"(c-abs nil\n  (progn))","expanded":"(make-c-drifter-absolute :code '((progn)) :value-state :valid :value nil :rule\n                         (c-lambda\n                           (progn)))","status":"verified"}
{"macro_name":"C-ABS","library":"cells","call_form":"(c-abs nil\n  :key\n  nil)","expanded":"(make-c-drifter-absolute :code '(:key nil) :value-state :valid :value nil :rule\n                         (c-lambda\n                           :key\n                           nil))","status":"verified"}
{"macro_name":"C-ABS","library":"cells","call_form":"(c-abs 'lol-gen::some-name)","expanded":"(make-c-drifter-absolute :code 'nil :value-state :valid :value\n                         'lol-gen::some-name :rule (c-lambda))","status":"verified"}
{"macro_name":"FMV","library":"cells","call_form":"(fmv)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FMV:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 0"}
{"macro_name":"FMV","library":"cells","call_form":"(fmv nil)","expanded":"(value (fm-other nil))","status":"verified"}
{"macro_name":"FMV","library":"cells","call_form":"(fmv nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FMV:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 2"}
{"macro_name":"FMV","library":"cells","call_form":"(fmv nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FMV:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 2"}
{"macro_name":"FMV","library":"cells","call_form":"(fmv nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FMV:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 3"}
{"macro_name":"FMV","library":"cells","call_form":"(fmv 'lol-gen::some-name)","expanded":"(value (fm-other 'lol-gen::some-name))","status":"verified"}
{"macro_name":"RG?","library":"cells","call_form":"(rg?)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG?:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 0"}
{"macro_name":"RG?","library":"cells","call_form":"(rg? nil)","expanded":"(fm-find-registered nil self nil)","status":"verified"}
{"macro_name":"RG?","library":"cells","call_form":"(rg? nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG?:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"RG?","library":"cells","call_form":"(rg? nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG?:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 2"}
{"macro_name":"RG?","library":"cells","call_form":"(rg? nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO RG?:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (ID):\n  exactly 1 expected, but got 3"}
{"macro_name":"RG?","library":"cells","call_form":"(rg? 'lol-gen::some-name)","expanded":"(fm-find-registered 'lol-gen::some-name self nil)","status":"verified"}
{"macro_name":"FM-OTHER?!","library":"cells","call_form":"(fm-other?!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-OTHER?!:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"FM-OTHER?!","library":"cells","call_form":"(fm-other?! nil)","expanded":"(fm-find-one self 'nil :must-find nil :global-search nil)","status":"verified"}
{"macro_name":"FM-OTHER?!","library":"cells","call_form":"(fm-other?! nil nil)","expanded":"(fm-find-one nil 'nil :must-find nil :global-search nil)","status":"verified"}
{"macro_name":"FM-OTHER?!","library":"cells","call_form":"(fm-other?! nil (progn))","expanded":"(fm-find-one (progn) 'nil :must-find nil :global-search nil)","status":"verified"}
{"macro_name":"FM-OTHER?!","library":"cells","call_form":"(fm-other?! nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-OTHER?!:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING)):\n  between 1 and 2 expected, but got 3"}
{"macro_name":"FM-OTHER?!","library":"cells","call_form":"(fm-other?! 'lol-gen::some-name)","expanded":"(fm-find-one self (list 'quote lol-gen::some-name) :must-find nil\n             :global-search nil)","status":"verified"}
{"macro_name":"C-IN","library":"cells","call_form":"(c-in)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-IN:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 0"}
{"macro_name":"C-IN","library":"cells","call_form":"(c-in nil)","expanded":"(make-cell :inputp t :value-state :valid :value nil)","status":"verified"}
{"macro_name":"C-IN","library":"cells","call_form":"(c-in nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-IN:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 2"}
{"macro_name":"C-IN","library":"cells","call_form":"(c-in nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-IN:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 2"}
{"macro_name":"C-IN","library":"cells","call_form":"(c-in nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO C-IN:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (VALUE):\n  exactly 1 expected, but got 3"}
{"macro_name":"C-IN","library":"cells","call_form":"(c-in 'lol-gen::some-name)","expanded":"(make-cell :inputp t :value-state :valid :value 'lol-gen::some-name)","status":"verified"}
{"macro_name":"FM-OTHERX","library":"cells","call_form":"(fm-otherx)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM-OTHERX:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &KEY (STARTING) SKIP-TREE):\n  at least 1 expected, but got 0"}
{"macro_name":"FM-OTHERX","library":"cells","call_form":"(fm-otherx nil)","expanded":"(or (fm-find-one self 'nil :must-find t :skip-tree nil :global-search t))","status":"verified"}
{"macro_name":"FM-OTHERX","library":"cells","call_form":"(fm-otherx nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-OTHERX DEFMACRO:\n  odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"FM-OTHERX","library":"cells","call_form":"(fm-otherx nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-OTHERX DEFMACRO:\n  odd number of elements in keyword/value list: ((PROGN))"}
{"macro_name":"FM-OTHERX","library":"cells","call_form":"(fm-otherx nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to FM-OTHERX DEFMACRO:\n  unknown keyword: :KEY; expected one of :STARTING, :SKIP-TREE"}
{"macro_name":"FM-OTHERX","library":"cells","call_form":"(fm-otherx 'lol-gen::some-name)","expanded":"(or\n (fm-find-one self (list 'quote lol-gen::some-name) :must-find t :skip-tree nil\n              :global-search t))","status":"verified"}
{"macro_name":"MK-KID-SLOT","library":"cells","call_form":"(mk-kid-slot)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-KID-SLOT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((KS-NAME &KEY IF-MISSING) KS-RULE):\n  exactly 2 expected, but got 0"}
{"macro_name":"MK-KID-SLOT","library":"cells","call_form":"(mk-kid-slot nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-KID-SLOT:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    ((KS-NAME &KEY IF-MISSING) KS-RULE):\n  exactly 2 expected, but got 1"}
{"macro_name":"MK-KID-SLOT","library":"cells","call_form":"(mk-kid-slot nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-KID-SLOT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (KS-NAME &KEY IF-MISSING):\n  at least 1 expected, but got 0"}
{"macro_name":"MK-KID-SLOT","library":"cells","call_form":"(mk-kid-slot nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-KID-SLOT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (KS-NAME &KEY IF-MISSING):\n  at least 1 expected, but got 0"}
{"macro_name":"MK-KID-SLOT","library":"cells","call_form":"(mk-kid-slot nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-KID-SLOT:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    ((KS-NAME &KEY IF-MISSING) KS-RULE):\n  exactly 2 expected, but got 3"}
{"macro_name":"MK-KID-SLOT","library":"cells","call_form":"(mk-kid-slot 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MK-KID-SLOT:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    ((KS-NAME &KEY IF-MISSING) KS-RULE):\n  exactly 2 expected, but got 1"}
{"macro_name":"C?1","library":"cells","call_form":"(c?1)","expanded":"(c?once)","status":"verified"}
{"macro_name":"C?1","library":"cells","call_form":"(c?1\n  nil)","expanded":"(c?once\n  nil)","status":"verified"}
{"macro_name":"C?1","library":"cells","call_form":"(c?1\n  nil\n  nil)","expanded":"(c?once\n  nil\n  nil)","status":"verified"}
{"macro_name":"C?1","library":"cells","call_form":"(c?1\n  nil\n  (progn))","expanded":"(c?once\n  nil\n  (progn))","status":"verified"}
{"macro_name":"C?1","library":"cells","call_form":"(c?1\n  nil\n  :key\n  nil)","expanded":"(c?once\n  nil\n  :key\n  nil)","status":"verified"}
{"macro_name":"C?1","library":"cells","call_form":"(c?1\n  'lol-gen::some-name)","expanded":"(c?once\n  'lol-gen::some-name)","status":"verified"}
{"macro_name":"C-LAMBDA","library":"cells","call_form":"(c-lambda)","expanded":"(c-lambda-var (slot-c))","status":"verified"}
{"macro_name":"C-LAMBDA","library":"cells","call_form":"(c-lambda\n  nil)","expanded":"(c-lambda-var (slot-c)\n  nil)","status":"verified"}
{"macro_name":"C-LAMBDA","library":"cells","call_form":"(c-lambda\n  nil\n  nil)","expanded":"(c-lambda-var (slot-c)\n  nil\n  nil)","status":"verified"}
{"macro_name":"C-LAMBDA","library":"cells","call_form":"(c-lambda\n  nil\n  (progn))","expanded":"(c-lambda-var (slot-c)\n  nil\n  (progn))","status":"verified"}
{"macro_name":"C-LAMBDA","library":"cells","call_form":"(c-lambda\n  nil\n  :key\n  nil)","expanded":"(c-lambda-var (slot-c)\n  nil\n  :key\n  nil)","status":"verified"}
{"macro_name":"C-LAMBDA","library":"cells","call_form":"(c-lambda\n  'lol-gen::some-name)","expanded":"(c-lambda-var (slot-c)\n  'lol-gen::some-name)","status":"verified"}
{"macro_name":"WITH-STORE-ITEM","library":"cells","call_form":"(with-store-item)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-STORE-ITEM:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((ITEM KEY STORE) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-STORE-ITEM","library":"cells","call_form":"(with-store-item nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-STORE-ITEM:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ITEM KEY STORE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-STORE-ITEM","library":"cells","call_form":"(with-store-item nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-STORE-ITEM:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ITEM KEY STORE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-STORE-ITEM","library":"cells","call_form":"(with-store-item nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-STORE-ITEM:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ITEM KEY STORE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-STORE-ITEM","library":"cells","call_form":"(with-store-item nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-STORE-ITEM:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (ITEM KEY STORE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-STORE-ITEM","library":"cells","call_form":"(with-store-item 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-STORE-ITEM:\n  too few elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (ITEM KEY STORE):\n  exactly 3 expected, but got 2"}
{"macro_name":"WITH-SYNAPSE","library":"cells","call_form":"(with-synapse)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-SYNAPSE:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SYNAPSE-ID (&REST CLOSURE-VARS) &BODY BODY):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-SYNAPSE","library":"cells","call_form":"(with-synapse nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-SYNAPSE:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (SYNAPSE-ID (&REST CLOSURE-VARS) &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"WITH-SYNAPSE","library":"cells","call_form":"(with-synapse nil\n    nil)","expanded":"(let* ((#:g221 nil)\n       (synapse\n        (or (find #:g221 (cd-useds *depender*) :key 'c-slot-name)\n            (let ((new-syn\n                   (let ()\n                     (make-c-dependent :model (c-model *depender*) :slot-name\n                                       #:g221 :code 'nil :synaptic t :rule\n                                       (c-lambda)))))\n              (record-caller new-syn)\n              new-syn))))\n  (prog1\n      (multiple-value-bind (v p)\n          (with-integrity nil\n                          (ensure-value-is-current synapse :synapse\n                                                   *depender*))\n        (values v p))\n    (record-caller synapse)))","status":"verified"}
{"macro_name":"WITH-SYNAPSE","library":"cells","call_form":"(with-synapse nil\n    (progn))","expanded":"(let* ((#:g222 nil)\n       (synapse\n        (or (find #:g222 (cd-useds *depender*) :key 'c-slot-name)\n            (let ((new-syn\n                   (let (progn)\n                     (make-c-dependent :model (c-model *depender*) :slot-name\n                                       #:g222 :code 'nil :synaptic t :rule\n                                       (c-lambda)))))\n              (record-caller new-syn)\n              new-syn))))\n  (prog1\n      (multiple-value-bind (v p)\n          (with-integrity nil\n                          (ensure-value-is-current synapse :synapse\n                                                   *depender*))\n        (values v p))\n    (record-caller synapse)))","status":"verified"}
{"macro_name":"WITH-SYNAPSE","library":"cells","call_form":"(with-synapse nil\n    :key\n  nil)","expanded":"(let* ((#:g223 nil)\n       (synapse\n        (or (find #:g223 (cd-useds *depender*) :key 'c-slot-name)\n            (let ((new-syn\n                   (let :key\n                     (make-c-dependent :model (c-model *depender*) :slot-name\n                                       #:g223 :code '(nil) :synaptic t :rule\n                                       (c-lambda\n                                         nil)))))\n              (record-caller new-syn)\n              new-syn))))\n  (prog1\n      (multiple-value-bind (v p)\n          (with-integrity nil\n                          (ensure-value-is-current synapse :synapse\n                                                   *depender*))\n        (values v p))\n    (record-caller synapse)))","status":"verified"}
{"macro_name":"WITH-SYNAPSE","library":"cells","call_form":"(with-synapse 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-SYNAPSE:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (SYNAPSE-ID (&REST CLOSURE-VARS) &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"NSIB","library":"cells","call_form":"(nsib)","expanded":"(bwhen (#:g224 self)\n  (cadr (member #:g224 (kids (fm-parent #:g224)))))","status":"verified"}
{"macro_name":"NSIB","library":"cells","call_form":"(nsib nil)","expanded":"(bwhen (#:g225 nil)\n  (cadr (member #:g225 (kids (fm-parent #:g225)))))","status":"verified"}
{"macro_name":"NSIB","library":"cells","call_form":"(nsib nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NSIB:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (&OPTIONAL (SELF-FORM)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"NSIB","library":"cells","call_form":"(nsib nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NSIB:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (&OPTIONAL (SELF-FORM)):\n  between 0 and 1 expected, but got 2"}
{"macro_name":"NSIB","library":"cells","call_form":"(nsib nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NSIB:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (&OPTIONAL (SELF-FORM)):\n  between 0 and 1 expected, but got 3"}
{"macro_name":"NSIB","library":"cells","call_form":"(nsib 'lol-gen::some-name)","expanded":"(bwhen (#:g226 'lol-gen::some-name)\n  (cadr (member #:g226 (kids (fm-parent #:g226)))))","status":"verified"}
{"macro_name":"WITHOUT-C-DEPENDENCY","library":"cells","call_form":"(without-c-dependency)","expanded":"(let (*depender*))","status":"verified"}
{"macro_name":"WITHOUT-C-DEPENDENCY","library":"cells","call_form":"(without-c-dependency\n  nil)","expanded":"(let (*depender*)\n  nil)","status":"verified"}
{"macro_name":"WITHOUT-C-DEPENDENCY","library":"cells","call_form":"(without-c-dependency\n  nil\n  nil)","expanded":"(let (*depender*)\n  nil\n  nil)","status":"verified"}
{"macro_name":"WITHOUT-C-DEPENDENCY","library":"cells","call_form":"(without-c-dependency\n  nil\n  (progn))","expanded":"(let (*depender*)\n  nil\n  (progn))","status":"verified"}
{"macro_name":"WITHOUT-C-DEPENDENCY","library":"cells","call_form":"(without-c-dependency\n  nil\n  :key\n  nil)","expanded":"(let (*depender*)\n  nil\n  :key\n  nil)","status":"verified"}
{"macro_name":"WITHOUT-C-DEPENDENCY","library":"cells","call_form":"(without-c-dependency\n  'lol-gen::some-name)","expanded":"(let (*depender*)\n  'lol-gen::some-name)","status":"verified"}
{"macro_name":"F-SENSITIVITY","library":"cells","call_form":"(f-sensitivity)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-SENSITIVITY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SYNAPSE-ID (SENSITIVITY &OPTIONAL SUBTYPENAME) &BODY BODY):\n  at least 2 expected, but got 0"}
{"macro_name":"F-SENSITIVITY","library":"cells","call_form":"(f-sensitivity nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-SENSITIVITY:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (SYNAPSE-ID (SENSITIVITY &OPTIONAL SUBTYPENAME) &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"F-SENSITIVITY","library":"cells","call_form":"(f-sensitivity nil\n    nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-SENSITIVITY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (SENSITIVITY &OPTIONAL SUBTYPENAME):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"F-SENSITIVITY","library":"cells","call_form":"(f-sensitivity nil\n    (progn))","expanded":"(call-f-sensitivity nil progn nil (lambda ()))","status":"verified"}
{"macro_name":"F-SENSITIVITY","library":"cells","call_form":"(f-sensitivity nil\n    :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-SENSITIVITY:\n  invalid number of elements in\n    :KEY\n  to satisfy lambda list\n    (SENSITIVITY &OPTIONAL SUBTYPENAME):\n  between 1 and 2 expected, but got a non-list"}
{"macro_name":"F-SENSITIVITY","library":"cells","call_form":"(f-sensitivity 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO F-SENSITIVITY:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (SYNAPSE-ID (SENSITIVITY &OPTIONAL SUBTYPENAME) &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"C-ENVALUE","library":"cells","call_form":"(c-envalue)","expanded":"(make-c-envaluer :envalue-rule (c-lambda))","status":"verified"}
{"macro_name":"C-ENVALUE","library":"cells","call_form":"(c-envalue\n  nil)","expanded":"(make-c-envaluer :envalue-rule\n                 (c-lambda\n                   nil))","status":"verified"}
{"macro_name":"C-ENVALUE","library":"cells","call_form":"(c-envalue\n  nil\n  nil)","expanded":"(make-c-envaluer :envalue-rule\n                 (c-lambda\n                   nil\n                   nil))","status":"verified"}
{"macro_name":"C-ENVALUE","library":"cells","call_form":"(c-envalue\n  nil\n  (progn))","expanded":"(make-c-envaluer :envalue-rule\n                 (c-lambda\n                   nil\n                   (progn)))","status":"verified"}
{"macro_name":"C-ENVALUE","library":"cells","call_form":"(c-envalue\n  nil\n  :key\n  nil)","expanded":"(make-c-envaluer :envalue-rule\n                 (c-lambda\n                   nil\n                   :key\n                   nil))","status":"verified"}
{"macro_name":"C-ENVALUE","library":"cells","call_form":"(c-envalue\n  'lol-gen::some-name)","expanded":"(make-c-envaluer :envalue-rule\n                 (c-lambda\n                   'lol-gen::some-name))","status":"verified"}
{"macro_name":"FM!","library":"cells","call_form":"(fm!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM!:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"FM!","library":"cells","call_form":"(fm! nil)","expanded":"(without-c-dependency\n  (fm-find-one self 'nil :must-find t :global-search nil))","status":"verified"}
{"macro_name":"FM!","library":"cells","call_form":"(fm! nil nil)","expanded":"(without-c-dependency\n  (fm-find-one nil 'nil :must-find t :global-search nil))","status":"verified"}
{"macro_name":"FM!","library":"cells","call_form":"(fm! nil (progn))","expanded":"(without-c-dependency\n  (fm-find-one (progn) 'nil :must-find t :global-search nil))","status":"verified"}
{"macro_name":"FM!","library":"cells","call_form":"(fm! nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FM!:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (MD-NAME &OPTIONAL (STARTING)):\n  between 1 and 2 expected, but got 3"}
{"macro_name":"FM!","library":"cells","call_form":"(fm! 'lol-gen::some-name)","expanded":"(without-c-dependency\n  (fm-find-one self (list 'quote lol-gen::some-name) :must-find t\n               :global-search nil))","status":"verified"}
{"macro_name":"BRKX","library":"cells","call_form":"(brkx)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BRKX:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 0"}
{"macro_name":"BRKX","library":"cells","call_form":"(brkx nil)","expanded":"(break \"At ~a: OK?\" 'nil)","status":"verified"}
{"macro_name":"BRKX","library":"cells","call_form":"(brkx nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BRKX:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 2"}
{"macro_name":"BRKX","library":"cells","call_form":"(brkx nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BRKX:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 2"}
{"macro_name":"BRKX","library":"cells","call_form":"(brkx nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO BRKX:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (MSG):\n  exactly 1 expected, but got 3"}
{"macro_name":"BRKX","library":"cells","call_form":"(brkx 'lol-gen::some-name)","expanded":"(break \"At ~a: OK?\" ''lol-gen::some-name)","status":"verified"}