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.

  1. Pos :: Int -> Int -> Int -> Pos

    haskell-lexer Language.Haskell.Lexer

    No documentation available.

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

    haskell-lexer Language.Haskell.Lexer

    No documentation available.

  3. class Pushable a

    hslua HsLua

    A value that can be pushed to the Lua stack.

  4. data Property

    lsp-types Language.LSP.MetaModel.Types

    A property of a structure.

  5. Property :: Text -> Type -> Maybe Bool -> Maybe Text -> Maybe Text -> Maybe Bool -> Maybe Text -> Property

    lsp-types Language.LSP.MetaModel.Types

    No documentation available.

  6. type Parser = ParserT PureMode

    markup-parse MarkupParse

    The type of pure parsers.

  7. ParserError :: ByteString -> ParserWarning

    markup-parse MarkupParse

    No documentation available.

  8. ParserLeftover :: ByteString -> ParserWarning

    markup-parse MarkupParse

    No documentation available.

  9. ParserUncaught :: ParserWarning

    markup-parse MarkupParse

    No documentation available.

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

Page 626 of many | Previous | Next