Instant is
off
|
Search plugin
|
Manual
|
haskell.org
class
+keyword
Packages
keyword
keyword
class
keyword
A class declaration introduces a new type class and the overloaded operations that must be supported by any type that is an instance of that class. > class Num a where > (+) :: a -> a -> a > negate :: a -> a
©
Neil Mitchell
2004-2012, version 4.2.11