Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. class UniformWeight Weights_ f => UniformWeight_ (f :: Type -> Type)

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  2. uniform :: UniformWeight_ (Rep a) => Weights a

    generic-random Generic.Random.Internal.Generic

    Uniform distribution.

  3. uniformWeight :: UniformWeight a => (a, Int)

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  4. AnotherPixbufFormatFlags :: Int -> PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    Catch-all for unknown values

  5. data PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    Flags which allow a module to specify further details about the supported operations. Since: 2.2

  6. PixbufFormatFlagsScalable :: PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    the image format is scalable

  7. PixbufFormatFlagsThreadsafe :: PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    the module is threadsafe. gdk-pixbuf ignores modules that are not marked as threadsafe. (Since 2.28).

  8. PixbufFormatFlagsWritable :: PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    the module can write out images in the format.

  9. pixbufGetFormats :: (HasCallStack, MonadIO m) => m [PixbufFormat]

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Obtains the available information about the image formats supported by GdkPixbuf. Since: 2.2

  10. pixbufLoaderGetFormat :: (HasCallStack, MonadIO m, IsPixbufLoader a) => a -> m (Maybe PixbufFormat)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    Obtains the available information about the format of the currently loading image file. Since: 2.2

Page 593 of many | Previous | Next