Test output for trie [ok]

Testing time: 0s

/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null
(not (trie-ref trie (string->list "hey"))) ........................... [ PASS]
(trie-ref trie (string->list "hey")) ................................. [ PASS]
(trie-ref trie (string->list "hey")) ................................. [ PASS]
(trie-ref trie (string->list "heyo")) ................................ [ PASS]
(trie-ref trie (string->list "hex")) ................................. [ PASS]