lean4-htt/src/Init/Control
Sebastian Graf 09cf07b71c
feat: new do elaborator, part 1: doElem_elab attribute (#11150)
This PR adds a new, inactive and unused `doElem_elab` attribute that
will allow users to register custom elaborators for `doElem`s in the
form of the new type `DoElab`. The old `do` elaborator is active by
default but can be switched off by disabling the new option
`backward.do.legacy`.
2025-11-12 14:25:28 +00:00
..
Lawful chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
Basic.lean chore: >6 month old deprecations (#10969) 2025-10-26 22:48:41 +00:00
EState.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Except.lean feat: new do elaborator, part 1: doElem_elab attribute (#11150) 2025-11-12 14:25:28 +00:00
ExceptCps.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Id.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Lawful.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Option.lean chore: add missing spec lemmas for OptionT (#10867) 2025-10-21 12:01:35 +00:00
Reader.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
State.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
StateCps.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
StateRef.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00