Re: [Haskell-cafe] Recommended Haskell Books

2008-08-10 Thread Philip Neustrom
Yup! You should check out this page on the Haskell wiki: http://haskell.org/haskellwiki/Books_and_tutorials It has links to lists of commonly recommended books and tutorials. Personally, I like Yet Another Haskell Tutorial alongside The Haskell School of Expression (book). Best, Philip

Re: [Haskell-cafe] Thinking about an unlistN

2008-08-10 Thread Philip Neustrom
I'm no expert, but it looks like the generalization of that would be some f that took a list: f :: [a] - b so what you'd have is a fold, right? foldr1 :: (a - a - a) - [a] - a Best, Philip Neustrom On Sun, Aug 10, 2008 at 11:47 AM, Michael Feathers [EMAIL PROTECTED] wrote: I wrote

Re: [Haskell-cafe] test driving cabal install... cabal install and normal install (runghc Setup) don't mix... two package.conf files...

2008-05-29 Thread Philip Neustrom
, and it seemed that the darcs cabal-install wanted = 1.3.11 1.5, so I've no idea what to do here :) --Philip Neustrom ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe