|
|
От: |
haba_haba_haba
|
|
| Дата: | 05.12.05 12:26 | ||
| Оценка: |
4 (2)
+3
|
||
Pattern matching can either fail, succeed or diverge. A successful match binds the formal parameters in the pattern. Divergence occurs when a value needed by the pattern contains an error (_|_) ....
|
|
От: | Sergey K | |
| Дата: | 05.12.05 16:29 | ||
| Оценка: | |||
__>Pattern matching can either fail, succeed or diverge. A successful match binds the formal parameters in the pattern. Divergence occurs when a value needed by the pattern contains an error (_|_) ....