Profunctors in Idris2 | GitHub Mirror: https://github.com/kiana-S/idris2-profunctors
Find a file
Kiana Sheibani 14d392c021
Define free and cofree Mapping functors
This was an absolute mess to port from the Haskell version,
but it should be equivalent to the original code.
2023-03-06 21:39:54 -05:00
Data Define free and cofree Mapping functors 2023-03-06 21:39:54 -05:00
.gitignore Initial commit 2023-03-04 22:15:21 -05:00
LICENSE Initial commit 2023-03-04 22:15:21 -05:00
profunctors.ipkg Create Data.Profunctor.Sieve 2023-03-06 19:25:09 -05:00
README.md Initial commit 2023-03-04 22:15:21 -05:00

Profunctors in Idris2

This library is primarily a port of Haskell's profunctors library.