I am encountering some issues in importing LeanHammer. I have a blank project, with lean-toolchain
and lakefile.lean
import Lake
open Lake DSL
package «LeanHammer» where
-- add any additional package configuration options here
require Hammer from git "https://github.com/JOSHCLUNE/LeanHammer" @ "main"
Everything builds just fine running lake update and lake build Hammer, yet a simple lean file
raises the error LeanHammer.lean:1:0: invalid option declaration 'lazyReduce.skipProof', option already exists.