Next: iklib conditions eagain, Previous: iklib conditions preds, Up: iklib conditions [Index]
The following bindings are exported by the library (vicare).
Condition type used to represent a position in Scheme source code read
from a textual input port; it is derived from &condition. It
has the following fields:
port-idA Scheme string representing the port identifier, for example the file name.
byteAn exact non–negative zero–based integer representing the byte offset of the position in the source.
characterAn exact non–negative zero–based integer representing the character offset of the position in the source.
lineAn exact non–negative one–based integer representing the line offset of the position in the source.
columnAn exact non–negative one–based integer representing the column offset of the position in the source.
Build and return a new condition object of type
&source-position.
Return true if obj is a condition object with type
&source-position.
Accessors for the fields of condition objects of type
&source-position.