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

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. (|++|) :: Applicative a => a String -> a String -> a String

    tidal Sound.Tidal.Boot

    No documentation available.

  2. (|+|) :: (Applicative a, Num b) => a b -> a b -> a b

    tidal Sound.Tidal.Boot

    No documentation available.

  3. (||+) :: Num a => Pattern a -> Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  4. (||++) :: Pattern String -> Pattern String -> Pattern String

    tidal Sound.Tidal.Boot

    No documentation available.

  5. (<+++>) :: Summable f => f a -> f b -> f (Either a b)

    type-rig Data.TypeRig.Summable

    No documentation available.

  6. (%+) :: forall (n :: Nat) (m :: Nat) . SNat n -> SNat m -> SNat (n + m)

    typelits-witnesses GHC.TypeLits.Witnesses

    Addition of SNats. This also will provide the correct KnownNat instance for SNat (n + m), so can be used as a way to "add" KnownNat instances. This stands in for the function with the same name from Data.Singletons.Prelude.Num.

  7. data ((f :: Type -> Type) :+: (g :: Type -> Type)) w

    wizards System.Console.Wizard

    Coproduct of two functors

  8. data ((f :: Type -> Type) :+: (g :: Type -> Type)) w

    wizards System.Console.Wizard.Internal

    Coproduct of two functors

  9. (^+^) :: Vec -> Vec -> Vec

    LPFP-core LPFPCore

    Vector addition.

  10. (^+^) :: Vec -> Vec -> Vec

    LPFP-core LPFPCore.SimpleVec

    Vector addition.

Page 72 of many | Previous | Next

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