We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
batteriesLinterExt
1 parent d6185f0 commit 3bdaf1aCopy full SHA for 3bdaf1a
Batteries/Tactic/Lint/Basic.lean
@@ -87,7 +87,7 @@ initialize batteriesLinterExt :
87
registerSimplePersistentEnvExtension {
88
addImportedFn := fun nss =>
89
nss.foldl (init := {}) fun m ns => ns.foldl (init := m) addEntryFn
90
- addEntryFn := fun m (n, b) => m.insert (n.updatePrefix .anonymous) (n, b)
+ addEntryFn
91
}
92
93
/--
0 commit comments