Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. PortProduct :: String -> [PortName] -> PortName

    clash-prelude Clash.Annotations.TopEntity

    You want to assign ports to fields of a product argument/type The first argument of PortProduct is the name of:

    1. The signal/wire to which the individual ports are aggregated.
    2. The prefix for any unnamed ports below the PortProduct
    You can use an empty String ,"" , in case you want an auto-generated name.

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

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

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

    linear-programming Numeric.LinearProgramming.Test

    No documentation available.

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

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

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

    subcategories Control.Subcategory.Foldable

    No documentation available.

  9. getProduct :: Product a -> a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  10. unDisplayProduct :: RecordInstance a -> a

    text-display Data.Text.Display

    No documentation available.

Page 132 of many | Previous | Next