This PR adds missing (types := true) to #reduce example in Readers example. Since 4.10 the (types := true) is necessary for the ReaderM Environment String type to be reduced into Environment → String.
❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase 4e885be96d82c522af4acb9ce9afe77e5aea7feb --onto ba3f2b3ecf8967410f3498e2835b883601f03967. (2024-11-24 10:15:10)
This PR adds missing
(types := true)
to#reduce
example in Readers example. Since 4.10 the(types := true)
is necessary for theReaderM Environment String
type to be reduced intoEnvironment → String
.