We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6000da commit 0f0d2ceCopy full SHA for 0f0d2ce
Manual/Meta/ErrorExplanation.lean
@@ -435,7 +435,7 @@ def closeEnclosingSection : PartElabM Unit := do
435
throwError m!"Failed to close the last-opened explanation part"
436
437
/-- Adds explanation blocks until the "Examples" header is reached. -/
438
-def addNonExampleBlocks := do
+def addNonExampleBlocks : ExplanElabM Unit := do
439
repeat
440
let some block ← ExplanElabM.nextBlock?
441
| return
0 commit comments