@hackage semialign-indexed1
SemialignWithIndex, i.e. izipWith and ialignWith
Categories
License
BSD-3-Clause
Maintainer
Oleg Grenrus <oleg.grenrus@iki.fi>
Links
Versions
Deprecated
Tested Compilers
Dependencies (10)
- base >=4.5.1.0 && <4.14
- containers >=0.4.2.1 && <0.7
- transformers >=0.3.0.0 && <0.6
- vector >=0.12.0.2 && <0.13
- hashable >=1.2.7.0 && <1.4
- lens >=4.17 && <4.19 Show all…
Dependents (2)
@hackage/semialign-extras, @hackage/hnix
This package provides SemialignWithIndex
with two members
class (FunctorWithIndex i f, Semialign f) => SemialignWithIndex i f | f -> i where ialignWith :: (i -> These a b -> c) -> f a -> f b -> f c izipWith :: (i -> a -> b -> c) -> f a -> f b -> f c
Superclass FunctorWithIndex
is from lens
package.