#lang racket/base ;; These are separated from main-preproc.rkt as a performance improvement: ;; so they can be imported into the render.rkt namespace ;; and cached for the benefit of the render eval function. (require pollen/top (only-in sugar ->list ->string trim) (only-in pollen/predicates whitespace?)) (provide (all-from-out pollen/top sugar pollen/predicates))