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. package functor-products

    General functor products for various Foldable instances Generalizes the Rec type in vinyl to work over various different Foldable instances, instead of just lists. Provides a unifying abstraction for all of them, as well as data types to index into them.

  2. module Data.Type.Functor.XProduct

    Generalize Data.Vinyl.XRec: provides a version of products in Data.Type.Functor.Product that "erases" newtype wrappers and other syntactical noise. Data.Type.Functor.Product is the "main functionality", but this module provides an alternative interface that may be more convenient in some situations, in the same way that XRec can be more convenient than Rec in some situations.

  3. scalarProduct :: (C sh, Eq sh, Storable a, Num a) => Array sh a -> Array sh a -> a

    linear-programming Numeric.LinearProgramming.Test

    No documentation available.

  4. expandProductType :: (PPrint r, Reftable r, SubsTy RTyVar (RType RTyCon RTyVar ()) r, Reftable (RTProp RTyCon RTyVar r)) => Var -> RType RTyCon RTyVar r -> RType RTyCon RTyVar r

    liquidhaskell-boot Language.Haskell.Liquid.Types.RefType

    No documentation available.

  5. defaultProfunctorProduct :: (Applicative (p (a, a')), Profunctor p) => p a b -> p a' b' -> p (a, a') (b, b')

    product-profunctors Data.Profunctor.Product

    Deprecated: Use p p' -> liftA2 (,) (lmap fst p) (lmap snd p') instead

  6. defaultProfunctorProduct :: (Applicative (p (a, a')), Profunctor p) => p a b -> p a' b' -> p (a, a') (b, b')

    product-profunctors Data.Profunctor.Product

    Deprecated: Use p p' -> liftA2 (,) (lmap fst p) (lmap snd p') instead

  7. cproduct :: (CFoldable f, Num a, Dom f a) => f a -> a

    subcategories Control.Subcategory.Foldable

    No documentation available.

  8. getProduct :: Product a -> a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  9. unDisplayProduct :: RecordInstance a -> a

    text-display Data.Text.Display

    No documentation available.

  10. unDisplayProduct :: RecordInstance a -> a

    text-display Data.Text.Display.Generic

    No documentation available.

Page 132 of many | Previous | Next