6 lines
150 B
Scheme
6 lines
150 B
Scheme
#lang scheme/base
|
|
(require unstable/syntax
|
|
unstable/struct)
|
|
(provide (all-from-out unstable/syntax)
|
|
(all-from-out unstable/struct))
|