Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lsbFirst :: PixelStoreDirection -> StateVar BoolOpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage No documentation available.
xK_First_Virtual_Screen :: KeySymX11 Graphics.X11.ExtraTypes.XorgDefault No documentation available.
-
X11 Graphics.X11.ExtraTypes.XorgDefault No documentation available.
xK_ISO_First_Group_Lock :: KeySymX11 Graphics.X11.ExtraTypes.XorgDefault No documentation available.
-
X11 Graphics.X11.Types No documentation available.
-
X11 Graphics.X11.Types No documentation available.
ev_first_keycode :: Event -> !KeyCodeX11 Graphics.X11.Xlib.Extras No documentation available.
compactGetFirstBlock# :: Compact# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #)ghc-internal GHC.Internal.Base Returns the address and the utilized size (in bytes) of the first compact block of a CNF.
deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]ghc-internal GHC.Internal.Data.List The deleteFirstsBy function takes a predicate and two lists and returns the first list with the first occurrence of each element of the second list removed. This is the non-overloaded version of (\\).
(\\) == deleteFirstsBy (==)
The second list must be finite, but the first may be infinite.Examples
>>> deleteFirstsBy (>) [1..10] [3, 4, 5] [4,5,6,7,8,9,10]
>>> deleteFirstsBy (/=) [1..10] [1, 3, 5] [4,5,6,7,8,9,10]
getFirst :: First a -> Maybe aghc-internal GHC.Internal.Data.Monoid No documentation available.