Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information