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. type family (a :: Natural) + (b :: Natural) :: Natural

    type-natural Data.Type.Natural

    Addition of type-level naturals.

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

    witness Data.Type.Witness.Specific.Natural

    Addition of type-level naturals.

  3. (+) :: forall a (d :: Dimension) . Num a => Quantity d a -> Quantity d a -> Quantity d a

    dimensional Numeric.Units.Dimensional

    Adds two Quantitys.

  4. (+) :: forall a (s :: ExactPi') (d :: Dimension) . Num a => SQuantity s d a -> SQuantity s d a -> SQuantity s d a

    dimensional Numeric.Units.Dimensional.FixedPoint

    Adds two possibly scaled SQuantitys, preserving any scale factor. Use in conjunction with changeRepRound to combine quantities with differing scale factors.

  5. (+) :: forall a (d :: Dimension) . Num a => Quantity d a -> Quantity d a -> Quantity d a

    dimensional Numeric.Units.Dimensional.Prelude

    Adds two Quantitys.

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

    distribution-opensuse OpenSuse.Prelude

    No documentation available.

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

    faktory Faktory.Prelude

    No documentation available.

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

    hledger-web Hledger.Web.Import

    No documentation available.

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

    opaleye Opaleye.Operators

    No documentation available.

  10. type (a :: k1) + (b :: k2) = Add a b

    typenums Data.TypeLits

    The sum of two type-level numbers

Page 6 of many | Previous | Next