Commit 2026-08-25 23:31 5f181380

View on Github →

chore: remove some backward.privateInPublic by adjusting visibility (#42557) This PR removes a batch of set_option backward.privateInPublic true by adjusting visibility according to the following rules:

  1. If a theorem is about an already-private definition, it too may as well be private.
  2. We can @[no_expose] defs that use private definitions
  3. We can private definitions that have no consumers besides an exposed body

Estimated changes