racket/collects/scheme/struct-info.ss
Matthew Flatt 46b8b435ca export checked-struct-info?
svn: r9300
2008-04-14 19:20:58 +00:00

7 lines
210 B
Scheme

(module struct-info '#%kernel
(#%require "private/struct-info.ss"
(for-template "private/define-struct.ss"))
(#%provide (all-from "private/struct-info.ss")
checked-struct-info?))