A small bifunctor library for idris
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/Data
test/Data
.gitignore
README.md
bifunctors.ipkg
test.ipkg
test.sh

README.md

Idris Bifunctors

This is a bifunctor library for idris based off the excellent Haskell Bifunctors package from Edward Kmett. Contributions, bug reports, and feature requests are welcome.

Contains

  • Bifunctors (including verified versions)

  • Biapplicatives (including verified versions)

  • Bimonads (experimental)

  • Bifoldables

  • Bitraversable

  • Various functor/bifunctor transformers

To Install

Run idris --install bifunctors.ipkg from inside this directory, and then if you want to use it with anything, invoke idris with -p bifunctors (i.e. idris -p bifunctors hack_the_planet.idr)