Provide fold-Schema-definitions and map-Schema-definitions

This commit is contained in:
Tony Garnock-Jones 2021-06-02 12:35:33 +02:00
parent bd68786f1c
commit b968f77ff6
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
(provide schema->module-stx
(struct-out schema-compiler-options)
(struct-out schema-translation-paths))
(struct-out schema-translation-paths)
fold-Schema-definitions
map-Schema-definitions)
(require preserves)
(require racket/match)