Profunctors in Idris2 | GitHub Mirror: https://github.com/kiana-S/idris2-profunctors
Find a file
Kiana Sheibani 5ba5aa222a
Remove special cases of genpastro, etc.
The typechecker can almost always infer which tensor product is
being used, so there's no reason to have these.
2023-03-07 14:16:55 -05:00
Data Remove special cases of genpastro, etc. 2023-03-07 14:16:55 -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.