Skip to content

Instantly share code, notes, and snippets.

@0art0
0art0 / findProof.lean
Last active June 6, 2022 17:03
`findProof` search tactic in Lean4
import Lean
import Lean.Elab
import Lean.Elab.Tactic
import Lean.Meta
open Lean Expr Elab Meta Tactic
set_option pp.proofs true
set_option pp.proofs.withType true
/-