GHC.Parser.Utils
isStmt :: ParserOpts -> String -> Bool Source #
Returns True if passed string is a statement.
True
hasImport :: ParserOpts -> String -> Bool Source #
Returns True if passed string has an import declaration.
isImport :: ParserOpts -> String -> Bool Source #
Returns True if passed string is an import declaration.
isDecl :: ParserOpts -> String -> Bool Source #
Returns True if passed string is a declaration but not a splice.