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`. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| applicatives.lean | ||
| except.lean | ||
| functors.lean | ||
| intro.md | ||
| laws.lean | ||
| monads.lean | ||
| readers.lean | ||
| states.lean | ||
| transformers.lean | ||