Go to file
Frederik Hanghøj Iversen f06db720ea Cache data 2020-11-14 13:37:37 +01:00
.gitignore Hello world 2020-11-13 15:50:12 +01:00
Bloom.hs Hello world 2020-11-13 15:50:12 +01:00
Main.hs Cache data 2020-11-14 13:37:37 +01:00
README Hello world 2020-11-13 15:50:12 +01:00

README

A spell checker implemented using a bloom filter.

My first time programming with (emulated) dependent types in Haskell.