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.

  1. imap :: ([Int] -> a -> b) -> Array a -> Array b

    harpie 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]]]
    

  2. imap :: forall (s :: [Nat]) a b . KnownNats s => ([Int] -> a -> b) -> Array s a -> Array s b

    harpie 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]]]
    

  3. clickmap :: String -> Html

    html Text.Html

    No documentation available.

  4. ismap :: HtmlAttr

    html Text.Html

    No documentation available.

  5. themap :: Html -> Html

    html Text.Html

    No documentation available.

  6. usemap :: String -> HtmlAttr

    html Text.Html

    No documentation available.

  7. isTransportandMapSymbols :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  8. concatMapWithKey :: FoldableWithKey t => (Key t -> a -> [b]) -> t a -> [b]

    keys Data.Key

    No documentation available.

  9. foldMapWithKey :: (FoldableWithKey t, Monoid m) => (Key t -> a -> m) -> t a -> m

    keys Data.Key

    No documentation available.

  10. foldMapWithKey1 :: (FoldableWithKey1 t, Semigroup m) => (Key t -> a -> m) -> t a -> m

    keys Data.Key

    No documentation available.

Page 948 of many | Previous | Next