lean4-htt/src/Lean/Widget
Kim Morrison dd710dd1bd
feat: use StateT.run instead of function application (#5121)
This PR using `StateT.run` rather than the "defeq abuse" of function
application. There remain many places where we still use function
application for `ReaderT`, but I've updated this in the touched files.

(To really solve this, we would make `StateT` irreducible, but that is
not happening here.)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 03:12:26 +00:00
..
Basic.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Commands.lean chore: shake core (#12276) 2026-02-05 09:10:32 +00:00
Diff.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
InteractiveCode.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
InteractiveDiagnostic.lean feat: use StateT.run instead of function application (#5121) 2026-03-03 03:12:26 +00:00
InteractiveGoal.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
TaggedText.lean feat: use StateT.run instead of function application (#5121) 2026-03-03 03:12:26 +00:00
Types.lean doc: update URLs that are currently pointing to redirects (#10397) 2025-09-17 15:50:07 +00:00
UserWidget.lean chore: shake core (#12276) 2026-02-05 09:10:32 +00:00