(html (head (title "sph-lib (sph time stream)") (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 time stream)") (div (p "create an srfi-41 stream of (sph time) date vectors between two dates") (p "part of " (a (@ (href "../../sph-lib.html")) "sph-lib")) (#f (section (@ (class "library-name")) (h1 "module name") (p "(sph time stream)")) (section (@ (class "library-exports")) (h1 "exported bindings") (div (div (@ (class "doc-bindings")) (div (@ (id "doc-b-" "date-stream") (class "doc-b")) (div (span (@ (class "type")) "procedure") ": " (span (@ (class "name")) "date-stream") " " (span (@ (class "first-sig")) "date-start date-end ->")) (div (@ (class "rest-sig")) (div "date date -> stream:(vector ...)")) (div (@ (class "description")) (("creates an srfi-41 stream of all calendar dates between date-start and date-end inclusively." (br) "dates are (sph time) date records/vectors")))) (div (@ (id "doc-b-" "sph-time-stream-description") (class "doc-b")) (div (span (@ (class "type")) "variable") ": " (span (@ (class "name")) "sph-time-stream-description")) "" "")))))))) ()))