Extract Sorries and Errors to Lemmas - AXLE
Extract Sorries and Errors to Lemmas
This tool is deprecated and will be removed in a future release.
Use extract_decls instead, which supports all declaration kinds.
Input
environment*
Lean environment or versionlean-4.32.0,lean-4.31.0,lean-4.30.0,lean-4.29.0,lean-4.28.0,lean-4.27.0,lean-4.26.0,lean-4.25.1,lean-4.24.0,lean-4.23.0,lean-4.22.0,lean-4.21.0ignore_imports
Ignore import mismatches
Default header (injected when enabled):import Mathlibcontent*
Lean source codenames
Theorem names to processindices
Theorem indices to processextract_sorries
Lift sorries into standalone lemmasextract_errors
Lift errors into standalone lemmasinclude_whole_context
Include whole context when extractingreconstruct_callsite
Replace sorry with lemma callmerge_duplicates
Merge duplicate extracted lemmas (by definitional equality)theorems_only
Process theorems/lemmas onlyverbosity
Pretty-printer verbosity level (0-2)timeout_seconds
Max execution time in seconds
Result
- Shareable Link
- API Call
- FILE A BUG