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.
-
incipit-base Incipit.Base No documentation available.
-
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.
type
Parser = Parser LeftBiasedLocalincremental-parser Text.ParserCombinators.Incremental.LeftBiasedLocal No documentation available.
type
Parser = Parser Symmetricincremental-parser Text.ParserCombinators.Incremental.Symmetric No documentation available.
module Text.Parser.Input.
Position A parser's position in the input.
-
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)
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.
-
ipython-kernel IHaskell.IPython.Types No documentation available.
-
ipython-kernel IHaskell.IPython.Types A TCP port.
-
ipython-kernel IHaskell.IPython.Types A kernel profile, specifying how the kernel communicates.