Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setOutputMessageNumControlMessages :: MonadIO m => OutputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.OutputMessage

    Set the value of the “num_control_messages” field. When overloading is enabled, this is equivalent to

    set outputMessage [ #numControlMessages := value ]
    

  2. setOutputMessageNumVectors :: MonadIO m => OutputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.OutputMessage

    Set the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    set outputMessage [ #numVectors := value ]
    

  3. resourceEnumerateChildren :: (HasCallStack, MonadIO m) => Resource -> Text -> [ResourceLookupFlags] -> m [Text]

    gi-gio GI.Gio.Structs.Resource

    Returns all the names of children at the specified path in the resource. The return result is a Nothing terminated list of strings which should be released with strfreev. If path is invalid or does not exist in the Resource, ResourceErrorNotFound will be returned. lookupFlags controls the behaviour of the lookup. Since: 2.32

  4. decodeNum16 :: Num a => ByteString -> a

    network-transport Network.Transport.Internal

    Decode any Num type from 16 bits by using fromIntegral to convert from a Word16.

  5. decodeNum32 :: Num a => ByteString -> a

    network-transport Network.Transport.Internal

    Decode any Num type from 32 bits by using fromIntegral to convert from a Word32.

  6. encodeEnum16 :: Enum a => a -> ByteString

    network-transport Network.Transport.Internal

    Encode an Enum in 16 bits by encoding its signed Int equivalent (beware of truncation, an Enum may contain more than 2^16 points).

  7. encodeEnum32 :: Enum a => a -> ByteString

    network-transport Network.Transport.Internal

    Encode an Enum in 32 bits by encoding its signed Int equivalent (beware of truncation, an Enum may contain more than 2^32 points).

  8. tryToEnum :: (Enum a, Bounded a) => Int -> Maybe a

    network-transport Network.Transport.Internal

    Safe version of toEnum

  9. boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]

    relude Relude.Enum

    No documentation available.

  10. boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    relude Relude.Enum

    No documentation available.

Page 123 of many | Previous | Next