Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. xK_ISO_First_Group :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  2. xK_ISO_First_Group_Lock :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  3. lSBFirst :: ByteOrder

    X11 Graphics.X11.Types

    No documentation available.

  4. mSBFirst :: ByteOrder

    X11 Graphics.X11.Types

    No documentation available.

  5. ev_first_keycode :: Event -> !KeyCode

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  6. 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.

  7. 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]
    

  8. getFirst :: First a -> Maybe a

    ghc-internal GHC.Internal.Data.Monoid

    No documentation available.

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

    ghc-internal GHC.Internal.Data.OldList

    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]
    

  10. compactGetFirstBlock# :: Compact# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #)

    ghc-internal GHC.Internal.Exts

    Returns the address and the utilized size (in bytes) of the first compact block of a CNF.

Page 53 of many | Previous | Next