Added ports as self-evaluating

This commit is contained in:
Justin Ethier 2015-06-24 21:15:18 -04:00
parent 39cb68cfae
commit 0c2106ec05

View file

@ -28,6 +28,7 @@
((string? exp) #t)
((vector? exp) #t)
((char? exp) #t)
((port? exp) #t)
((eof-object? exp) #t)
(else #f)))