Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Pos :: Int -> Int -> Int -> Poshaskell-lexer Language.Haskell.Lexer No documentation available.
type
PosToken = (Token, (Pos, String))haskell-lexer Language.Haskell.Lexer No documentation available.
-
hslua HsLua A value that can be pushed to the Lua stack.
-
lsp-types Language.LSP.MetaModel.Types A property of a structure.
-
lsp-types Language.LSP.MetaModel.Types No documentation available.
type
Parser = ParserT PureModemarkup-parse MarkupParse The type of pure parsers.
ParserError :: ByteString -> ParserWarningmarkup-parse MarkupParse No documentation available.
ParserLeftover :: ByteString -> ParserWarningmarkup-parse MarkupParse No documentation available.
ParserUncaught :: ParserWarningmarkup-parse MarkupParse No documentation available.
-
markup-parse MarkupParse Warnings covering leftovers, Errs and Fail
>>> runParserWarn ws " x" These (ParserLeftover "x") ' '
>>> runParserWarn ws "x" This ParserUncaught
>>> runParserWarn (ws `cut` "no whitespace") "x" This (ParserError "no whitespace")