bloom/README

3 lines
120 B
Plaintext
Raw Normal View History

2020-11-13 14:49:01 +00:00
A spell checker implemented using a bloom filter.
My first time programming with (emulated) dependent types in Haskell.