Next: , Previous: , Up: built-in unique   [Contents][Index]


6.5.2 The <eof> type

Built-in Type: <eof>
Parent Type: <struct>

Type of the end–of–file object. (vicare-scheme)End-of-file object.

Type constructor on <eof>: <eof> type-constructor

The constructor is eof-object.

Type predicate on <eof>: <boolean> type-predicate obj

The type predicate is eof-object?.

Equality predicate on <eof>: <boolean> equality-predicate this {obj <eof>}

The equality predicate is eq?.

Hash function on <eof>: <non-negative-fixnum> hash-function this

The hash function is eof-object-hash.