racket/collects/racket/struct-info.rkt
2010-05-17 05:58:19 -04:00

7 lines
213 B
Racket

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