This PR makes the external checker lean4checker available as the existing `leanchecker` binary already known to elan, allowing for out-of-the-box access to it. --------- Co-authored-by: Kim Morrison <kim@tqft.net> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
135 B
Text
4 lines
135 B
Text
/-! `native_decide` is intentionally not supported at this point. -/
|
|
|
|
theorem nat_dec : True := by native_decide
|
|
#print axioms nat_dec
|