Changes between Version 43 and Version 44 of ViewPatterns
- Timestamp:
- 02/09/12 06:09:56 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewPatterns
v43 v44 284 284 ==== Implicit Tupling ==== 285 285 286 A further syntactic extension would be to have impl cit Maybes with implicit tupling: multiple patterns after the `=>` are implicitly tupled. Then you could write:286 A further syntactic extension would be to have implicit Maybes with implicit tupling: multiple patterns after the `=>` are implicitly tupled. Then you could write: 287 287 {{{ 288 288 size (outArrow => t1 t2) = size t1 + size t2
