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.
-
ghc-lib-parser GHC.Parser.Lexer The parsing monad, isomorphic to StateT PState Maybe.
P :: (PState -> ParseResult a) -> P aghc-lib-parser GHC.Parser.Lexer No documentation available.
P :: ([Token] -> [(a, [Token])]) -> Parser apolyparse Text.ParserCombinators.HuttonMeijer No documentation available.
P :: (s -> [Either e t] -> ParseResult s t e a) -> Parser s t e apolyparse 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.
P :: (ByteString -> Result ByteString a) -> Parser apolyparse Text.ParserCombinators.Poly.ByteString No documentation available.
P :: (ByteString -> Result ByteString a) -> Parser apolyparse Text.ParserCombinators.Poly.ByteStringChar No documentation available.
-
polyparse Text.ParserCombinators.Poly.Lazy No documentation available.
P :: (LexReturn t -> Result (LexReturn t) a) -> Parser t apolyparse Text.ParserCombinators.Poly.Lex No documentation available.
P :: ([t] -> Result [t] a) -> Parser t apolyparse Text.ParserCombinators.Poly.Parser No documentation available.
P :: ([t] -> Result [t] a) -> Parser t apolyparse Text.ParserCombinators.Poly.Plain No documentation available.