aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/iflow.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/iflow.sml')
-rw-r--r--src/iflow.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iflow.sml b/src/iflow.sml
index c8a8df89..d0fc0d80 100644
--- a/src/iflow.sml
+++ b/src/iflow.sml
@@ -1282,7 +1282,8 @@ fun buildable (e, loc) =
val (_, hs) = !hyps
in
ErrorMsg.errorAt loc "The information flow policy may be violated here.";
- Print.preface ("Hypotheses", Print.p_list p_atom hs)
+ Print.prefaces "Situation" [("Hypotheses", Print.p_list p_atom hs),
+ ("User learns", p_exp e)]
end)
end