On Sat, Jan 30, 2010 at 1:24 AM, Conal Elliott <conal@conal.net> wrote:
I call it "an m" or (more specifically) "an Int m" or "a list of Int". For instance, "a list" or "an Int list" or "a list of Int". - ConalOn Wed, Jan 27, 2010 at 12:14 PM, Luke Palmer <lrpalmer@gmail.com> wrote:On Wed, Jan 27, 2010 at 11:39 AM, Jochem Berndsen <jochem@functor.nl> wrote:I think the question is this: if m is a monad, then what do you call
>> Now, here's the question: Is is correct to say that [3, 5, 8] is a
>> monad?
>
> In what sense would this be a monad? I don't quite get your question.
a thing of type m Int, or m Whatever.
Luke