/spellcheck-th

Running aspell in a Quasi-Quoter

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

spellcheck-th

Running aspell in a Quasi-Quoter

how to run

In the folder:

make shell

and in the opened shell:

ghci

and in the ghci:

[nix-shell:~/development/spellcheck-th]$ ghci
GHCi, version 8.4.4: http://www.haskell.org/ghc/  :? for help
Prelude> :m +Spellcheck.TH
Prelude Spellcheck.TH> _spellcheck "pipk"
"pipk\n"
Prelude Spellcheck.TH> _spellcheck "pipe"
""
Prelude Spellcheck.TH>

TODOS

  • usage examples