(html (head (title "sph-lib (sph lang scm-format transform)") (link (@ (rel "stylesheet") (type "text/css") (href "/css/sph.css"))) (meta (@ (name "viewport") (content "width=device-width,initial-scale=1"))) #f) (body () (div (@ (class top)) (nav (a (@ (href "/")) "start") ", " (a (@ (href "/feed.xml")) "feed")) "") (div (@ (class "middle")) (div (@ (class mtime) (title "last modification time of the current page")) "2023-04-05") (section (h1 "(sph lang scm-format transform)") (div (p "transformations on the abstract syntax tree") (p "part of " (a (@ (href "../../sph-lib.html")) "sph-lib")) (#f (section (@ (class "library-name")) (h1 "module name") (p "(sph lang scm-format transform)")) (section (@ (class "library-exports")) (h1 "exported bindings") (div (div (@ (class "doc-bindings")) (div (@ (id "doc-b-" "is-library?") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "is-library?") " " (span (@ (class "first-sig")) "a ->")) (div (@ (class "rest-sig")) (div "any -> boolean")) "") (div (@ (id "doc-b-" "scm-format-transform-tree") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "scm-format-transform-tree") " " (span (@ (class "first-sig")) "a config ->")) "" (div (@ (class "description")) (("toplevel-exprs config-transform")))) (div (@ (id "doc-b-" "sph-lang-scm-format-transform-description") (class "doc-b")) (div (span (@ (class "type")) "variable") ": " (span (@ (class "name")) "sph-lang-scm-format-transform-description")) "" "")))))))) ()))