Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. newtype P a

    ghc-lib-parser GHC.Parser.Lexer

    The parsing monad, isomorphic to StateT PState Maybe.

  2. P :: (PState -> ParseResult a) -> P a

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  3. P :: ([Token] -> [(a, [Token])]) -> Parser a

    polyparse Text.ParserCombinators.HuttonMeijer

    No documentation available.

  4. P :: (s -> [Either e t] -> ParseResult s t e a) -> Parser s t e a

    polyparse Text.ParserCombinators.HuttonMeijerWallace

    The parser type is parametrised on the types of the state s, the input tokens t, error-type e, and the result value a. The state and remaining input are threaded through the monad.

  5. P :: (ByteString -> Result ByteString a) -> Parser a

    polyparse Text.ParserCombinators.Poly.ByteString

    No documentation available.

  6. P :: (ByteString -> Result ByteString a) -> Parser a

    polyparse Text.ParserCombinators.Poly.ByteStringChar

    No documentation available.

  7. P :: Parser t a -> Parser t a

    polyparse Text.ParserCombinators.Poly.Lazy

    No documentation available.

  8. P :: (LexReturn t -> Result (LexReturn t) a) -> Parser t a

    polyparse Text.ParserCombinators.Poly.Lex

    No documentation available.

  9. P :: ([t] -> Result [t] a) -> Parser t a

    polyparse Text.ParserCombinators.Poly.Parser

    No documentation available.

  10. P :: ([t] -> Result [t] a) -> Parser t a

    polyparse Text.ParserCombinators.Poly.Plain

    No documentation available.

Page 3 of many | Previous | Next