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. compressFirst :: Basis -> T -> T

    numeric-prelude Number.Positional

    Compress first digit. May prepend a digit.

  2. pumpFirst :: Basis -> Mantissa -> Mantissa

    numeric-prelude Number.Positional

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

  3. pumpFirstFP :: Basis -> FixedPoint -> FixedPoint

    numeric-prelude Number.Positional

    No documentation available.

  4. getFirst :: First a -> a

    numhask NumHask.Prelude

    No documentation available.

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

    sdl2 SDL.Raw.Enum

    No documentation available.

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

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

    ListLike Data.ListLike

    Generic version of deleteFirsts

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

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

    ListLike Data.ListLike.Base

    Generic version of deleteFirsts

  10. queryFirst :: T mode -> IO T

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

    No documentation available.

Page 56 of many | Previous | Next