| {"macro_name":"FNN","library":"cl-anonfun","call_form":"(fnn)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FNN:\n too few elements in\n ()\n to satisfy lambda list\n (NARG FORM):\n exactly 2 expected, but got 0"} |
| {"macro_name":"FNN","library":"cl-anonfun","call_form":"(fnn nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FNN:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NARG FORM):\n exactly 2 expected, but got 1"} |
| {"macro_name":"FNN","library":"cl-anonfun","call_form":"(fnn nil nil)","expanded":"(lambda () nil)","status":"verified"} |
| {"macro_name":"FNN","library":"cl-anonfun","call_form":"(fnn nil (progn))","expanded":"(lambda () (progn))","status":"verified"} |
| {"macro_name":"FNN","library":"cl-anonfun","call_form":"(fnn nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FNN:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (NARG FORM):\n exactly 2 expected, but got 3"} |
| {"macro_name":"FNN","library":"cl-anonfun","call_form":"(fnn 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FNN:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NARG FORM):\n exactly 2 expected, but got 1"} |
| {"macro_name":"FN","library":"cl-anonfun","call_form":"(fn)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FN:\n too few elements in\n ()\n to satisfy lambda list\n (FORM):\n exactly 1 expected, but got 0"} |
| {"macro_name":"FN","library":"cl-anonfun","call_form":"(fn nil)","expanded":"(lambda () nil)","status":"verified"} |
| {"macro_name":"FN","library":"cl-anonfun","call_form":"(fn nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FN:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (FORM):\n exactly 1 expected, but got 2"} |
| {"macro_name":"FN","library":"cl-anonfun","call_form":"(fn nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FN:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (FORM):\n exactly 1 expected, but got 2"} |
| {"macro_name":"FN","library":"cl-anonfun","call_form":"(fn nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FN:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (FORM):\n exactly 1 expected, but got 3"} |
| {"macro_name":"FN","library":"cl-anonfun","call_form":"(fn 'lol-gen::some-name)","expanded":"(lambda () 'lol-gen::some-name)","status":"verified"} |
| {"macro_name":"ENABLE-FN-SYNTAX","library":"cl-anonfun","call_form":"(enable-fn-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute) (%enable-fn-syntax))","status":"verified"} |
| {"macro_name":"ENABLE-FN-SYNTAX","library":"cl-anonfun","call_form":"(enable-fn-syntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-FN-SYNTAX:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
| {"macro_name":"ENABLE-FN-SYNTAX","library":"cl-anonfun","call_form":"(enable-fn-syntax nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-FN-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-FN-SYNTAX","library":"cl-anonfun","call_form":"(enable-fn-syntax nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-FN-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-FN-SYNTAX","library":"cl-anonfun","call_form":"(enable-fn-syntax nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-FN-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-FN-SYNTAX","library":"cl-anonfun","call_form":"(enable-fn-syntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-FN-SYNTAX:\n too many elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
|
|