(html (head (title "sph-lib (sph documentation display-format-signature)") (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")) "2020-07-31") (section (h1 "(sph documentation display-format-signature)") (div (p "only names and type signatures.") (p "part of " (a (@ (href "../../sph-lib.html")) "sph-lib")) ((section (@ (class "library-description")) (h1 "library description") (div (p "currently it displays argument names as defined in the procedure, not type names from signatures as the first line the docstring"))) (section (@ (class "library-name")) (h1 "module name") (p "(sph documentation display-format-signature)")) (section (@ (class "library-exports")) (h1 "exported bindings") (div (div (@ (class "doc-bindings")) (div (@ (id "doc-b-" "display-format-signature") (class "doc-b")) (div (span (@ (class "type")) "variable") ": " (span (@ (class "name")) "display-format-signature")) "" "") (div (@ (id "doc-b-" "sph-documentation-display-format-signature-description") (class "doc-b")) (div (span (@ (class "type")) "variable") ": " (span (@ (class "name")) "sph-documentation-display-format-signature-description")) "" "")))))))) ()))