| {"macro_name":"DEFMACRO-CLAUSE","library":"cl-lc","call_form":"(defmacro-clause)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMACRO-CLAUSE:\n too few elements in\n ()\n to satisfy lambda list\n (CLAUSE-TEMPLATE &BODY BODY):\n at least 1 expected, but got 0"} |
| {"macro_name":"DEFMACRO-CLAUSE","library":"cl-lc","call_form":"(defmacro-clause nil)","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body NIL"} |
| {"macro_name":"DEFMACRO-CLAUSE","library":"cl-lc","call_form":"(defmacro-clause nil\n nil)","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body (NIL)"} |
| {"macro_name":"DEFMACRO-CLAUSE","library":"cl-lc","call_form":"(defmacro-clause nil\n (progn))","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body ((PROGN))"} |
| {"macro_name":"DEFMACRO-CLAUSE","library":"cl-lc","call_form":"(defmacro-clause nil\n :key\n nil)","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body (KEY NIL)"} |
| {"macro_name":"DEFMACRO-CLAUSE","library":"cl-lc","call_form":"(defmacro-clause 'lol-gen::some-name)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n (defmacro clause-quote-2 (&key ((:quote lol-gen::some-name))))\n (iterate::install-clause-info '(quote) '(quote) 'clause-quote-2 nil nil)\n ''lol-gen::some-name)","status":"verified"} |
| {"macro_name":"MAX-OF","library":"cl-lc","call_form":"(max-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAX-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"MAX-OF","library":"cl-lc","call_form":"(max-of nil)","expanded":"(lc (nil) maximize)","status":"verified"} |
| {"macro_name":"MAX-OF","library":"cl-lc","call_form":"(max-of nil\n nil)","expanded":"(lc (nil nil) maximize)","status":"verified"} |
| {"macro_name":"MAX-OF","library":"cl-lc","call_form":"(max-of nil\n (progn))","expanded":"(lc (nil (progn)) maximize)","status":"verified"} |
| {"macro_name":"MAX-OF","library":"cl-lc","call_form":"(max-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) maximize)","status":"verified"} |
| {"macro_name":"MAX-OF","library":"cl-lc","call_form":"(max-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) maximize)","status":"verified"} |
| {"macro_name":"DEFCLAUSE-SEQUENCE","library":"cl-lc","call_form":"(defclause-sequence)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCLAUSE-SEQUENCE:\n too few elements in\n ()\n to satisfy lambda list\n (ELEMENT-NAME INDEX-NAME &KEY ACCESS-FN SIZE-FN ELEMENT-TYPE SEQUENCE-TYPE\n ELEMENT-DOC-STRING INDEX-DOC-STRING):\n at least 2 expected, but got 0"} |
| {"macro_name":"DEFCLAUSE-SEQUENCE","library":"cl-lc","call_form":"(defclause-sequence nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCLAUSE-SEQUENCE:\n too few elements in\n (NIL)\n to satisfy lambda list\n (ELEMENT-NAME INDEX-NAME &KEY ACCESS-FN SIZE-FN ELEMENT-TYPE SEQUENCE-TYPE\n ELEMENT-DOC-STRING INDEX-DOC-STRING):\n at least 2 expected, but got 1"} |
| {"macro_name":"DEFCLAUSE-SEQUENCE","library":"cl-lc","call_form":"(defclause-sequence nil nil)","expanded":"(progn nil nil)","status":"verified"} |
| {"macro_name":"DEFCLAUSE-SEQUENCE","library":"cl-lc","call_form":"(defclause-sequence nil (progn))","expanded":"","status":"expansion-error","error":"The value\n (PROGN)\nis not of type\n SYMBOL\nwhen binding SYMBOL"} |
| {"macro_name":"DEFCLAUSE-SEQUENCE","library":"cl-lc","call_form":"(defclause-sequence nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFCLAUSE-SEQUENCE DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"} |
| {"macro_name":"DEFCLAUSE-SEQUENCE","library":"cl-lc","call_form":"(defclause-sequence 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCLAUSE-SEQUENCE:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (ELEMENT-NAME INDEX-NAME &KEY ACCESS-FN SIZE-FN ELEMENT-TYPE SEQUENCE-TYPE\n ELEMENT-DOC-STRING INDEX-DOC-STRING):\n at least 2 expected, but got 1"} |
| {"macro_name":"NONE-OF","library":"cl-lc","call_form":"(none-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NONE-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"NONE-OF","library":"cl-lc","call_form":"(none-of nil)","expanded":"(lc (nil) never)","status":"verified"} |
| {"macro_name":"NONE-OF","library":"cl-lc","call_form":"(none-of nil\n nil)","expanded":"(lc (nil nil) never)","status":"verified"} |
| {"macro_name":"NONE-OF","library":"cl-lc","call_form":"(none-of nil\n (progn))","expanded":"(lc (nil (progn)) never)","status":"verified"} |
| {"macro_name":"NONE-OF","library":"cl-lc","call_form":"(none-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) never)","status":"verified"} |
| {"macro_name":"NONE-OF","library":"cl-lc","call_form":"(none-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) never)","status":"verified"} |
| {"macro_name":"LEAVE","library":"cl-lc","call_form":"(leave)","expanded":"","status":"expansion-error","error":"The variable ITERATE::*LOOP-NAME* is unbound."} |
| {"macro_name":"LEAVE","library":"cl-lc","call_form":"(leave nil)","expanded":"","status":"expansion-error","error":"The variable ITERATE::*LOOP-NAME* is unbound."} |
| {"macro_name":"LEAVE","library":"cl-lc","call_form":"(leave nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO LEAVE:\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":"LEAVE","library":"cl-lc","call_form":"(leave nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO LEAVE:\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":"LEAVE","library":"cl-lc","call_form":"(leave nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO LEAVE:\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":"LEAVE","library":"cl-lc","call_form":"(leave 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"The variable ITERATE::*LOOP-NAME* is unbound."} |
| {"macro_name":"DEFSYNONYM","library":"cl-lc","call_form":"(defsynonym)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNONYM:\n too few elements in\n ()\n to satisfy lambda list\n (SYN WORD):\n exactly 2 expected, but got 0"} |
| {"macro_name":"DEFSYNONYM","library":"cl-lc","call_form":"(defsynonym nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNONYM:\n too few elements in\n (NIL)\n to satisfy lambda list\n (SYN WORD):\n exactly 2 expected, but got 1"} |
| {"macro_name":"DEFSYNONYM","library":"cl-lc","call_form":"(defsynonym nil nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n (setf (get 'nil 'iterate::synonym) 'nil))","status":"verified"} |
| {"macro_name":"DEFSYNONYM","library":"cl-lc","call_form":"(defsynonym nil (progn))","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n (setf (get 'nil 'iterate::synonym) '(progn)))","status":"verified"} |
| {"macro_name":"DEFSYNONYM","library":"cl-lc","call_form":"(defsynonym nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNONYM:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (SYN WORD):\n exactly 2 expected, but got 3"} |
| {"macro_name":"DEFSYNONYM","library":"cl-lc","call_form":"(defsynonym 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNONYM:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (SYN WORD):\n exactly 2 expected, but got 1"} |
| {"macro_name":"NEXT-ITERATION","library":"cl-lc","call_form":"(next-iteration)","expanded":"","status":"expansion-error","error":"The variable ITERATE::*LOOP-STEP* is unbound."} |
| {"macro_name":"NEXT-ITERATION","library":"cl-lc","call_form":"(next-iteration nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEXT-ITERATION:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
| {"macro_name":"NEXT-ITERATION","library":"cl-lc","call_form":"(next-iteration nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEXT-ITERATION:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"NEXT-ITERATION","library":"cl-lc","call_form":"(next-iteration nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEXT-ITERATION:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"NEXT-ITERATION","library":"cl-lc","call_form":"(next-iteration nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEXT-ITERATION:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"} |
| {"macro_name":"NEXT-ITERATION","library":"cl-lc","call_form":"(next-iteration 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NEXT-ITERATION:\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":"DICT-OF","library":"cl-lc","call_form":"(dict-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DICT-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &REST EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"DICT-OF","library":"cl-lc","call_form":"(dict-of nil)","expanded":"(let ((#:dict128 (make-hash-table :test 'equal)))\n (do-for nil\n (multiple-value-call\n (lambda (#:k129 #:v130) (setf (gethash #:k129 #:dict128) #:v130))\n nil))\n #:dict128)","status":"verified"} |
| {"macro_name":"DICT-OF","library":"cl-lc","call_form":"(dict-of nil nil)","expanded":"(let ((#:dict131 (make-hash-table :test 'equal)))\n (do-for (nil)\n (multiple-value-call\n (lambda (#:k132 #:v133) (setf (gethash #:k132 #:dict131) #:v133))\n nil))\n #:dict131)","status":"verified"} |
| {"macro_name":"DICT-OF","library":"cl-lc","call_form":"(dict-of nil (progn))","expanded":"(let ((#:dict134 (make-hash-table :test 'equal)))\n (do-for ((progn))\n (multiple-value-call\n (lambda (#:k135 #:v136) (setf (gethash #:k135 #:dict134) #:v136))\n nil))\n #:dict134)","status":"verified"} |
| {"macro_name":"DICT-OF","library":"cl-lc","call_form":"(dict-of nil :key nil)","expanded":"(let ((#:dict137 (make-hash-table :test 'equal)))\n (do-for (:key nil)\n (multiple-value-call\n (lambda (#:k138 #:v139) (setf (gethash #:k138 #:dict137) #:v139))\n nil))\n #:dict137)","status":"verified"} |
| {"macro_name":"DICT-OF","library":"cl-lc","call_form":"(dict-of 'lol-gen::some-name)","expanded":"(let ((#:dict140 (make-hash-table :test 'equal)))\n (do-for nil\n (multiple-value-call\n (lambda (#:k141 #:v142) (setf (gethash #:k141 #:dict140) #:v142))\n 'lol-gen::some-name))\n #:dict140)","status":"verified"} |
| {"macro_name":"SUM-OF","library":"cl-lc","call_form":"(sum-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SUM-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"SUM-OF","library":"cl-lc","call_form":"(sum-of nil)","expanded":"(lc (nil) sum)","status":"verified"} |
| {"macro_name":"SUM-OF","library":"cl-lc","call_form":"(sum-of nil\n nil)","expanded":"(lc (nil nil) sum)","status":"verified"} |
| {"macro_name":"SUM-OF","library":"cl-lc","call_form":"(sum-of nil\n (progn))","expanded":"(lc (nil (progn)) sum)","status":"verified"} |
| {"macro_name":"SUM-OF","library":"cl-lc","call_form":"(sum-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) sum)","status":"verified"} |
| {"macro_name":"SUM-OF","library":"cl-lc","call_form":"(sum-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) sum)","status":"verified"} |
| {"macro_name":"TERMINATE","library":"cl-lc","call_form":"(terminate)","expanded":"(finish)","status":"verified"} |
| {"macro_name":"TERMINATE","library":"cl-lc","call_form":"(terminate nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TERMINATE:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
| {"macro_name":"TERMINATE","library":"cl-lc","call_form":"(terminate nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TERMINATE:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"TERMINATE","library":"cl-lc","call_form":"(terminate nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TERMINATE:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"TERMINATE","library":"cl-lc","call_form":"(terminate nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TERMINATE:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"} |
| {"macro_name":"TERMINATE","library":"cl-lc","call_form":"(terminate 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TERMINATE:\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":"MIN-OF","library":"cl-lc","call_form":"(min-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MIN-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"MIN-OF","library":"cl-lc","call_form":"(min-of nil)","expanded":"(lc (nil) minimize)","status":"verified"} |
| {"macro_name":"MIN-OF","library":"cl-lc","call_form":"(min-of nil\n nil)","expanded":"(lc (nil nil) minimize)","status":"verified"} |
| {"macro_name":"MIN-OF","library":"cl-lc","call_form":"(min-of nil\n (progn))","expanded":"(lc (nil (progn)) minimize)","status":"verified"} |
| {"macro_name":"MIN-OF","library":"cl-lc","call_form":"(min-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) minimize)","status":"verified"} |
| {"macro_name":"MIN-OF","library":"cl-lc","call_form":"(min-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) minimize)","status":"verified"} |
| {"macro_name":"FINISH","library":"cl-lc","call_form":"(finish)","expanded":"","status":"expansion-error","error":"The variable ITERATE::*LOOP-END* is unbound."} |
| {"macro_name":"FINISH","library":"cl-lc","call_form":"(finish nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FINISH:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"} |
| {"macro_name":"FINISH","library":"cl-lc","call_form":"(finish nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FINISH:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"FINISH","library":"cl-lc","call_form":"(finish nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FINISH:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"} |
| {"macro_name":"FINISH","library":"cl-lc","call_form":"(finish nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FINISH:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"} |
| {"macro_name":"FINISH","library":"cl-lc","call_form":"(finish 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FINISH:\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":"LIST-OF","library":"cl-lc","call_form":"(list-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO LIST-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"LIST-OF","library":"cl-lc","call_form":"(list-of nil)","expanded":"(lc (nil) collect)","status":"verified"} |
| {"macro_name":"LIST-OF","library":"cl-lc","call_form":"(list-of nil\n nil)","expanded":"(lc (nil nil) collect)","status":"verified"} |
| {"macro_name":"LIST-OF","library":"cl-lc","call_form":"(list-of nil\n (progn))","expanded":"(lc (nil (progn)) collect)","status":"verified"} |
| {"macro_name":"LIST-OF","library":"cl-lc","call_form":"(list-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) collect)","status":"verified"} |
| {"macro_name":"LIST-OF","library":"cl-lc","call_form":"(list-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) collect)","status":"verified"} |
| {"macro_name":"ANY-OF","library":"cl-lc","call_form":"(any-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ANY-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"ANY-OF","library":"cl-lc","call_form":"(any-of nil)","expanded":"(lc (nil) thereis)","status":"verified"} |
| {"macro_name":"ANY-OF","library":"cl-lc","call_form":"(any-of nil\n nil)","expanded":"(lc (nil nil) thereis)","status":"verified"} |
| {"macro_name":"ANY-OF","library":"cl-lc","call_form":"(any-of nil\n (progn))","expanded":"(lc (nil (progn)) thereis)","status":"verified"} |
| {"macro_name":"ANY-OF","library":"cl-lc","call_form":"(any-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) thereis)","status":"verified"} |
| {"macro_name":"ANY-OF","library":"cl-lc","call_form":"(any-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) thereis)","status":"verified"} |
| {"macro_name":"COUNT-OF","library":"cl-lc","call_form":"(count-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO COUNT-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"COUNT-OF","library":"cl-lc","call_form":"(count-of nil)","expanded":"(lc (nil) count)","status":"verified"} |
| {"macro_name":"COUNT-OF","library":"cl-lc","call_form":"(count-of nil\n nil)","expanded":"(lc (nil nil) count)","status":"verified"} |
| {"macro_name":"COUNT-OF","library":"cl-lc","call_form":"(count-of nil\n (progn))","expanded":"(lc (nil (progn)) count)","status":"verified"} |
| {"macro_name":"COUNT-OF","library":"cl-lc","call_form":"(count-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) count)","status":"verified"} |
| {"macro_name":"COUNT-OF","library":"cl-lc","call_form":"(count-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) count)","status":"verified"} |
| {"macro_name":"DEFMACRO-DRIVER","library":"cl-lc","call_form":"(defmacro-driver)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFMACRO-DRIVER:\n too few elements in\n ()\n to satisfy lambda list\n (CLAUSE-TEMPLATE &BODY BODY):\n at least 1 expected, but got 0"} |
| {"macro_name":"DEFMACRO-DRIVER","library":"cl-lc","call_form":"(defmacro-driver nil)","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body NIL"} |
| {"macro_name":"DEFMACRO-DRIVER","library":"cl-lc","call_form":"(defmacro-driver nil\n nil)","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body (NIL)"} |
| {"macro_name":"DEFMACRO-DRIVER","library":"cl-lc","call_form":"(defmacro-driver nil\n (progn))","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body ((PROGN))"} |
| {"macro_name":"DEFMACRO-DRIVER","library":"cl-lc","call_form":"(defmacro-driver nil\n :key\n nil)","expanded":"","status":"expansion-error","error":"Iterate: empty clause template with body (KEY NIL)"} |
| {"macro_name":"DEFMACRO-DRIVER","library":"cl-lc","call_form":"(defmacro-driver 'lol-gen::some-name)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n (defmacro clause-quote-3 (&key ((:quote lol-gen::some-name)) generate))\n (iterate::install-clause-info '(quote) '(quote) 'clause-quote-3 nil t)\n ''lol-gen::some-name)","status":"verified"} |
| {"macro_name":"VECT-OF","library":"cl-lc","call_form":"(vect-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO VECT-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &REST EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"VECT-OF","library":"cl-lc","call_form":"(vect-of nil)","expanded":"(let ((#:vect143 (make-array 10 :adjustable t :fill-pointer 0)))\n (do-for nil\n (vector-push-extend nil #:vect143))\n #:vect143)","status":"verified"} |
| {"macro_name":"VECT-OF","library":"cl-lc","call_form":"(vect-of nil nil)","expanded":"(let ((#:vect144 (make-array 10 :adjustable t :fill-pointer 0)))\n (do-for (nil)\n (vector-push-extend nil #:vect144))\n #:vect144)","status":"verified"} |
| {"macro_name":"VECT-OF","library":"cl-lc","call_form":"(vect-of nil (progn))","expanded":"(let ((#:vect145 (make-array 10 :adjustable t :fill-pointer 0)))\n (do-for ((progn))\n (vector-push-extend nil #:vect145))\n #:vect145)","status":"verified"} |
| {"macro_name":"VECT-OF","library":"cl-lc","call_form":"(vect-of nil :key nil)","expanded":"(let ((#:vect146 (make-array 10 :adjustable t :fill-pointer 0)))\n (do-for (:key nil)\n (vector-push-extend nil #:vect146))\n #:vect146)","status":"verified"} |
| {"macro_name":"VECT-OF","library":"cl-lc","call_form":"(vect-of 'lol-gen::some-name)","expanded":"(let ((#:vect147 (make-array 10 :adjustable t :fill-pointer 0)))\n (do-for nil\n (vector-push-extend 'lol-gen::some-name #:vect147))\n #:vect147)","status":"verified"} |
| {"macro_name":"ITER","library":"cl-lc","call_form":"(iter)","expanded":"(let* ()\n (block nil\n (block nil\n (tagbody (progn) loop-top-nil (progn) (progn) (go loop-top-nil) (progn))\n nil)))","status":"verified"} |
| {"macro_name":"ITER","library":"cl-lc","call_form":"(iter\n nil)","expanded":"(let* ()\n (block nil\n (block nil\n (tagbody (progn) loop-top-nil (progn) (progn) (go loop-top-nil) (progn))\n nil)))","status":"verified"} |
| {"macro_name":"ITER","library":"cl-lc","call_form":"(iter\n nil\n nil)","expanded":"(let* ()\n (block nil\n (block nil\n (tagbody\n (progn)\n loop-top-nil\n (progn nil)\n (progn)\n (go loop-top-nil)\n (progn))\n nil)))","status":"verified"} |
| {"macro_name":"ITER","library":"cl-lc","call_form":"(iter\n nil\n (progn))","expanded":"(let* ()\n (block nil\n (block nil\n (tagbody (progn) loop-top-nil (progn) (progn) (go loop-top-nil) (progn))\n nil)))","status":"verified"} |
| {"macro_name":"ITER","library":"cl-lc","call_form":"(iter\n nil\n :key\n nil)","expanded":"(let* ()\n (block nil\n (block nil\n (tagbody\n (progn)\n loop-top-nil\n (progn :key nil)\n (progn)\n (go loop-top-nil)\n (progn))\n nil)))","status":"verified"} |
| {"macro_name":"ITER","library":"cl-lc","call_form":"(iter\n 'lol-gen::some-name)","expanded":"(let* ()\n (block nil\n (block #:iterate148\n (tagbody\n (progn)\n loop-top-nil\n (progn 'lol-gen::some-name)\n (progn)\n (go loop-top-nil)\n (progn))\n nil)))","status":"verified"} |
| {"macro_name":"PRODUCT-OF","library":"cl-lc","call_form":"(product-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PRODUCT-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"PRODUCT-OF","library":"cl-lc","call_form":"(product-of nil)","expanded":"(lc (nil) multiply)","status":"verified"} |
| {"macro_name":"PRODUCT-OF","library":"cl-lc","call_form":"(product-of nil\n nil)","expanded":"(lc (nil nil) multiply)","status":"verified"} |
| {"macro_name":"PRODUCT-OF","library":"cl-lc","call_form":"(product-of nil\n (progn))","expanded":"(lc (nil (progn)) multiply)","status":"verified"} |
| {"macro_name":"PRODUCT-OF","library":"cl-lc","call_form":"(product-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) multiply)","status":"verified"} |
| {"macro_name":"PRODUCT-OF","library":"cl-lc","call_form":"(product-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) multiply)","status":"verified"} |
| {"macro_name":"DSETQ","library":"cl-lc","call_form":"(dsetq)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DSETQ:\n too few elements in\n ()\n to satisfy lambda list\n (TEMPLATE VALUE):\n exactly 2 expected, but got 0"} |
| {"macro_name":"DSETQ","library":"cl-lc","call_form":"(dsetq nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DSETQ:\n too few elements in\n (NIL)\n to satisfy lambda list\n (TEMPLATE VALUE):\n exactly 2 expected, but got 1"} |
| {"macro_name":"DSETQ","library":"cl-lc","call_form":"(dsetq nil nil)","expanded":"","status":"expansion-error","error":"DSETQ: Can't bind to nil"} |
| {"macro_name":"DSETQ","library":"cl-lc","call_form":"(dsetq nil (progn))","expanded":"","status":"expansion-error","error":"DSETQ: Can't bind to nil"} |
| {"macro_name":"DSETQ","library":"cl-lc","call_form":"(dsetq nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DSETQ:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (TEMPLATE VALUE):\n exactly 2 expected, but got 3"} |
| {"macro_name":"DSETQ","library":"cl-lc","call_form":"(dsetq 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DSETQ:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (TEMPLATE VALUE):\n exactly 2 expected, but got 1"} |
| {"macro_name":"DO-FOR","library":"cl-lc","call_form":"(do-for)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DO-FOR:\n too few elements in\n ()\n to satisfy lambda list\n ((&REST QS) &BODY HEAD):\n at least 1 expected, but got 0"} |
| {"macro_name":"DO-FOR","library":"cl-lc","call_form":"(do-for nil)","expanded":"(block nil (lc ((block nil (tagbody (return (progn))))) progn))","status":"verified"} |
| {"macro_name":"DO-FOR","library":"cl-lc","call_form":"(do-for nil\n nil)","expanded":"(block nil (lc ((block nil (tagbody (return (progn nil))))) progn))","status":"verified"} |
| {"macro_name":"DO-FOR","library":"cl-lc","call_form":"(do-for nil\n (progn))","expanded":"(block nil (lc ((block nil (tagbody (return (progn (progn)))))) progn))","status":"verified"} |
| {"macro_name":"DO-FOR","library":"cl-lc","call_form":"(do-for nil\n :key\n nil)","expanded":"(block nil (lc ((block nil (tagbody (return (progn :key nil))))) progn))","status":"verified"} |
| {"macro_name":"DO-FOR","library":"cl-lc","call_form":"(do-for 'lol-gen::some-name)","expanded":"(block nil\n (lc ((block nil (tagbody (return (progn)))) quote lol-gen::some-name) progn))","status":"verified"} |
| {"macro_name":"ITERATE","library":"cl-lc","call_form":"(iterate)","expanded":"(iter)","status":"verified"} |
| {"macro_name":"ITERATE","library":"cl-lc","call_form":"(iterate\n nil)","expanded":"(iter\n nil)","status":"verified"} |
| {"macro_name":"ITERATE","library":"cl-lc","call_form":"(iterate\n nil\n nil)","expanded":"(iter\n nil\n nil)","status":"verified"} |
| {"macro_name":"ITERATE","library":"cl-lc","call_form":"(iterate\n nil\n (progn))","expanded":"(iter\n nil\n (progn))","status":"verified"} |
| {"macro_name":"ITERATE","library":"cl-lc","call_form":"(iterate\n nil\n :key\n nil)","expanded":"(iter\n nil\n :key\n nil)","status":"verified"} |
| {"macro_name":"ITERATE","library":"cl-lc","call_form":"(iterate\n 'lol-gen::some-name)","expanded":"(iter\n 'lol-gen::some-name)","status":"verified"} |
| {"macro_name":"ALL-OF","library":"cl-lc","call_form":"(all-of)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ALL-OF:\n too few elements in\n ()\n to satisfy lambda list\n (EXP &BODY EXPS):\n at least 1 expected, but got 0"} |
| {"macro_name":"ALL-OF","library":"cl-lc","call_form":"(all-of nil)","expanded":"(lc (nil) always)","status":"verified"} |
| {"macro_name":"ALL-OF","library":"cl-lc","call_form":"(all-of nil\n nil)","expanded":"(lc (nil nil) always)","status":"verified"} |
| {"macro_name":"ALL-OF","library":"cl-lc","call_form":"(all-of nil\n (progn))","expanded":"(lc (nil (progn)) always)","status":"verified"} |
| {"macro_name":"ALL-OF","library":"cl-lc","call_form":"(all-of nil\n :key\n nil)","expanded":"(lc (nil :key nil) always)","status":"verified"} |
| {"macro_name":"ALL-OF","library":"cl-lc","call_form":"(all-of 'lol-gen::some-name)","expanded":"(lc ('lol-gen::some-name) always)","status":"verified"} |
|
|