
7 Jan
2016
7 Jan
'16
5:33 p.m.
if you must use pattern matching, here is a tip: (Person name0 age0) i.e. records are like tuples with values in the order of declared record fields. name0 can be named anything else. To match any field value, use _ for that field