Pattern matching: Difference between revisions

Content deleted Content added
adding a reference
m linking
Line 62:
</syntaxhighlight>
 
The creations of these functions can be automated by Haskell's data [[Record (computer science)|record]] syntax.
 
==Filtering data with patterns==