Hello!

Could someone explain to me the difference between the following?

data Atype = Numeric Integer | A | B C

and

data Atype = Integer | A | B C


Thanks in advance!