
12 Oct
2011
12 Oct
'11
11:25 a.m.
On Tue, Oct 11, 2011 at 4:28 PM, Brent Yorgey
On Tue, Oct 11, 2011 at 02:04:23PM +0300, Ovidiu Deac wrote:
join "\n" result -- from Data.List.Utils
By the way, 'join "\n" result' is better written 'unlines result' (and 'join' is better written 'intercalate'). (Otherwise I completely agree with your email.)
Fixed. https://github.com/lbolla/stanford-cs240h/blob/master/lab1/lab1.hs Thanks for the suggestions. L.