~subsetpark/apcl_ex

A Practical Combinator Library
7126e091 — Zach Smith 6 months ago
mv
ed8b7d88 — Zach Smith 6 months ago
Add license
49cbf6ab — Zach Smith 6 months ago
init

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~subsetpark/apcl_ex
read/write
git@git.sr.ht:~subsetpark/apcl_ex

You can also use your local clone with git send-email.

#Apcl

A Practical Combinator Library.

#Installation

The package can be installed by adding apcl_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:apcl_ex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/apcl_ex.