3 lines
42 B
Haskell
3 lines
42 B
Haskell
|
|
class Food a where
|
||
|
|
munch :: a -> String
|