Difference between revisions of "SubL/examples.functionp"

From Public Domain Knowledge Bank
Jump to: navigation, search
(Created page with "==== functionp ==== CYC(#): (functionp) Error: Cannot make an arity 0 function from #<Function FUNCTIONP> {req=1 ...} CYC(#): (functionp "a" 'a) Error: Cannot make an arit...")
 
 
Line 1: Line 1:
 +
<noinclude> [[SubL/examples.1]] </noinclude>
 
==== functionp ====
 
==== functionp ====
 
  CYC(#): (functionp)
 
  CYC(#): (functionp)

Latest revision as of 02:25, 8 March 2019

SubL/examples.1 

functionp

CYC(#): (functionp)
Error: Cannot make an arity 0 function from #<Function FUNCTIONP> {req=1 ...}
CYC(#): (functionp "a" 'a)
Error: Cannot make an arity 2 function from #<Function FUNCTIONP> {req=1 opt=0 allowsrest=false}