Skip to content

Commit

Permalink
Disabled autoimplicits (for CI checks)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHenryJennings committed Aug 17, 2024
1 parent da40f2f commit 9a9436d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lean4/lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ open Lake DSL

package «putnam» where
-- add package configuration options here
leanOptions := #[
`autoImplicit, false
]
require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "v4.10.0"

@[default_target]
Expand Down

0 comments on commit 9a9436d

Please sign in to comment.