Mercurial > urweb
comparison src/unnest.sml @ 1073:b2311dfb3158
Initializers and setval
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 13 Dec 2009 14:20:41 -0500 |
parents | 34ba25d6af3b |
children | 0657e5adc938 |
comparison
equal
deleted
inserted
replaced
1072:9001966ae1c8 | 1073:b2311dfb3158 |
---|---|
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 end | 426 end |
426 | 427 |
427 and doStr (all as (str, loc), st) = | 428 and doStr (all as (str, loc), st) = |
428 let | 429 let |
429 fun default () = (all, st) | 430 fun default () = (all, st) |