1 2 3 4 5 6
(define-module (example) #:use-module (srfi srfi-4) #:export (make-floats)) (define (make-floats) #f64( 1.0 2.2 3.3 4.0))