Skip to content

Adjunction library for Idris2 aimed at a comprehensive port of Edward Kmett's Haskell-adjunctions.

License

Notifications You must be signed in to change notification settings

pinselimo/Idris2-Adjunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idris2 Adjunctions and Representable Functors

This is a adjunction library for Idris2 and aims to be a cromprehensive port of Edward Kmett's Haskell Adjunctions. Contributions, bug reports, and feature requests are welcome.

Contains

  • Adjunctions

  • Contravariant Adjunctions

  • Distributive Functors

  • Functor Sums and Products

  • Adjoint Monads and Comonads

  • Representable Monads and Comonads

Installation

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

About

Adjunction library for Idris2 aimed at a comprehensive port of Edward Kmett's Haskell-adjunctions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages