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

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

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

revision 1.1 by pfdietz, Mon Oct 7 12:39:14 2002 UTC revision 1.2 by pfdietz, Tue Oct 8 03:00:06 2002 UTC
# Line 39  Line 39 
39    (typep '(lambda (x) x) 'function)    (typep '(lambda (x) x) 'function)
40    nil)    nil)
41    
42  (deftest function.7  ;;; (deftest function.7
43    (not (typep #'(setf car) 'function))  ;;;  (not (typep #'(setf car) 'function))
44    nil)  ;;;  nil)
45    
46  (deftest function.8  (deftest function.8
47    (not (typep #'(lambda (x) x) 'function))    (not (typep #'(lambda (x) x) 'function))

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

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