2009/3/11 Bulat Ziganshin <bulat.ziganshin@gmail.com>
Hello Mark,

Wednesday, March 11, 2009, 9:11:42 AM, you wrote:

> Just wondering if Generics and Parametric polymorphism are one and the same in Haskell.

haskell Parametric polymorphism is the same type of thing as Java Generics :)


Most importantly (or awesomely?), every time Haskell infers the type of a function you've written, you get *the most generic possible* version, for free :)