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.
constructDeviceProductId :: (IsDevice o, MonadIO m) => Text -> m (GValueConstruct o)gi-gdk3 GI.Gdk.Objects.Device Construct a GValueConstruct with valid value for the “product-id” property. This is rarely needed directly, but it is used by new.
deviceGetProductId :: (HasCallStack, MonadIO m, IsDevice a) => a -> m (Maybe Text)gi-gdk3 GI.Gdk.Objects.Device Returns the product ID of this device, or Nothing if this information couldn't be obtained. This ID is retrieved from the device, and is thus constant for it. See deviceGetVendorId for more information. Since: 3.16
getDeviceProductId :: (MonadIO m, IsDevice o) => o -> m (Maybe Text)gi-gdk3 GI.Gdk.Objects.Device Get the value of the “product-id” property. When overloading is enabled, this is equivalent to
get device #productId
cartesianProduct :: NESet a -> NESet b -> NESet (a, b)nonempty-containers Data.Set.NonEmpty Calculate the Cartesian product of two sets.
cartesianProduct xs ys = fromList $ liftA2 (,) (toList xs) (toList ys)
Example:cartesianProduct (fromList (1:|[2])) (fromList ('a':|['b'])) = fromList ((1,'a') :| [(1,'b'), (2,'a'), (2,'b')])-
optparse-generic Options.Generic No documentation available.
getProductConst :: ProductConst a b -> apersistable-record Database.Record.Persistable extract constant value of ProductConst.
scalarProduct :: (C y, Read sig y) => sig y -> sig y -> ysynthesizer-core Synthesizer.Generic.Analysis No documentation available.
scalarProduct :: C y => T y -> T y -> ysynthesizer-core Synthesizer.Plain.Analysis No documentation available.
scalarProduct :: C y => T y -> T y -> ysynthesizer-core Synthesizer.State.Analysis No documentation available.
dotProduct :: Num a => V3 a -> V3 a -> aColor Graphics.Color.Algebra Mulitply a 1x3 vector by a 3x1 vector, i.e. dot product.