
yes, i am a haskell-beginners. However, i still feel haskell-cafe is a good place for me to learn haskell ! If the question is too simple for you to answer, then you can just ignore it . I believe somebody else can still supply help even if without you. Ivan Lazar Miljenovic wrote:
Heinrich Apfelmus
writes: Ivan Miljenovic wrote:
Also, there's a haskell-beginners mailing list. You may wish to post there rather than asking us every question you get whilst learning Haskell.
Every question is welcome on haskell-cafe . The goal of haskell-beginners is to encourage answers that are tailored to beginners, i.e. no scary existential multi-parameter category theory type class monads there. :)
Well, yes; except that recently zaxis has been asking quite a few of these "beginner-level" questions to the list, and I figured that haskell-beginners was catering more for the type of questions he had.
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
----- fac n = let { f = foldr (*) 1 [1..n] } in f -- View this message in context: http://old.nabble.com/Why-does-%60flip%60-cause-function-type-so-different--... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.