Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
imap :: ([Int] -> a -> b) -> Array a -> Array bharpie Harpie.Array Maps an index function at element-level.
>>> pretty $ imap (\xs x -> x - sum xs) a [[[0,0,0,0], [3,3,3,3], [6,6,6,6]], [[11,11,11,11], [14,14,14,14], [17,17,17,17]]]
imap :: forall (s :: [Nat]) a b . KnownNats s => ([Int] -> a -> b) -> Array s a -> Array s bharpie Harpie.Fixed Maps an index function at element-level.
>>> pretty $ imap (\xs x -> x - sum xs) a [[[0,0,0,0], [3,3,3,3], [6,6,6,6]], [[11,11,11,11], [14,14,14,14], [17,17,17,17]]]
-
html Text.Html No documentation available.
-
html Text.Html No documentation available.
-
html Text.Html No documentation available.
-
html Text.Html No documentation available.
isTransportandMapSymbols :: Char -> Boolhxt-charproperties Data.Char.Properties.UnicodeBlocks No documentation available.
concatMapWithKey :: FoldableWithKey t => (Key t -> a -> [b]) -> t a -> [b]keys Data.Key No documentation available.
foldMapWithKey :: (FoldableWithKey t, Monoid m) => (Key t -> a -> m) -> t a -> mkeys Data.Key No documentation available.
foldMapWithKey1 :: (FoldableWithKey1 t, Semigroup m) => (Key t -> a -> m) -> t a -> mkeys Data.Key No documentation available.