implement case pattern matching for tutoriald
Abierto
- Lenguaje dominante
- Haskell
- Estrellas
- 952
- Forks
- 50
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.