From 71cc64ad35debb1950827e4be6c6a3d5cfc216fc Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 26 Sep 2013 16:22:06 -0400 Subject: Get -root working properly again --- src/source_print.sml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/source_print.sml') diff --git a/src/source_print.sml b/src/source_print.sml index c8a38922..ce095542 100644 --- a/src/source_print.sml +++ b/src/source_print.sml @@ -571,24 +571,24 @@ fun p_decl ((d, _) : decl) = string "=", space, p_sgn sgn] - | DStr (x, NONE, _, str) => box [string "structure", - space, - string x, - space, - string "=", - space, - p_str str] - | DStr (x, SOME sgn, _, str) => box [string "structure", - space, - string x, - space, - string ":", - space, - p_sgn sgn, - space, - string "=", - space, - p_str str] + | DStr (x, NONE, _, str, _) => box [string "structure", + space, + string x, + space, + string "=", + space, + p_str str] + | DStr (x, SOME sgn, _, str, _) => box [string "structure", + space, + string x, + space, + string ":", + space, + p_sgn sgn, + space, + string "=", + space, + p_str str] | DFfiStr (x, sgn, _) => box [string "extern", space, string "structure", -- cgit v1.2.3