Zulip Chat Archive
Stream: metaprogramming / tactics
Topic: Exclude private as implementation detail
Daniel Weber (Sep 12 2024 at 03:53):
I'm processing names, and I'm using docs#Lean.Name.isBlackListed to check if they are implementation detail and should be skipped over. However, this also skips over user-defined private constants, and I do want to keep those. How can I do that?
Daniel Weber (Sep 12 2024 at 04:03):
I can try to apply docs#Lean.privateToUserName? before, but then it doesn't filter enough, and keeps, for instance, _private.Init.Data.List.BasicAux.0.List.get.match_1.splitter
Last updated: May 02 2025 at 03:31 UTC