word-trie: Implementation of a finite trie over words.

[ data, gpl, library ] [ Propose Tags ]

Implementation of a finite trie over words.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.3.0
Dependencies base (>=4.6 && <5), binary, containers [details]
License GPL-2.0-only
Author Mateusz Kowalczyk
Maintainer yi-devel@googlegroups.com
Revised Revision 1 made by AdamBergmark at 2015-06-23T12:16:47Z
Category Data
Home page https://github.com/yi-editor/word-trie
Uploaded by DmitryIvanov at 2015-05-10T18:08:15Z
Distributions Debian:0.3.0, LTSHaskell:0.3.0, NixOS:0.3.0, Stackage:0.3.0
Reverse Dependencies 3 direct, 19 indirect [details]
Downloads 10053 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-10 [all 1 reports]

Readme for word-trie-0.3.0

[back to package description]

Build Status

Implementation of a trie over words