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.
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
constructDeviceProductId :: (IsDevice o, MonadIO m) => Text -> m (GValueConstruct o)gi-gdk4 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-gdk4 GI.Gdk.Objects.Device Returns the product ID of this device. This ID is retrieved from the device, and does not change. See deviceGetVendorId for more information.
getDeviceProductId :: (MonadIO m, IsDevice o) => o -> m (Maybe Text)gi-gdk4 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.