Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
((->) r')
as a base monad for SelectT
.
`Identity` is the obvious choice, but we can pass arguments below `SelectT`. We should be able to even use arbitrary `ReaderT` stacks below `SelectT`.
- Loading branch information