Open agentm opened 3 years ago
From the "Out of the Tarpit" tutd:
data Price = Price Integer
There is no way to use this with integer functions without a pattern match. Implement case expressions in TutorialD.
case
From the "Out of the Tarpit" tutd:
There is no way to use this with integer functions without a pattern match. Implement
case
expressions in TutorialD.