add remove-blank-lines for tutorial

This commit is contained in:
Matthew Butterick 2016-03-05 10:35:26 -08:00
parent 38ee7ce634
commit f9c3f67f47

View File

@ -15,5 +15,11 @@
;; todo: activate at-exp reader by default
(define (remove-blank-lines strs)
(filter (λ(str) (regexp-match #px"\\S" str)) strs))
(provide remove-blank-lines)
(module reader syntax/module-reader
#:language 'br)