Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. ismap_ :: Text -> Attribute

    lucid Lucid.Html5

    The ismap attribute.

  2. usemap_ :: Text -> Attribute

    lucid Lucid.Html5

    The usemap attribute.

  3. 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

  4. 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.

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

    storablevector Data.StorableVector

    Deprecated: Use foldMap instead.

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

    storablevector Data.StorableVector.Lazy

    No documentation available.

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

    storablevector Data.StorableVector.Lazy

    Deprecated: Use foldMap instead.

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

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

  9. type LeapSecondMap = Day -> Maybe Int

    time-compat Data.Time.Clock.TAI.Compat

    TAI - UTC during this day. No table is provided, as any program compiled with it would become out of date in six months.

  10. module Diagrams.LinearMap

    Linear maps. Unlike Transformations these are not restricted to the same space. In practice these are used for projections in Diagrams.ThreeD.Projection. Unless you want to work with projections you're probably better off using Transform. Currently only path-like things can be projected. In the future we hope to support projecting diagrams.

Page 498 of many | Previous | Next