Skip to content

japesinator/Idris-Bifunctors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A small bifunctor library for idris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published