lean4-htt/doc/monads
jsr-p 762c5758f5
doc: missing (type := true) in reader monad example (#6196)
This PR adds missing `(types := true)` to `#reduce` example in [Readers
example](https://lean-lang.org/lean4/doc/monads/readers.lean.html).
Since [4.10](https://lean-lang.org/blog/2024-8-1-lean-4100/) the `(types
:= true)` is necessary for the `ReaderM Environment String` type to be
reduced into `Environment → String`.
2024-12-07 15:59:36 +00:00
..
.gitignore
applicatives.lean chore: cleanup some deprecations in tests (#5834) 2024-10-25 11:11:22 +00:00
except.lean doc: correct typo "can calls" (#3446) 2024-02-21 22:31:02 +00:00
functors.lean
intro.md doc: titling consistency 2022-12-31 12:52:27 +01:00
laws.lean chore: cleanup some deprecations in tests (#5834) 2024-10-25 11:11:22 +00:00
monads.lean chore: cleanup some deprecations in tests (#5834) 2024-10-25 11:11:22 +00:00
readers.lean doc: missing (type := true) in reader monad example (#6196) 2024-12-07 15:59:36 +00:00
states.lean chore: Std -> Batteries renaming (#4108) 2024-05-08 05:04:25 +00:00
transformers.lean