(html (head (title "sph-lib (sph documentation shtml)") (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 documentation shtml)") (div "" (p "part of " (a (@ (href "../../sph-lib.html")) "sph-lib")) (#f (section (@ (class "library-name")) (h1 "module name") (p "(sph documentation shtml)")) (section (@ (class "library-exports")) (h1 "exported bindings") (div (div (@ (class "doc-bindings")) (div (@ (id "doc-b-" "doc-shtml-libraries") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "doc-shtml-libraries") " " (span (@ (class "first-sig")) "libraries [map-data] ->")) "" (div (@ (class "description")) (("create a table of all bindings in all specified libraries." (br) "first column: binding name" (br) "second column: library name")))) (div (@ (id "doc-b-" "doc-shtml-library") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "doc-shtml-library") " " (span (@ (class "first-sig")) "nesting-depth library-name ->")) (div (@ (class "rest-sig")) (div "integer (symbol ...) -> list")) (div (@ (class "description")) (("a navigatable index of all bindings from the specified libraries and" (br) "a listing of the available documentation for bindings"))))))))))) ()))