export checked-struct-info?

svn: r9300
This commit is contained in:
Matthew Flatt 2008-04-14 19:20:58 +00:00
parent 1039055628
commit 46b8b435ca
2 changed files with 5 additions and 3 deletions

View File

@ -21,7 +21,7 @@
checked-struct-info-rec?
checked-struct-info-ref
checked-struct-info-set!)
(make-struct-type 'struct-info struct:struct-info
(make-struct-type 'checked-struct-info struct:struct-info
0 0 #f
null (current-inspector)
(lambda (v stx)

View File

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