Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. Proxy :: Proxy (t :: k)

    incipit-base Incipit.Base

    No documentation available.

  2. data Parser t s r

    incremental-parser Text.ParserCombinators.Incremental

    The central parser type. Its first parameter is the subtype of the parser, the second is the input monoid type, the third the output type.

  3. type Parser = Parser LeftBiasedLocal

    incremental-parser Text.ParserCombinators.Incremental.LeftBiasedLocal

    No documentation available.

  4. type Parser = Parser Symmetric

    incremental-parser Text.ParserCombinators.Incremental.Symmetric

    No documentation available.

  5. module Text.Parser.Input.Position

    A parser's position in the input.

  6. class Ord p => Position p

    input-parsers Text.Parser.Input.Position

    A class for representing position values. The methods satisfy these laws:

    move (distance pos1 pos2) pos1 == pos2
    (pos1 < pos2) == (distance pos1 pos2 > 0)
    

  7. module IHaskell.IPython.Message.Parser

    This module is responsible for converting from low-level ByteStrings obtained from the 0MQ sockets into Messages. The only exposed function is parseMessage, which should only be used in the low-level 0MQ interface.

  8. PlainText :: MimeType

    ipython-kernel IHaskell.IPython.Types

    No documentation available.

  9. type Port = Int

    ipython-kernel IHaskell.IPython.Types

    A TCP port.

  10. data Profile

    ipython-kernel IHaskell.IPython.Types

    A kernel profile, specifying how the kernel communicates.

Page 933 of many | Previous | Next