Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
haskell-lexer Language.Haskell.Lexer The posisiotn within a file.
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.
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")
-
massiv-test Test.Massiv.Utils Positive x: guarantees that x > 0.