• 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. (|++|) :: Applicative a => a String -> a String -> a String

    tidal-core Sound.Tidal.Core

    No documentation available.

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

    tidal-core Sound.Tidal.Core

    No documentation available.

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

    tidal-core Sound.Tidal.Core

    No documentation available.

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

    tidal-core Sound.Tidal.Core

    No documentation available.

  5. type family (a :: [k]) :++: (b :: [k]) :: [k]

    type-fun TypeFun.Data.List

    No documentation available.

  6. type family (a :: N) :+: (b :: N) :: N

    type-fun TypeFun.Data.Peano

    No documentation available.

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

    type-natural Data.Type.Natural

    No documentation available.

  8. (@+) :: forall (n :: Nat) (m :: Nat) . (KnownNat n, KnownNat m) => Ordinal n -> Ordinal m -> Ordinal (n + m)

    type-natural Data.Type.Ordinal

    Ordinal addition. Since 1.0.0.0(type changed)

  9. (:+) :: forall v . Exp v 'Number -> Exp v 'Number -> Exp v 'Number

    typecheck-plugin-nat-simple Data.Derivation.Expression

    No documentation available.

  10. (.+.) :: Log s v -> Log s v -> Log s v

    typecheck-plugin-nat-simple Data.Log

    No documentation available.

Page 61 of many | Previous | Next

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