3 lines
55 B
Haskell
3 lines
55 B
Haskell
|
|
instance (Food a) => Eatable a where
|
||
|
|
eat x = munch x
|