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.

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

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

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

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

  5. getProduct :: Product a -> a

    optparse-generic Options.Generic

    No documentation available.

  6. getProductConst :: ProductConst a b -> a

    persistable-record Database.Record.Persistable

    extract constant value of ProductConst.

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

    synthesizer-core Synthesizer.Generic.Analysis

    No documentation available.

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

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

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

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

  10. dotProduct :: Num a => V3 a -> V3 a -> a

    Color Graphics.Color.Algebra

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

Page 129 of many | Previous | Next