• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. (+~) :: SemiNum absolute relative => absolute -> relative -> absolute

    yi-language Yi.Utils

    No documentation available.

  2. (+~) :: Num a => Setter s t a a -> a -> s -> t

    lens-family Lens.Family2

    No documentation available.

  3. (+!=) :: (MonadState s m, Num a) => Setter' s a -> a -> m ()

    lens-family Lens.Family2.State.Lazy

    No documentation available.

  4. (+=) :: (MonadState s m, Num a) => Setter' s a -> a -> m ()

    lens-family Lens.Family2.State.Lazy

    No documentation available.

  5. (+!=) :: (MonadState s m, Num a) => Setter' s a -> a -> m ()

    lens-family Lens.Family2.State.Strict

    No documentation available.

  6. (+=) :: (MonadState s m, Num a) => Setter' s a -> a -> m ()

    lens-family Lens.Family2.State.Strict

    No documentation available.

  7. (+*+) :: [a] -> [b] -> [(a, b)]

    universe-base Data.Universe.Helpers

    cartesianProduct (,)
    

  8. (+++) :: [a] -> [a] -> [a]

    universe-base Data.Universe.Helpers

    Fair 2-way interleaving.

  9. (+#) :: Int# -> Int# -> Int#

    ghc-internal GHC.Internal.Base

    No documentation available.

  10. (+##) :: Double# -> Double# -> Double#

    ghc-internal GHC.Internal.Base

    No documentation available.

Page 15 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete