Witchcraft
A monoid, functor, applicative, monad, and arrow library
This is currently very Haskell-flavoured. It will become more idiomatic after the first pass.
Installation
If available in Hex, the package can be installed as:
Add witchcraft to your list of dependencies in
mix.exs:def deps do
[{:witchcraft, "~> 0.2.0"}]end
Ensure witchcraft is started before your application:
def application do
[applications: [:witchcraft]]end