Compare commits

...

2 Commits

Author SHA1 Message Date
Kim Morrison
59571ce930 . 2025-10-13 21:26:28 +11:00
Kim Morrison
529d93a929 chore: restore #8656 2025-10-13 18:03:48 +11:00

View File

@@ -171,7 +171,6 @@ package {repr pkgName} where
keywords := #[\"math\"]
leanOptions := #[
⟨`pp.unicode.fun, true⟩, -- pretty-prints `fun a ↦ b`
⟨`autoImplicit, false⟩,
⟨`relaxedAutoImplicit, false⟩,
⟨`maxSynthPendingDepth, .ofNat 3⟩,
⟨`weak.linter.mathlibStandardSet, true⟩,
@@ -192,7 +191,6 @@ defaultTargets = [{repr libRoot}]
[leanOptions]
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
autoImplicit = false
relaxedAutoImplicit = false
weak.linter.mathlibStandardSet = true
maxSynthPendingDepth = 3