6 lines
174 B
Racket
6 lines
174 B
Racket
#lang racket/base
|
|
|
|
(require racket/promise "text/output.ss" "text/syntax-utils.ss")
|
|
(provide (all-from-out racket/promise "text/output.ss")
|
|
begin/text include/text)
|