fix: Use in-context environment in sorry collection #166

Merged
aniva merged 3 commits from bug/collect-sorry-generated-constants into dev 2025-01-28 17:42:55 -08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 05f6997062 - Show all commits

View File

@ -52,7 +52,8 @@ See `Pantograph/Protocol.lean` for a description of the parameters and return va
(`"invocations": true`), the sorrys and type errors into goal states (`"invocations": true`), the sorrys and type errors into goal states
(`"sorrys": true`), and new constants (`"newConstants": true`). In the case of (`"sorrys": true`), and new constants (`"newConstants": true`). In the case of
`sorrys`, this command additionally outputs the position of each captured `sorrys`, this command additionally outputs the position of each captured
`sorry`. `sorry`. Warning: Behaviour is unstable in case of multiple `sorry`s. Use the
draft tactic if possible.
## Errors ## Errors