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

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

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

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

  5. 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')])
    

  6. getProduct :: Product a -> a

    optparse-generic Options.Generic

    No documentation available.

  7. getProductConst :: ProductConst a b -> a

    persistable-record Database.Record.Persistable

    extract constant value of ProductConst.

  8. scalarProduct :: (C y, Read sig y) => sig y -> sig y -> y

    synthesizer-core Synthesizer.Generic.Analysis

    No documentation available.

  9. scalarProduct :: C y => T y -> T y -> y

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  10. scalarProduct :: C y => T y -> T y -> y

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

Page 129 of many | Previous | Next