lean4-htt/src/Init/Control
Kim Morrison f9b2e550bb
feat: grind annotations for basic monad transformers (#10227)
This PR adds `@[grind]` annotations (nearly all `@[grind =]` annotations
parallel to existing `@[simp]`s) for `ReaderT`, `StateT`, `ExceptT`.
2025-09-08 23:51:55 +00:00
..
Lawful feat: grind annotations for basic monad transformers (#10227) 2025-09-08 23:51:55 +00:00
Basic.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
EState.lean chore: reorganize Init imports around strings (#10289) 2025-09-07 17:09:14 +00:00
Except.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +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 feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Option.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Reader.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
State.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +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