Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. pumpFirst :: Basis -> Mantissa -> Mantissa

    numeric-prelude Number.Positional

    Merge leading and second digit. This is somehow an inverse of compressMant.

  2. pumpFirstFP :: Basis -> FixedPoint -> FixedPoint

    numeric-prelude Number.Positional

    No documentation available.

  3. getFirst :: First a -> a

    numhask NumHask.Prelude

    No documentation available.

  4. pattern SDL_FIRSTEVENT :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  5. deleteFirsts :: ListLike full item => full -> full -> full

    ListLike Data.ListLike

    List difference. Removes from the first list the first instance of each element of the second list. See (\\) and deleteFirstsBy

  6. deleteFirstsBy :: ListLike full item => (item -> item -> Bool) -> full -> full -> full

    ListLike Data.ListLike

    Generic version of deleteFirsts

  7. deleteFirsts :: ListLike full item => full -> full -> full

    ListLike Data.ListLike.Base

    List difference. Removes from the first list the first instance of each element of the second list. See (\\) and deleteFirstsBy

  8. deleteFirstsBy :: ListLike full item => (item -> item -> Bool) -> full -> full -> full

    ListLike Data.ListLike.Base

    Generic version of deleteFirsts

  9. queryFirst :: T mode -> IO T

    alsa-seq Sound.ALSA.Sequencer.Client.Info

    No documentation available.

  10. queryFirst :: T mode -> IO T

    alsa-seq Sound.ALSA.Sequencer.Port.Info

    Get information about the first port on our client.

Page 56 of many | Previous | Next