Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. pattern KEY_ISO_First_Group :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  2. pattern KEY_ISO_First_Group_Lock :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  3. ByteOrderLsbFirst :: ByteOrder

    gi-gdk3 GI.Gdk.Enums

    The values are stored with the least-significant byte first. For instance, the 32-bit value 0xffeecc would be stored in memory as 0xcc, 0xee, 0xff, 0x00.

  4. ByteOrderMsbFirst :: ByteOrder

    gi-gdk3 GI.Gdk.Enums

    The values are stored with the most-significant byte first. For instance, the 32-bit value 0xffeecc would be stored in memory as 0x00, 0xff, 0xee, 0xcc.

  5. pattern KEY_First_Virtual_Screen :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  6. pattern KEY_ISO_First_Group :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  7. pattern KEY_ISO_First_Group_Lock :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  8. getFirst :: First a -> Maybe a

    optparse-generic Options.Generic

    No documentation available.

  9. deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]

    prelude-compat Data.List2010

    No documentation available.

  10. keepFirst :: forall (m :: Type -> Type) cl a . Monad m => ClSF m cl a a

    rhine FRP.Rhine.ClSF.Util

    Remembers and indefinitely outputs ("holds") the first input value.

Page 71 of many | Previous | Next