klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Instance #48

Open klequis opened 2 years ago

klequis commented 2 years ago

An instance is the definition of how a type class should work for a given type. Instances are unique for a given combination of type class and type.