File size: 3,388 Bytes
43203b4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{"macro_name":"DISABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(disable-interpol-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%disable-interpol-syntax))","status":"verified"}
{"macro_name":"DISABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(disable-interpol-syntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-INTERPOL-SYNTAX:\n  too many elements in\n    (NIL)\n  to satisfy lambda list\n    ():\n  exactly 0 expected, but got 1"}
{"macro_name":"DISABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(disable-interpol-syntax nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-INTERPOL-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-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(disable-interpol-syntax nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-INTERPOL-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-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(disable-interpol-syntax nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-INTERPOL-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-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(disable-interpol-syntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DISABLE-INTERPOL-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":"ENABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(enable-interpol-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%enable-interpol-syntax))","status":"verified"}
{"macro_name":"ENABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(enable-interpol-syntax nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%enable-interpol-syntax nil))","status":"verified"}
{"macro_name":"ENABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(enable-interpol-syntax nil nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%enable-interpol-syntax nil nil))","status":"verified"}
{"macro_name":"ENABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(enable-interpol-syntax nil (progn))","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%enable-interpol-syntax nil (progn)))","status":"verified"}
{"macro_name":"ENABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(enable-interpol-syntax nil :key nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%enable-interpol-syntax nil :key nil))","status":"verified"}
{"macro_name":"ENABLE-INTERPOL-SYNTAX","library":"cl-interpol","call_form":"(enable-interpol-syntax 'lol-gen::some-name)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (%enable-interpol-syntax 'lol-gen::some-name))","status":"verified"}