Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. Endo :: (a -> a) -> Endo a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  2. newtype Endo a

    verset Verset

    The monoid of endomorphisms under composition.

    Endo f <> Endo g == Endo (f . g)
    

    Examples

    >>> let computation = Endo ("Hello, " ++) <> Endo (++ "!")
    
    >>> appEndo computation "Haskell"
    "Hello, Haskell!"
    
    >>> let computation = Endo (*3) <> Endo (+1)
    
    >>> appEndo computation 1
    6
    

  3. Endo :: (a -> a) -> Endo a

    verset Verset

    No documentation available.

  4. endo :: (a -> a) <-> Endo a

    invertible Data.Invertible.Monoid

    (Un)wrap the Endo monoid.

  5. EndOfFile :: ControlCharacter

    unix System.Posix.Terminal

    No documentation available.

  6. EndOfLine :: ControlCharacter

    unix System.Posix.Terminal

    No documentation available.

  7. EndOfFile :: ControlCharacter

    unix System.Posix.Terminal.ByteString

    No documentation available.

  8. EndOfLine :: ControlCharacter

    unix System.Posix.Terminal.ByteString

    No documentation available.

  9. EndOfFile :: ControlCharacter

    unix System.Posix.Terminal.PosixString

    No documentation available.

  10. EndOfLine :: ControlCharacter

    unix System.Posix.Terminal.PosixString

    No documentation available.

Page 4 of many | Previous | Next