Talk:Meet Bob The Monadic Lover
From HaskellWiki
(Difference between revisions)
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) | ||
Current revision
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)
