Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. peekMap :: (LuaError e, Ord a) => Peeker e a -> Peeker e b -> Peeker e (Map a b)

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a key-value Lua table as Map.

  2. pushMap :: LuaError e => Pusher e a -> Pusher e b -> Pusher e (Map a b)

    hslua-marshalling HsLua.Marshalling.Push

    Push Map as default key-value Lua table.

  3. ismap_ :: Text -> Attribute

    lucid Lucid.Html5

    The ismap attribute.

  4. usemap_ :: Text -> Attribute

    lucid Lucid.Html5

    The usemap attribute.

  5. concatMap :: (Storable a, Storable b) => (a -> Vector b) -> Vector a -> Vector b

    storablevector Data.StorableVector

    Map a function over a Vector and concatenate the results

  6. foldMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> m

    storablevector Data.StorableVector

    This is like mconcat . map f, but in many cases the result of f will not be storable.

  7. monoidConcatMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> m

    storablevector Data.StorableVector

    Deprecated: Use foldMap instead.

  8. foldMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> m

    storablevector Data.StorableVector.Lazy

    No documentation available.

  9. monoidConcatMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> m

    storablevector Data.StorableVector.Lazy

    Deprecated: Use foldMap instead.

  10. foldMap :: (Size size, Storable a, Monoid m) => (a -> m) -> Vector size a -> m

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

Page 497 of many | Previous | Next