If you use patterns to access records or function arguments, you usually do not need to specify their types. They will be inferred from the pattern or usage.
It is better style not to write the types!
If you use patterns to access records or function arguments, you usually do not need to specify their types. They will be inferred from the pattern or usage.
It is better style not to write the types!