export checked-struct-info?
svn: r9300
This commit is contained in:
parent
1039055628
commit
46b8b435ca
|
@ -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)
|
||||
|
|
|
@ -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?))
|
||||
|
|
Loading…
Reference in New Issue
Block a user