idris2-profunctors/profunctors.ipkg
Kiana Sheibani cbebb74423
Add Data.Tensor
I should have done this earlier, but I forgot to.
2023-03-06 10:57:36 -05:00

13 lines
227 B
Plaintext

package profunctors
version = 0.0.0
authors = "Kiana Sheibani"
license = "MIT"
readme = "README.md"
modules = Data.Tensor,
Data.Profunctor.Types,
Data.Profunctor.Functor,
Data.Profunctor.Strong