Changes between Version 2 and Version 3 of LambdasVsPatternMatching
- Timestamp:
- 07/05/12 23:34:17 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LambdasVsPatternMatching
v2 v3 102 102 ; Pat2_1 Pat2_2 ... -> Expr2 } 103 103 }}} 104 Another is to start each clause with a ```\```: 105 {{{ 106 \ Pat1_1 Pat1_2 ... -> Expr1 107 \ Pat2_1 Pat2_2 ... -> Expr2 108 \ ... 109 }}} 104 110 105 111 === !MultiClauseLambdas with a keyword ===
