Equations
- One or more equations did not get rendered due to their size.
Instances For
- pos : String.Pos.Raw
- recovering : Bool
- hasLeading : Bool
Whether there is leading whitespace before
pos. Used to associate whitespace at the start of the file with the first token of the file.
Instances For
@[implicit_reducible]
Equations
Equations
Instances For
def
Lean.Parser.parseHeader
(inputCtx : InputContext)
:
IO (TSyntax `Lean.Parser.Module.header × ModuleParserState × MessageLog)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
def
Lean.Parser.parseCommand
(inputCtx : InputContext)
(pmctx : ParserModuleContext)
(mps : ModuleParserState)
(messages : MessageLog)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Parser.testParseModuleAux
(env : Environment)
(inputCtx : InputContext)
(s : ModuleParserState)
(msgs : MessageLog)
(stxs : Array Syntax)
:
Equations
- Lean.Parser.testParseModuleAux env inputCtx s msgs stxs = Lean.Parser.testParseModuleAux.parse✝ env inputCtx s msgs stxs
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Parser.testParseFile env fname = do let contents ← IO.FS.readFile fname Lean.Parser.testParseModule env fname.toString contents