Mercurial > urweb
comparison src/unnest.sml @ 1797:bb942416bf1c
Remove 'class' declaration; now use 'con' instead
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 29 Jul 2012 12:27:13 -0400 |
parents | b4480a56cab7 |
children | 5f478ecf65e4 |
comparison
equal
deleted
inserted
replaced
1796:0de0daab5fbb | 1797:bb942416bf1c |
---|---|
426 | DConstraint _ => default () | 426 | DConstraint _ => default () |
427 | DExport _ => default () | 427 | DExport _ => default () |
428 | DTable _ => default () | 428 | DTable _ => default () |
429 | DSequence _ => default () | 429 | DSequence _ => default () |
430 | DView _ => default () | 430 | DView _ => default () |
431 | DClass _ => default () | |
432 | DDatabase _ => default () | 431 | DDatabase _ => default () |
433 | DCookie _ => default () | 432 | DCookie _ => default () |
434 | DStyle _ => default () | 433 | DStyle _ => default () |
435 | DTask _ => explore () | 434 | DTask _ => explore () |
436 | DPolicy _ => explore () | 435 | DPolicy _ => explore () |