comparison src/unnest.sml @ 1254:935a981f4380

Merge
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 May 2010 13:57:01 -0400
parents c316ca3c9ec6
children 56bd4a4f6e66
comparison
equal deleted inserted replaced
1198:b52929351402 1254:935a981f4380
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 | DTask _ => explore () 425 | DTask _ => explore ()
426 | DPolicy _ => explore ()
426 end 427 end
427 428
428 and doStr (all as (str, loc), st) = 429 and doStr (all as (str, loc), st) =
429 let 430 let
430 fun default () = (all, st) 431 fun default () = (all, st)