[Haskell-cafe] Fucntion composing

2011-04-11 Thread Adam Krauze
Hello, as I am newbie to Haskell and my introductory question is: given functions say f and g with type signatures f :: (Num a) = [a] - [a] - [(a,a)] // f takes two lists and zips them into one in some special way g :: (Num a) = a - [(a,a)] - [a] // g using some Num value calculates list of

Re: [Haskell-cafe] Fucntion composing

2011-04-11 Thread Adam Krauze
Thanks all! You helped me a lot. Adam. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe