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. dotProduct :: Num a => V3 a -> V3 a -> a

    Color Graphics.Color.Algebra

    Mulitply a 1x3 vector by a 3x1 vector, i.e. dot product.

  2. class Profunctor p => GenericProductProfunctor (p :: Type -> Type -> Type)

    one-liner Generics.OneLiner

    No documentation available.

  3. class Profunctor p => GenericProductProfunctor (p :: Type -> Type -> Type)

    one-liner Generics.OneLiner.Binary

    No documentation available.

  4. class Profunctor p => GenericProductProfunctor (p :: Type -> Type -> Type)

    one-liner Generics.OneLiner.Classes

    No documentation available.

  5. extractProduct :: Functor m => QueryJoin m a -> m ((a, JoinProduct), Duplication)

    relational-query Database.Relational.Monad.Trans.Join

    Run QueryJoin to get JoinProduct

  6. type JoinProduct = Maybe ProductTree [Predicate Flat]

    relational-query Database.Relational.SqlSyntax

    Type for join product of query.

  7. growProduct :: Maybe (Node (DList (Predicate Flat))) -> (NodeAttr, (Bool, Qualified SubQuery)) -> Node (DList (Predicate Flat))

    relational-query Database.Relational.SqlSyntax

    Push new leaf node into product right term.

  8. restrictProduct :: Node (DList (Predicate Flat)) -> Predicate Flat -> Node (DList (Predicate Flat))

    relational-query Database.Relational.SqlSyntax

    Add restriction into top product of product tree node.

  9. type OpenProduct = Product Identity

    world-peace Data.WorldPeace

    Product Identity is used as a standard open product type.

  10. class ToOpenProduct tuple (as :: [Type]) | as -> tuple

    world-peace Data.WorldPeace

    ToOpenProduct gives us a way to convert a tuple to an OpenProduct. See tupleToOpenProduct.

Page 130 of many | Previous | Next