https://github.com/athanclark/pseudo-trie
...It's something, let's just call it that.
https://github.com/athanclark/pseudo-trie
haskell trie
Last synced: 6 months ago
JSON representation
...It's something, let's just call it that.
- Host: GitHub
- URL: https://github.com/athanclark/pseudo-trie
- Owner: athanclark
- License: bsd-3-clause
- Created: 2015-03-30T17:24:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T17:06:24.000Z (about 10 years ago)
- Last Synced: 2025-06-16T11:46:49.879Z (8 months ago)
- Topics: haskell, trie
- Language: Haskell
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pseudo-trie
TODO: Write description here
## Installation
TODO: Write installation instructions here
## Usage
TODO: Write usage instructions here
## How to run tests
```
cabal configure --enable-tests && cabal build && cabal test
```
## Contributing
TODO: Write contribution instructions here