Mercurial > urweb
comparison src/unnest.sml @ 1075:0657e5adc938
Convert to task syntax
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 15 Dec 2009 10:19:05 -0500 |
parents | b2311dfb3158 |
children | c316ca3c9ec6 |
comparison
equal
deleted
inserted
replaced
1074:d89f98f0b4bb | 1075:0657e5adc938 |
---|---|
420 | DView _ => default () | 420 | DView _ => default () |
421 | DClass _ => default () | 421 | DClass _ => default () |
422 | DDatabase _ => default () | 422 | DDatabase _ => default () |
423 | DCookie _ => default () | 423 | DCookie _ => default () |
424 | DStyle _ => default () | 424 | DStyle _ => default () |
425 | DInitializer _ => explore () | 425 | DTask _ => explore () |
426 end | 426 end |
427 | 427 |
428 and doStr (all as (str, loc), st) = | 428 and doStr (all as (str, loc), st) = |
429 let | 429 let |
430 fun default () = (all, st) | 430 fun default () = (all, st) |