7 lines
210 B
Scheme
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?))
|