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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    tidal-core Sound.Tidal.Core

    No documentation available.

  2. (++#) :: DeBruijn a => [a] -> Substitution' a -> Substitution' a

    Agda Agda.TypeChecking.Substitute.Class

    No documentation available.

  3. (+++) :: String -> String -> String

    BNFC BNFC.Utils

    Concatenate strings by a space.

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

    BNFC BNFC.Utils

    Concatenate strings by a newline.

  5. (+++) :: RealVectorSpace ds => ds -> ds -> ds

    LPFP LPFP

    No documentation available.

  6. (+++) :: RealVectorSpace ds => ds -> ds -> ds

    LPFP LPFP.Mechanics1D

    No documentation available.

  7. (++.) :: QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s (Vector a) -> QGenExpr ctxt Postgres s (Vector a)

    beam-postgres Database.Beam.Postgres

    Postgres || operator. Concatenates two vectors and returns their result.

  8. (+++) :: ReadP r a -> ReadP r a -> ReadP r a

    cabal-install Distribution.Deprecated.ReadP

    Symmetric choice.

  9. (++#) :: forall (m :: Nat) (n :: Nat) . KnownNat m => BitVector n -> BitVector m -> BitVector (n + m)

    clash-prelude Clash.Sized.BitVector

    Concatenate two BitVectors

  10. (++#) :: forall (m :: Nat) (n :: Nat) . KnownNat m => BitVector n -> BitVector m -> BitVector (n + m)

    clash-prelude Clash.Sized.Internal.BitVector

    Concatenate two BitVectors

Page 14 of many | Previous | Next

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