indexed-profunctors
Utilities for indexed profunctors
LTS Haskell 23.27: | 0.1.1.1 |
Stackage Nightly 2025-07-13: | 0.1.1.1 |
Latest on Hackage: | 0.1.1.1 |
BSD-3-Clause licensedbyAdam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus
Maintained by[email protected]
This version can be pinned in stack with:
indexed-profunctors-0.1.1.1@sha256:c9beac8df06dda097d9dc7a8d60f9e5fb6ecaf56c40938bb30b132ee09f15c87,2169
Module documentation for 0.1.1.1
- Data
- Data.Profunctor
Depends on 1 package(full list with versions):
Used by 4 packages inlts-23.17(full list with versions):
This package contains basic definitions related to indexed profunctors. Theseare primarily intended as internal utilities to support theoptics
andgeneric-lens
package families.
Changes
indexed-profunctors-0.1.1.1 (2023-06-22)
- Add INLINE pragmas to small functions that really should inline
indexed-profunctors-0.1.1 (2021-04-09)
- Remove unnecessary INLINE pragmas
indexed-profunctors-0.1 (2019-10-11)
- Initial release