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.
dotProduct :: Num a => V3 a -> V3 a -> aColor Graphics.Color.Algebra Mulitply a 1x3 vector by a 3x1 vector, i.e. dot product.
class Profunctor p =>
GenericProductProfunctor (p :: Type -> Type -> Type)one-liner Generics.OneLiner No documentation available.
class Profunctor p =>
GenericProductProfunctor (p :: Type -> Type -> Type)one-liner Generics.OneLiner.Binary No documentation available.
class Profunctor p =>
GenericProductProfunctor (p :: Type -> Type -> Type)one-liner Generics.OneLiner.Classes No documentation available.
extractProduct :: Functor m => QueryJoin m a -> m ((a, JoinProduct), Duplication)relational-query Database.Relational.Monad.Trans.Join Run QueryJoin to get JoinProduct
type
JoinProduct = Maybe ProductTree [Predicate Flat]relational-query Database.Relational.SqlSyntax Type for join product of query.
-
relational-query Database.Relational.SqlSyntax Push new leaf node into product right term.
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.
type
OpenProduct = Product Identityworld-peace Data.WorldPeace class
ToOpenProduct tuple (as :: [Type]) | as -> tupleworld-peace Data.WorldPeace ToOpenProduct gives us a way to convert a tuple to an OpenProduct. See tupleToOpenProduct.