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>
8 lines
183 B
Text
8 lines
183 B
Text
module
|
|
|
|
prelude
|
|
public import Init.Core
|
|
import LeanCheckerTests.PrivateConflictA2
|
|
import LeanCheckerTests.PrivateConflictB2
|
|
|
|
public theorem all : True ∧ True := .intro thm1' thm2'
|