Parent Directory
|
Revision Log
|
Patch
| revision 1473 by abate, Tue Jul 10 17:29:59 2007 UTC | revision 1474 by abate, Tue Jul 10 18:53:27 2007 UTC | |
|---|---|---|
| # | Line 228 | Line 228 |
| 228 | List.iter elim slots; | List.iter elim slots; |
| 229 | let r = | let r = |
| 230 | List.fold_left | List.fold_left |
| 231 | (fun accu (s,t) -> if s == final then alt accu t else accu) | (fun accu (s,t) -> |
| 232 | if s == final then alt accu t else accu) | |
| 233 | empty | empty |
| 234 | initial.outg in | initial.outg in |
| 235 | regexp r | regexp r |
|
||||||||
| CVS Admin">CVS Admin | ViewVC Help |
| Powered by ViewVC 1.1.5 |