| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#t if obj is a pair, #f otherwise.
#t if obj is an empty list, #f otherwise.
#t if obj is a proper list, #f otherwise.
This function returns #f if obj is a dotted or circular list.
See also proper-list?, circular-list? and
dotted-list? in 10.2.2 List predicates.