def
Lake.mkParserErrorMessage
(ictx : Lean.Parser.InputContext)
(s : Lean.Parser.ParserState)
(e : Lean.Parser.Error)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lake.mkMessageNoPos
(ictx : Lean.Parser.InputContext)
(data : Lean.MessageData)
(severity : Lean.MessageSeverity := Lean.MessageSeverity.error)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lake.mkMessageStringCore
(severity : Lean.MessageSeverity)
(fileName caption body : String)
(pos : Lean.Position)
(endPos? : Option Lean.Position := none)
(infoWithPos : Bool := false)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lake.mkMessageLogString log = List.foldlM (fun (s : String) (m : Lean.Message) => do let __do_lift ← Lake.mkMessageString m false true pure (s ++ __do_lift)) "" log.toList