Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal

    ICRNL - Map CR to NL on input

  2. MapLFtoCR :: TerminalMode

    unix System.Posix.Terminal

    INLCR - Map NL to CR on input

  3. MapLFtoCRLF :: TerminalMode

    unix System.Posix.Terminal

    ONLCR - (XSI) Map NL to CR-NL on output

  4. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.ByteString

    ICRNL - Map CR to NL on input

  5. MapLFtoCR :: TerminalMode

    unix System.Posix.Terminal.ByteString

    INLCR - Map NL to CR on input

  6. MapLFtoCRLF :: TerminalMode

    unix System.Posix.Terminal.ByteString

    ONLCR - (XSI) Map NL to CR-NL on output

  7. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.PosixString

    ICRNL - Map CR to NL on input

  8. MapLFtoCR :: TerminalMode

    unix System.Posix.Terminal.PosixString

    INLCR - Map NL to CR on input

  9. MapLFtoCRLF :: TerminalMode

    unix System.Posix.Terminal.PosixString

    ONLCR - (XSI) Map NL to CR-NL on output

  10. type family MapSub (e :: k) (xs :: [Type]) :: [Type]

    gogol-core Gogol.Prelude

    Apply (e :>) to every API in xs.

Page 48 of many | Previous | Next