racket/collects/syntax/private/util.ss
Ryan Culpepper 7483b7ed20 unstable:
added struct and syntax libraries

svn: r16621
2009-11-08 19:20:53 +00:00

6 lines
150 B
Scheme

#lang scheme/base
(require unstable/syntax
unstable/struct)
(provide (all-from-out unstable/syntax)
(all-from-out unstable/struct))