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.
pattern
KEY_ISO_First_Group :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_ISO_First_Group_Lock :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
ByteOrderLsbFirst :: ByteOrdergi-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.
ByteOrderMsbFirst :: ByteOrdergi-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.
pattern
KEY_First_Virtual_Screen :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_ISO_First_Group :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_ISO_First_Group_Lock :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
getFirst :: First a -> Maybe aoptparse-generic Options.Generic No documentation available.
deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]prelude-compat Data.List2010 No documentation available.
keepFirst :: forall (m :: Type -> Type) cl a . Monad m => ClSF m cl a arhine FRP.Rhine.ClSF.Util Remembers and indefinitely outputs ("holds") the first input value.