Question: Why is data D a = Fork a (D a) | a -> a not a correct data type definition? Functions cannot appear in the
Why is data D a = Fork a (D a) | a -> a not a correct data type definition? Functions cannot appear in the definition of a data type. Type synonyms should be declared using the newtype keyword. Fork is a constructor used for trees. Datatype declarations cannot be recursive. None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
