sigildocs

(scheme write)

(scheme write) - R7RS Write Library

Output procedures for displaying and writing Scheme values.

See: R7RS Small §6.13.3

Exports

displayprocedure

Display value to port

Re-exported from (sigil core)

writeprocedure

Write value in readable form to port

Re-exported from (sigil core)

write-sharedprocedure

Write value with shared structure labels to port

Re-exported from (sigil core)

write-simpleprocedure

Write value without shared structure detection

Re-exported from (sigil core)

newlineprocedure

Print newline to port

Re-exported from (sigil core)