Expose a few more bindings from trie.rkt for parity with route.rkt

This commit is contained in:
Tony Garnock-Jones 2016-03-12 15:09:42 +00:00
parent 1254083d33
commit 86d55338f1
1 changed files with 4 additions and 1 deletions

View File

@ -4,13 +4,16 @@
;; TODO: examples showing the idea.
(provide (rename-out [success trie-success])
(provide (rename-out [success trie-success]
[success? trie-success?]
[success-value trie-success-value])
(rename-out [open-parenthesis <open-parenthesis>]
[canonical-open-parenthesis open-parenthesis])
(except-out (struct-out open-parenthesis) open-parenthesis)
?
wildcard?
(struct-out embedded-trie)
(struct-out capture)
?!