From 86d55338f15aeb3c2000c4c4386d7c3baf1437e2 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 12 Mar 2016 15:09:42 +0000 Subject: [PATCH] Expose a few more bindings from trie.rkt for parity with route.rkt --- prospect/trie.rkt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/prospect/trie.rkt b/prospect/trie.rkt index 6994724..e9842d4 100644 --- a/prospect/trie.rkt +++ b/prospect/trie.rkt @@ -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 ] [canonical-open-parenthesis open-parenthesis]) (except-out (struct-out open-parenthesis) open-parenthesis) ? + wildcard? (struct-out embedded-trie) (struct-out capture) ?!