Skip to content

Atidot/spellcheck-th

Repository files navigation

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

About

Running aspell in a Quasi-Quoter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published