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

2 lines
38 B
Haskell

data (Eatable a) => FoodBox a = F [a]