Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. (<>) :: Semigroup a => a -> a -> a

    constrained-categories Control.Category.Hask

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  2. (<>) :: Semigroup a => a -> a -> a

    copilot-language Copilot.Language.Prelude

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  3. (<>) :: P s a -> P s b -> P s (a, b)

    frisby Text.Parsers.Frisby

    Match first argument, then match the second, returning both in a tuple

  4. (<>) :: forall s e (pre :: [WasmType]) (mid :: [WasmType]) (post :: [WasmType]) . WasmControl s e pre mid -> WasmControl s e mid post -> WasmControl s e pre post

    ghc-lib GHC.Wasm.ControlFlow

    No documentation available.

  5. (<>) :: Semigroup a => a -> a -> a

    prettyprinter-compat-annotated-wl-pprint Text.PrettyPrint.Annotated.Leijen

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  6. (<>) :: Semigroup a => a -> a -> a

    prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  7. (<>) :: Semigroup a => a -> a -> a

    quaalude Essentials

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  8. (<>) :: Semigroup a => a -> a -> a

    string-combinators Data.String.Combinators

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  9. (<>) :: Semigroup a => a -> a -> a

    verset Verset

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

  10. (<>) :: Semigroup a => a -> a -> a

    wl-pprint Text.PrettyPrint.Leijen

    An associative operation.

    Examples

    >>> [1,2,3] <> [4,5,6]
    [1,2,3,4,5,6]
    
    >>> Just [1, 2, 3] <> Just [4, 5, 6]
    Just [1,2,3,4,5,6]
    
    >>> putStr "Hello, " <> putStrLn "World!"
    Hello, World!
    

Page 10 of many | Previous | Next