diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-04-11 10:57:52 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-04-11 10:57:52 -0400 |
commit | 7b4f69ace67601a0f22de52f91f96deff540fd37 (patch) | |
tree | 7ff2be71b58e08eb16f904eb5ac254fa2e2d10f2 /src/mono_print.sml | |
parent | 7d88a1ff974ad5eb76dd12f63d9063d8bd48583b (diff) |
Insert policies
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r-- | src/mono_print.sml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml index 76a89cc7..e98fc924 100644 --- a/src/mono_print.sml +++ b/src/mono_print.sml @@ -417,6 +417,9 @@ fun p_policy env pol = PolClient e => box [string "sendClient", space, p_exp env e] + | PolInsert e => box [string "mayInsert", + space, + p_exp env e] fun p_decl env (dAll as (d, _) : decl) = case d of |