Skip to content

Commit

Permalink
feat(main): export package (unimplemented) struct
Browse files Browse the repository at this point in the history
Signed-off-by: Kaiyang Wu <[email protected]>
  • Loading branch information
OriginCode committed Jan 7, 2025
1 parent d282571 commit 6fff351
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aosc/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
(-> package? void?)
void)

(provide (all-from-out "private/spec.rkt"))
(provide (except-out (all-from-out "private/spec.rkt")
spec-type)
(contract-out [struct package ((section string?)
(spec spec-type?)
(defines void?))]))

0 comments on commit 6fff351

Please sign in to comment.