
We got the names wrong! data PLZ a = AWSUM_THX a | O_NOES String instance Monad PLZ where return = AWSUM_THX fail = O_NOES O_NOES s >>= _ = O_NOES s AWSUM_THX x >>= f = f x Thanks to mauke on #haskell. -- Don

is that your implementation of LOLCODE?
:P
On 5/29/07, Donald Bruce Stewart
We got the names wrong!
data PLZ a = AWSUM_THX a | O_NOES String
instance Monad PLZ where return = AWSUM_THX fail = O_NOES O_NOES s >>= _ = O_NOES s AWSUM_THX x >>= f = f x
Thanks to mauke on #haskell.
-- Don _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

d.w.mead:
is that your implementation of LOLCODE? :P
On 5/29/07, Donald Bruce Stewart <[1]dons@cse.unsw.edu.au> wrote:
We got the names wrong!
data PLZ a = AWSUM_THX a | O_NOES String
instance Monad PLZ where return = AWSUM_THX fail = O_NOES O_NOES s >>= _ = O_NOES s AWSUM_THX x >>= f = f x
Thanks to mauke on #haskell. -- Don
Yeah. Someone want to finish off LOLCODE as a EDSL? :-) -- Don
participants (4)
-
ajb@spamcop.net
-
Andrew Coppin
-
Dan Mead
-
dons@cse.unsw.edu.au