| {"macro_name":"SET-PLIST-VAL!","library":"access","call_form":"(set-plist-val!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-PLIST-VAL!:\n too few elements in\n ()\n to satisfy lambda list\n (NEW ID PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 0"} |
| {"macro_name":"SET-PLIST-VAL!","library":"access","call_form":"(set-plist-val! nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-PLIST-VAL!:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NEW ID PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 1"} |
| {"macro_name":"SET-PLIST-VAL!","library":"access","call_form":"(set-plist-val! nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-PLIST-VAL!:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (NEW ID PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 2"} |
| {"macro_name":"SET-PLIST-VAL!","library":"access","call_form":"(set-plist-val! nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-PLIST-VAL!:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NEW ID PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 2"} |
| {"macro_name":"SET-PLIST-VAL!","library":"access","call_form":"(set-plist-val! nil :key nil)","expanded":"(setf nil (set-plist-val nil :key nil :test (default-test) :key (default-key)))","status":"verified"} |
| {"macro_name":"SET-PLIST-VAL!","library":"access","call_form":"(set-plist-val! 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-PLIST-VAL!:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NEW ID PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 1"} |
| {"macro_name":"WITH-DOT","library":"access","call_form":"(with-dot)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-DOT:\n too few elements in\n ()\n to satisfy lambda list\n (NIL &BODY BODY):\n at least 1 expected, but got 0"} |
| {"macro_name":"WITH-DOT","library":"access","call_form":"(with-dot nil)","expanded":"(progn)","status":"verified"} |
| {"macro_name":"WITH-DOT","library":"access","call_form":"(with-dot nil\n nil)","expanded":"(progn nil)","status":"verified"} |
| {"macro_name":"WITH-DOT","library":"access","call_form":"(with-dot nil\n (progn))","expanded":"(progn (progn))","status":"verified"} |
| {"macro_name":"WITH-DOT","library":"access","call_form":"(with-dot nil\n :key\n nil)","expanded":"(progn :key nil)","status":"verified"} |
| {"macro_name":"WITH-DOT","library":"access","call_form":"(with-dot 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-DOT:\n too many elements in\n 'LOL-GEN::SOME-NAME\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"REM-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(rem-arg-list-key-value!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO REM-ARG-LIST-KEY-VALUE!:\n too few elements in\n ()\n to satisfy lambda list\n (IDS PLACE &KEY (TEST) (KEY)):\n at least 2 expected, but got 0"} |
| {"macro_name":"REM-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(rem-arg-list-key-value! nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO REM-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL)\n to satisfy lambda list\n (IDS PLACE &KEY (TEST) (KEY)):\n at least 2 expected, but got 1"} |
| {"macro_name":"REM-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(rem-arg-list-key-value! nil nil)","expanded":"(progn\n (iter\n (for id in (ensure-list nil))\n (setf nil (rem-arg-list-key-value id nil :test #'equalper :key #'identity)))\n nil)","status":"verified"} |
| {"macro_name":"REM-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(rem-arg-list-key-value! nil (progn))","expanded":"(progn\n (iter\n (for id in (ensure-list nil))\n (setf (progn)\n (rem-arg-list-key-value id (progn) :test #'equalper :key\n #'identity)))\n (progn))","status":"verified"} |
| {"macro_name":"REM-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(rem-arg-list-key-value! nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to REM-ARG-LIST-KEY-VALUE! DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"} |
| {"macro_name":"REM-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(rem-arg-list-key-value! 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO REM-ARG-LIST-KEY-VALUE!:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (IDS PLACE &KEY (TEST) (KEY)):\n at least 2 expected, but got 1"} |
| {"macro_name":"ENSURE-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(ensure-arg-list-key-value!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENSURE-ARG-LIST-KEY-VALUE!:\n too few elements in\n ()\n to satisfy lambda list\n (DEFAULT IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 0"} |
| {"macro_name":"ENSURE-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(ensure-arg-list-key-value! nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENSURE-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL)\n to satisfy lambda list\n (DEFAULT IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 1"} |
| {"macro_name":"ENSURE-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(ensure-arg-list-key-value! nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENSURE-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (DEFAULT IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 2"} |
| {"macro_name":"ENSURE-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(ensure-arg-list-key-value! nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENSURE-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (DEFAULT IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 2"} |
| {"macro_name":"ENSURE-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(ensure-arg-list-key-value! nil :key nil)","expanded":"(progn\n (iter\n (for id in (ensure-list :key))\n (setf nil\n (ensure-arg-list-key-value nil id nil :test #'equalper :key\n #'identity)))\n nil)","status":"verified"} |
| {"macro_name":"ENSURE-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(ensure-arg-list-key-value! 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENSURE-ARG-LIST-KEY-VALUE!:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (DEFAULT IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 1"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESS-VALUES","library":"access","call_form":"(with-all-slot-access-values)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESS-VALUES:\n too few elements in\n ()\n to satisfy lambda list\n ((OBJ CLASS) &BODY BODY):\n at least 1 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESS-VALUES","library":"access","call_form":"(with-all-slot-access-values nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESS-VALUES:\n too few elements in\n ()\n to satisfy lambda list\n (OBJ CLASS):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESS-VALUES","library":"access","call_form":"(with-all-slot-access-values nil\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESS-VALUES:\n too few elements in\n ()\n to satisfy lambda list\n (OBJ CLASS):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESS-VALUES","library":"access","call_form":"(with-all-slot-access-values nil\n (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESS-VALUES:\n too few elements in\n ()\n to satisfy lambda list\n (OBJ CLASS):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESS-VALUES","library":"access","call_form":"(with-all-slot-access-values nil\n :key\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESS-VALUES:\n too few elements in\n ()\n to satisfy lambda list\n (OBJ CLASS):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESS-VALUES","library":"access","call_form":"(with-all-slot-access-values 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"There is no class named LOL-GEN::SOME-NAME."} |
| {"macro_name":"ENABLE-DOT-SYNTAX","library":"access","call_form":"(enable-dot-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute) (%enable-dot-syntax))","status":"verified"} |
| {"macro_name":"ENABLE-DOT-SYNTAX","library":"access","call_form":"(enable-dot-syntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-DOT-SYNTAX:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
| {"macro_name":"ENABLE-DOT-SYNTAX","library":"access","call_form":"(enable-dot-syntax nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-DOT-SYNTAX:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"ENABLE-DOT-SYNTAX","library":"access","call_form":"(enable-dot-syntax nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-DOT-SYNTAX:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"ENABLE-DOT-SYNTAX","library":"access","call_form":"(enable-dot-syntax nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-DOT-SYNTAX:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"} |
| {"macro_name":"ENABLE-DOT-SYNTAX","library":"access","call_form":"(enable-dot-syntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-DOT-SYNTAX:\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":"DISABLE-DOT-SYNTAX","library":"access","call_form":"(disable-dot-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute) (%disable-dot-syntax))","status":"verified"} |
| {"macro_name":"DISABLE-DOT-SYNTAX","library":"access","call_form":"(disable-dot-syntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-DOT-SYNTAX:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
| {"macro_name":"DISABLE-DOT-SYNTAX","library":"access","call_form":"(disable-dot-syntax nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-DOT-SYNTAX:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"DISABLE-DOT-SYNTAX","library":"access","call_form":"(disable-dot-syntax nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-DOT-SYNTAX:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"DISABLE-DOT-SYNTAX","library":"access","call_form":"(disable-dot-syntax nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-DOT-SYNTAX:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"} |
| {"macro_name":"DISABLE-DOT-SYNTAX","library":"access","call_form":"(disable-dot-syntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-DOT-SYNTAX:\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":"REM-PLIST-VAL!","library":"access","call_form":"(rem-plist-val!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO REM-PLIST-VAL!:\n too few elements in\n ()\n to satisfy lambda list\n (ID PLACE &KEY (TEST) (KEY)):\n at least 2 expected, but got 0"} |
| {"macro_name":"REM-PLIST-VAL!","library":"access","call_form":"(rem-plist-val! nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO REM-PLIST-VAL!:\n too few elements in\n (NIL)\n to satisfy lambda list\n (ID PLACE &KEY (TEST) (KEY)):\n at least 2 expected, but got 1"} |
| {"macro_name":"REM-PLIST-VAL!","library":"access","call_form":"(rem-plist-val! nil nil)","expanded":"(setf nil (rem-plist-val nil nil :test (default-test) :key (default-key)))","status":"verified"} |
| {"macro_name":"REM-PLIST-VAL!","library":"access","call_form":"(rem-plist-val! nil (progn))","expanded":"(setf (progn)\n (rem-plist-val nil (progn) :test (default-test) :key (default-key)))","status":"verified"} |
| {"macro_name":"REM-PLIST-VAL!","library":"access","call_form":"(rem-plist-val! nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to REM-PLIST-VAL! DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"} |
| {"macro_name":"REM-PLIST-VAL!","library":"access","call_form":"(rem-plist-val! 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO REM-PLIST-VAL!:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (ID PLACE &KEY (TEST) (KEY)):\n at least 2 expected, but got 1"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESSORS","library":"access","call_form":"(with-all-slot-accessors)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESSORS:\n too few elements in\n ()\n to satisfy lambda list\n ((DATA CLASS-NAME) &BODY BODY):\n at least 1 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESSORS","library":"access","call_form":"(with-all-slot-accessors nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESSORS:\n too few elements in\n ()\n to satisfy lambda list\n (DATA CLASS-NAME):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESSORS","library":"access","call_form":"(with-all-slot-accessors nil\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESSORS:\n too few elements in\n ()\n to satisfy lambda list\n (DATA CLASS-NAME):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESSORS","library":"access","call_form":"(with-all-slot-accessors nil\n (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESSORS:\n too few elements in\n ()\n to satisfy lambda list\n (DATA CLASS-NAME):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESSORS","library":"access","call_form":"(with-all-slot-accessors nil\n :key\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ALL-SLOT-ACCESSORS:\n too few elements in\n ()\n to satisfy lambda list\n (DATA CLASS-NAME):\n exactly 2 expected, but got 0"} |
| {"macro_name":"WITH-ALL-SLOT-ACCESSORS","library":"access","call_form":"(with-all-slot-accessors 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"There is no class named LOL-GEN::SOME-NAME."} |
| {"macro_name":"WITH-ACCESS-VALUES","library":"access","call_form":"(with-access-values)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ACCESS-VALUES:\n too few elements in\n ()\n to satisfy lambda list\n ((&REST BINDINGS) OBJ &BODY BODY):\n at least 2 expected, but got 0"} |
| {"macro_name":"WITH-ACCESS-VALUES","library":"access","call_form":"(with-access-values nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ACCESS-VALUES:\n too few elements in\n (NIL)\n to satisfy lambda list\n ((&REST BINDINGS) OBJ &BODY BODY):\n at least 2 expected, but got 1"} |
| {"macro_name":"WITH-ACCESS-VALUES","library":"access","call_form":"(with-access-values nil\n nil)","expanded":"(let* ())","status":"verified"} |
| {"macro_name":"WITH-ACCESS-VALUES","library":"access","call_form":"(with-access-values nil\n (progn))","expanded":"(let* ())","status":"verified"} |
| {"macro_name":"WITH-ACCESS-VALUES","library":"access","call_form":"(with-access-values nil\n :key\n nil)","expanded":"(let* ()\n nil)","status":"verified"} |
| {"macro_name":"WITH-ACCESS-VALUES","library":"access","call_form":"(with-access-values 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ACCESS-VALUES:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n ((&REST BINDINGS) OBJ &BODY BODY):\n at least 2 expected, but got 1"} |
| {"macro_name":"SET-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(set-arg-list-key-value!)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-ARG-LIST-KEY-VALUE!:\n too few elements in\n ()\n to satisfy lambda list\n (NEW IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 0"} |
| {"macro_name":"SET-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(set-arg-list-key-value! nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NEW IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 1"} |
| {"macro_name":"SET-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(set-arg-list-key-value! nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (NEW IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 2"} |
| {"macro_name":"SET-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(set-arg-list-key-value! nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-ARG-LIST-KEY-VALUE!:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NEW IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 2"} |
| {"macro_name":"SET-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(set-arg-list-key-value! nil :key nil)","expanded":"(progn\n (iter\n (for id in (ensure-list :key))\n (setf nil\n (set-arg-list-key-value nil id nil :test #'equalper :key\n #'identity)))\n nil)","status":"verified"} |
| {"macro_name":"SET-ARG-LIST-KEY-VALUE!","library":"access","call_form":"(set-arg-list-key-value! 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SET-ARG-LIST-KEY-VALUE!:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NEW IDS PLACE &KEY (TEST) (KEY)):\n at least 3 expected, but got 1"} |
| {"macro_name":"WITH-ACCESS","library":"access","call_form":"(with-access)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ACCESS:\n too few elements in\n ()\n to satisfy lambda list\n ((&REST KEYS) VAL-FORM &BODY BODY):\n at least 2 expected, but got 0"} |
| {"macro_name":"WITH-ACCESS","library":"access","call_form":"(with-access nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ACCESS:\n too few elements in\n (NIL)\n to satisfy lambda list\n ((&REST KEYS) VAL-FORM &BODY BODY):\n at least 2 expected, but got 1"} |
| {"macro_name":"WITH-ACCESS","library":"access","call_form":"(with-access nil\n nil)","expanded":"(let ((#:|val241| nil))\n (declare (ignorable #:|val241|))\n (symbol-macrolet ()))","status":"verified"} |
| {"macro_name":"WITH-ACCESS","library":"access","call_form":"(with-access nil\n (progn))","expanded":"(let ((#:|val242| (progn)))\n (declare (ignorable #:|val242|))\n (symbol-macrolet ()))","status":"verified"} |
| {"macro_name":"WITH-ACCESS","library":"access","call_form":"(with-access nil\n :key\n nil)","expanded":"(let ((#:|val243| :key))\n (declare (ignorable #:|val243|))\n (symbol-macrolet ()\n nil))","status":"verified"} |
| {"macro_name":"WITH-ACCESS","library":"access","call_form":"(with-access 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-ACCESS:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n ((&REST KEYS) VAL-FORM &BODY BODY):\n at least 2 expected, but got 1"} |
|
|