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

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. data ((a :: Nat) + (b :: Nat)) (c :: Nat)

    first-class-families Fcf.Data.Nat

    No documentation available.

  2. type family (a :: Natural) + (b :: Natural) :: Natural

    basement Basement.Nat

    Addition of type-level naturals.

  3. (+) :: Additive a => a -> a -> a

    basement Basement.Numerical.Additive

    No documentation available.

  4. (+) :: Word128 -> Word128 -> Word128

    basement Basement.Types.Word128

    Add 2 Word128

  5. (+) :: Word256 -> Word256 -> Word256

    basement Basement.Types.Word256

    Add 2 Word256

  6. (+) :: Num a => a -> a -> a

    ghc-internal GHC.Internal.Num

    No documentation available.

  7. type family (a :: Natural) + (b :: Natural) :: Natural

    ghc-internal GHC.Internal.TypeLits

    Addition of type-level naturals.

  8. type family (a :: Natural) + (b :: Natural) :: Natural

    ghc-internal GHC.Internal.TypeNats

    Addition of type-level naturals.

  9. (+) :: Num a => a -> a -> a

    protolude Protolude

    No documentation available.

  10. (+) :: Num a => a -> a -> a

    protolude Protolude.Base

    No documentation available.

Page 2 of many | Previous | Next

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