Mercurial > urweb
comparison src/mono_shake.sml @ 1220:526575a9537a
Insert policies
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 11 Apr 2010 10:57:52 -0400 |
parents | 648e6b087dfb |
children | 00e628854005 |
comparison
equal
deleted
inserted
replaced
1219:3224faec752d | 1220:526575a9537a |
---|---|
60 | ((DTask (e1, e2), _), st) => usedVars (usedVars st e2) e1 | 60 | ((DTask (e1, e2), _), st) => usedVars (usedVars st e2) e1 |
61 | ((DPolicy pol, _), st) => | 61 | ((DPolicy pol, _), st) => |
62 let | 62 let |
63 val e1 = case pol of | 63 val e1 = case pol of |
64 PolClient e1 => e1 | 64 PolClient e1 => e1 |
65 | PolInsert e1 => e1 | |
65 in | 66 in |
66 usedVars st e1 | 67 usedVars st e1 |
67 end | 68 end |
68 | (_, st) => st) (IS.empty, IS.empty) file | 69 | (_, st) => st) (IS.empty, IS.empty) file |
69 | 70 |