Hoogle Search

Within LTS Haskell 22.17 (ghc-9.6.4)

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

  1. (++) :: Storable a => Vector a -> Vector a -> Vector a

    vector Data.Vector.Storable

    O(m+n) Concatenate two vectors.

  2. (++) :: Unbox a => Vector a -> Vector a -> Vector a

    vector Data.Vector.Unboxed

    O(m+n) Concatenate two vectors.

  3. (++) :: [a] -> [a] -> [a]

    amazonka-core Amazonka.Prelude

    Append two lists, i.e.,

    [x1, ..., xm] ++ [y1, ..., yn] == [x1, ..., xm, y1, ..., yn]
    [x1, ..., xm] ++ [y1, ...] == [x1, ..., xm, y1, ...]
    
    If the first list is not finite, the result is the first list. WARNING: This function takes linear time in the number of elements of the first list.

  4. (++) :: [a] -> [a] -> [a]

    hedgehog Hedgehog.Internal.Prelude

    Append two lists, i.e.,

    [x1, ..., xm] ++ [y1, ..., yn] == [x1, ..., xm, y1, ..., yn]
    [x1, ..., xm] ++ [y1, ...] == [x1, ..., xm, y1, ...]
    
    If the first list is not finite, the result is the first list. WARNING: This function takes linear time in the number of elements of the first list.

  5. (++) :: Foldable f => f a -> Infinite a -> Infinite a

    ghc GHC.Data.List.Infinite

    No documentation available.

  6. (++) :: [a] -> [a] -> [a]

    ghc GHC.Prelude.Basic

    Append two lists, i.e.,

    [x1, ..., xm] ++ [y1, ..., yn] == [x1, ..., xm, y1, ..., yn]
    [x1, ..., xm] ++ [y1, ...] == [x1, ..., xm, y1, ...]
    
    If the first list is not finite, the result is the first list. WARNING: This function takes linear time in the number of elements of the first list.

  7. type (m :: Symbol) ++ (n :: Symbol) = AppendSymbol m n

    constraints Data.Constraint.Symbol

    An infix synonym for AppendSymbol.

  8. (++) :: [a] -> [a] -> [a]

    haskell-gi-base Data.GI.Base.ShortPrelude

    Append two lists, i.e.,

    [x1, ..., xm] ++ [y1, ..., yn] == [x1, ..., xm, y1, ..., yn]
    [x1, ..., xm] ++ [y1, ...] == [x1, ..., xm, y1, ...]
    
    If the first list is not finite, the result is the first list. WARNING: This function takes linear time in the number of elements of the first list.

  9. (++) :: [a] -> [a] -> [a]

    rio RIO.List

    Append two lists, i.e.,

    [x1, ..., xm] ++ [y1, ..., yn] == [x1, ..., xm, y1, ..., yn]
    [x1, ..., xm] ++ [y1, ...] == [x1, ..., xm, y1, ...]
    
    If the first list is not finite, the result is the first list. WARNING: This function takes linear time in the number of elements of the first list.

  10. (++) :: [a] -> [a] -> [a]

    rio RIO.Prelude

    Append two lists, i.e.,

    [x1, ..., xm] ++ [y1, ..., yn] == [x1, ..., xm, y1, ..., yn]
    [x1, ..., xm] ++ [y1, ...] == [x1, ..., xm, y1, ...]
    
    If the first list is not finite, the result is the first list. WARNING: This function takes linear time in the number of elements of the first list.

Page 2 of many | Previous | Next