{"macro_name":"DEFRULE","library":"cl-rules","call_form":"(defrule)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFRULE:\n too few elements in\n ()\n to satisfy lambda list\n (NAME &BODY FORMS):\n at least 1 expected, but got 0"} {"macro_name":"DEFRULE","library":"cl-rules","call_form":"(defrule nil)","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*rules*)\n '#S(cl-rules.core::rule\n :name #A((3) base-char . \"NIL\")\n :conditions nil\n :actions nil))","status":"verified"} {"macro_name":"DEFRULE","library":"cl-rules","call_form":"(defrule nil\n nil)","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*rules*)\n '#S(cl-rules.core::rule\n :name #A((3) base-char . \"NIL\")\n :conditions (#S(cl-rules.core::condn\n :name #A((3) base-char . \"NIL\")\n :args nil))\n :actions nil))","status":"verified"} {"macro_name":"DEFRULE","library":"cl-rules","call_form":"(defrule nil\n (progn))","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*rules*)\n '#S(cl-rules.core::rule\n :name #A((3) base-char . \"NIL\")\n :conditions (#S(cl-rules.core::condn\n :name #A((5) base-char . \"PROGN\")\n :args nil))\n :actions nil))","status":"verified"} {"macro_name":"DEFRULE","library":"cl-rules","call_form":"(defrule nil\n :key\n nil)","expanded":"","status":"expansion-error","error":"The value\n :KEY\nis not of type\n LIST"} {"macro_name":"DEFRULE","library":"cl-rules","call_form":"(defrule 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"'LOL-GEN::SOME-NAME is not a string designator."} {"macro_name":"WITH-RULES","library":"cl-rules","call_form":"(with-rules)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-RULES:\n too few elements in\n ()\n to satisfy lambda list\n (SYM &BODY FORMS):\n at least 1 expected, but got 0"} {"macro_name":"WITH-RULES","library":"cl-rules","call_form":"(with-rules nil)","expanded":"(dolist (nil (alexandria:hash-table-keys cl-rules.core::*rules*)))","status":"verified"} {"macro_name":"WITH-RULES","library":"cl-rules","call_form":"(with-rules nil\n nil)","expanded":"(dolist (nil (alexandria:hash-table-keys cl-rules.core::*rules*)) nil)","status":"verified"} {"macro_name":"WITH-RULES","library":"cl-rules","call_form":"(with-rules nil\n (progn))","expanded":"(dolist (nil (alexandria:hash-table-keys cl-rules.core::*rules*)) (progn))","status":"verified"} {"macro_name":"WITH-RULES","library":"cl-rules","call_form":"(with-rules nil\n :key\n nil)","expanded":"(dolist (nil (alexandria:hash-table-keys cl-rules.core::*rules*)) :key nil)","status":"verified"} {"macro_name":"WITH-RULES","library":"cl-rules","call_form":"(with-rules 'lol-gen::some-name)","expanded":"(dolist\n ('lol-gen::some-name (alexandria:hash-table-keys cl-rules.core::*rules*)))","status":"verified"} {"macro_name":"DEFPARAM","library":"cl-rules","call_form":"(defparam)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPARAM:\n too few elements in\n ()\n to satisfy lambda list\n (NAME FORM):\n exactly 2 expected, but got 0"} {"macro_name":"DEFPARAM","library":"cl-rules","call_form":"(defparam nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPARAM:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NAME FORM):\n exactly 2 expected, but got 1"} {"macro_name":"DEFPARAM","library":"cl-rules","call_form":"(defparam nil nil)","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*parameters*) nil)","status":"verified"} {"macro_name":"DEFPARAM","library":"cl-rules","call_form":"(defparam nil (progn))","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*parameters*) (progn))","status":"verified"} {"macro_name":"DEFPARAM","library":"cl-rules","call_form":"(defparam nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPARAM:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (NAME FORM):\n exactly 2 expected, but got 3"} {"macro_name":"DEFPARAM","library":"cl-rules","call_form":"(defparam 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPARAM:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NAME FORM):\n exactly 2 expected, but got 1"} {"macro_name":"DEFACTION","library":"cl-rules","call_form":"(defaction)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFACTION:\n too few elements in\n ()\n to satisfy lambda list\n (NAME ARGS &BODY FORMS):\n at least 2 expected, but got 0"} {"macro_name":"DEFACTION","library":"cl-rules","call_form":"(defaction nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFACTION:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NAME ARGS &BODY FORMS):\n at least 2 expected, but got 1"} {"macro_name":"DEFACTION","library":"cl-rules","call_form":"(defaction nil\n nil)","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*actions*) (lambda ()))","status":"verified"} {"macro_name":"DEFACTION","library":"cl-rules","call_form":"(defaction nil\n (progn))","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*actions*)\n (lambda (progn)))","status":"verified"} {"macro_name":"DEFACTION","library":"cl-rules","call_form":"(defaction nil\n :key\n nil)","expanded":"(setf (gethash #A((3) base-char . \"NIL\") cl-rules.core::*actions*)\n (lambda :key nil))","status":"verified"} {"macro_name":"DEFACTION","library":"cl-rules","call_form":"(defaction 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFACTION:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NAME ARGS &BODY FORMS):\n at least 2 expected, but got 1"}