diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-11-11 19:58:25 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-11-11 19:58:25 -0500 |
commit | b7ae2f02cf8b11a674e4da90dcc18707b01e9087 (patch) | |
tree | f9de1c5b3c0d3061abe8db877a35e1b1e93b102c /src/elab_print.sml | |
parent | 1c1a33420c69bd2c75aa9986830020869e983e6e (diff) |
Map distributivity rule in hnormCon
Diffstat (limited to 'src/elab_print.sml')
-rw-r--r-- | src/elab_print.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab_print.sml b/src/elab_print.sml index 62b1ea02..2f652737 100644 --- a/src/elab_print.sml +++ b/src/elab_print.sml @@ -335,7 +335,7 @@ fun p_exp' par env (e, _) = else box [p_exp' true env e1, space, - string "with", + string "++", space, p_exp' true env e2]) | ECut (e, c, {field, rest}) => |