RosettaCodeData/Task/Constrained-genericity/Haskell/constrained-genericity-5.hs

3 lines
42 B
Haskell

class Food a where
munch :: a -> String