2023-04-05

(sph lang scm-format)

format scheme code

part of sph-lib

module name

(sph lang scm-format)

exported bindings

variable: ascend-prefix->format-f
procedure: default-format-ascend a config current-indent ->
list hashtable integer -> string
format the standard list application form. example (append a b)
variable: descend-prefix->format-f
procedure: scm-format a [current-indent config] ->
any:scheme-data -> string
variable: scm-format-default-config
procedure: scm-format-list->string a nesting-depth config ->
procedure: scm-format-port a [config] ->
port [r6rs-hashtable] -> string
variable: sph-lang-scm-format-description