- Timestamp:
- 06/05/20 04:02:23 (8 months ago)
- Location:
- release/5/hash-trie/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/hash-trie/trunk/hash-trie.egg
r38604 r38743 5 5 6 6 ((synopsis "hash-trie") 7 (version "1.1. 3")7 (version "1.1.4") 8 8 (category data) 9 9 (author "Taylor R. Campbell, [[kon lovett]] for CHICKEN") … … 14 14 (extension hash-trie 15 15 (types-file) 16 (csc-options "-O3" "-d1" "- local" "-strict-types" "-no-procedure-checks-for-toplevel-bindings") ) ) )16 (csc-options "-O3" "-d1" "-strict-types" "-no-procedure-checks-for-toplevel-bindings") ) ) ) -
release/5/hash-trie/trunk/hash-trie.scm
r38604 r38743 129 129 (include "hash-trie.incl") 130 130 131 ;hash-trie->stream uses branch? bucket? bucket/list132 131 ;what would make a "protected" API? 132 133 ;expose as an algebraic type: 134 ; type hash-trie : root -> node : (branch vector) | (bucket list) 135 133 136 (define hash-trie-root hash-trie.root) 134 137 (define hash-trie-branch? branch?)
Note: See TracChangeset
for help on using the changeset viewer.