On Wed, Dec 29, 2010 at 8:06 AM, michael rice <nowgate@yahoo.com> wrote:
> Is there an unparameterizable reader monad?
I'm not sure this is the answer you are looking for, but it seems like the obvious one.
Pick an "r", say "String". Now "Reader String" is an unparameterizable reader monad that passes around a String.
-- ryan