diff src/source_print.sml @ 44:a9f3ce2d1b9b

Elaborating functor applications
author Adam Chlipala <adamc@hcoop.net>
date Thu, 19 Jun 2008 17:04:08 -0400
parents b3fbbc6cb1e5
children 0a5c312de09a
line wrap: on
line diff
--- a/src/source_print.sml	Thu Jun 19 16:43:24 2008 -0400
+++ b/src/source_print.sml	Thu Jun 19 17:04:08 2008 -0400
@@ -375,6 +375,10 @@
                                                 string "=>",
                                                 space,
                                                 p_str str]
+      | StrApp (str1, str2) => box [p_str str1,
+                                    string "(",
+                                    p_str str2,
+                                    string ")"]
 
 val p_file = p_list_sep newline p_decl