From ce1d05753e8e717efc50f91c8f6b69a329230859 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 30 Jan 2016 06:50:39 -0800 Subject: [PATCH] restore `whitespace` to pollen/decode temporarily --- pollen/decode.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pollen/decode.rkt b/pollen/decode.rkt index 66631bc..a198bd0 100644 --- a/pollen/decode.rkt +++ b/pollen/decode.rkt @@ -6,6 +6,9 @@ (require "unstable/typography.rkt") (provide (all-from-out "unstable/typography.rkt")) +(require "private/whitespace.rkt") +(provide (all-from-out "private/whitespace.rkt")) + (define (->list/tx x) ;; same as ->list but catches special case of single txexpr, ;; which is itself a list, but in this case should be wrapped into a list,