Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. isEndOfLine :: Word8 -> Bool

    attoparsec Data.Attoparsec.ByteString.Char8

    A predicate that matches either a carriage return '\r' or newline '\n' character.

  2. isEndOfLine :: Char -> Bool

    attoparsec Data.Attoparsec.Text

    A predicate that matches either a carriage return '\r' or newline '\n' character.

  3. isEndOfLine :: Char -> Bool

    attoparsec Data.Attoparsec.Text.Lazy

    A predicate that matches either a carriage return '\r' or newline '\n' character.

  4. AppendOnWrite :: FdOption

    unix System.Posix.IO

    O_APPEND

  5. AppendOnWrite :: FdOption

    unix System.Posix.IO.ByteString

    O_APPEND

  6. AppendOnWrite :: FdOption

    unix System.Posix.IO.PosixString

    O_APPEND

  7. SuspendOutput :: FlowAction

    unix System.Posix.Terminal

    TCOOFF

  8. SuspendOutput :: FlowAction

    unix System.Posix.Terminal.ByteString

    TCOOFF

  9. SuspendOutput :: FlowAction

    unix System.Posix.Terminal.PosixString

    TCOOFF

  10. appEndo :: Endo a -> a -> a

    base-compat Data.Monoid.Compat

    No documentation available.

Page 14 of many | Previous | Next