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.

  1. data Pos

    haskell-lexer Language.Haskell.Lexer

    The posisiotn within a file.

  2. Pos :: Int -> Int -> Int -> Pos

    haskell-lexer Language.Haskell.Lexer

    No documentation available.

  3. type PosToken = (Token, (Pos, String))

    haskell-lexer Language.Haskell.Lexer

    No documentation available.

  4. class Pushable a

    hslua HsLua

    A value that can be pushed to the Lua stack.

  5. type Parser = ParserT PureMode

    markup-parse MarkupParse

    The type of pure parsers.

  6. ParserError :: ByteString -> ParserWarning

    markup-parse MarkupParse

    No documentation available.

  7. ParserLeftover :: ByteString -> ParserWarning

    markup-parse MarkupParse

    No documentation available.

  8. ParserUncaught :: ParserWarning

    markup-parse MarkupParse

    No documentation available.

  9. data ParserWarning

    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")
    

  10. newtype Positive a

    massiv-test Test.Massiv.Utils

    Positive x: guarantees that x > 0.

Page 628 of many | Previous | Next