agentm / project-m36

Project: M36 Relational Algebra Engine
The Unlicense
876 stars 47 forks source link

implement case pattern matching for tutoriald #280

Open agentm opened 3 years ago

agentm commented 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.