Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    storablevector Data.StorableVector.Lazy

    No documentation available.

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

    storablevector Data.StorableVector.Lazy

    Deprecated: Use foldMap instead.

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

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

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

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

  6. data AffineMap (v :: Type -> Type) (u :: Type -> Type) n

    diagrams-lib Diagrams.LinearMap

    Affine linear maps. Unlike Transformation these do not have to be invertible so we can map between spaces.

  7. AffineMap :: LinearMap v u n -> u n -> AffineMap (v :: Type -> Type) (u :: Type -> Type) n

    diagrams-lib Diagrams.LinearMap

    No documentation available.

  8. class (LinearMappable a b, N a ~ N b) => AffineMappable a b

    diagrams-lib Diagrams.LinearMap

    No documentation available.

  9. newtype LinearMap (v :: Type -> Type) (u :: Type -> Type) n

    diagrams-lib Diagrams.LinearMap

    Type for holding linear maps. Note that these are not affine transforms so attemping apply a translation with LinearMap will likely produce incorrect results.

  10. LinearMap :: (v n -> u n) -> LinearMap (v :: Type -> Type) (u :: Type -> Type) n

    diagrams-lib Diagrams.LinearMap

    No documentation available.

Page 497 of many | Previous | Next