| [#4] | project: compiler | priority: medium | category: missing feature | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Burak | Burak | fixed | 2003-05-19 18:10:44.0 | |
| subject | regular pattern matching | |||
| code |
// as in the following fragment
xs match {
case List(3 *,(2|5),x, z @ _ *) => x::2::z
} |
|||
| what happened | ||||
| what expected | soon | |||
| [back to overview] | ||||
| Burak edited on 2003-07-13 13:44:03.0 |
| migration is over, regular pattern matching works now. |