On Thu, 29 Jul 2004 enrico.santoemma at tin.it wrote: > I'm very fresh on Haskell. Exactly... chapter 13 of SOE :) > Are type classes different from Java classes? Type classes are a static issue. They are roughly speaking bundles of functions that can be overloaded.