Difference between revisions of "Talk:Meet Bob The Monadic Lover"
From HaskellWiki
NeilMitchell (talk | contribs) |
m ([name]? would be great!) |
||
Line 1: | Line 1: | ||
Doesn't newtype Lover a = Lover { loverDiary :: ([Name],a) } make more sense? --[[User:NeilMitchell|Neil Mitchell]] 14:07, 2 September 2006 (UTC) | Doesn't newtype Lover a = Lover { loverDiary :: ([Name],a) } make more sense? --[[User:NeilMitchell|Neil Mitchell]] 14:07, 2 September 2006 (UTC) | ||
+ | |||
+ | Sure it does. That was my first intent. But I still have to study haskell's list and I keep getting those damned mismathced [char] string complaints...:-( | ||
+ | Tommorow I'll study them. I promise. (BTW this is a wiki!) | ||
+ | --[[User:AndreaRossato|Andrea Rossato]] 20:56, 2 September 2006 (UTC) |
Latest revision as of 19:54, 2 September 2006
Doesn't newtype Lover a = Lover { loverDiary :: ([Name],a) } make more sense? --Neil Mitchell 14:07, 2 September 2006 (UTC)
Sure it does. That was my first intent. But I still have to study haskell's list and I keep getting those damned mismathced [char] string complaints...:-( Tommorow I'll study them. I promise. (BTW this is a wiki!) --Andrea Rossato 20:56, 2 September 2006 (UTC)