> 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 :)