implement case pattern matching for tutoriald
Open
- Dominant language
- Haskell
- Stars
- 952
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.