/[gcl]/gcl/ansi-tests/functionp.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/functionp.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pfdietz, Tue Oct 8 03:00:06 2002 UTC revision 1.3 by pfdietz, Tue Oct 8 03:06:25 2002 UTC
# Line 39  Line 39 
39    (functionp '(lambda (x) x))    (functionp '(lambda (x) x))
40    nil)    nil)
41    
42  ;;; (deftest functionp.7  (defun functionp-7-accessor-fn (x y) (setf (car x) y) y)
43  ;;;  (not (functionp #'(setf car)))  (defsetf functionp-7-accessor functionp-7-accessor-fn)
44  ;;;   nil)  
45    (deftest functionp.7
46      (not (functionp #'(setf functionp-7-accessor)))
47      nil)
48    
49  (deftest functionp.8  (deftest functionp.8
50    (not (functionp #'(lambda (x) x)))    (not (functionp #'(lambda (x) x)))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26