From b4398c433195b75d5e03d0774b1128fae14e9f41 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 2 Sep 2008 10:51:41 -0400 Subject: 'database' declaration threaded through compiler --- src/source_print.sml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/source_print.sml') diff --git a/src/source_print.sml b/src/source_print.sml index f98227ec..c37505d0 100644 --- a/src/source_print.sml +++ b/src/source_print.sml @@ -550,6 +550,10 @@ fun p_decl ((d, _) : decl) = space, p_con c] + | DDatabase s => box [string "database", + space, + string s] + and p_str (str, _) = case str of StrConst ds => box [string "struct", -- cgit v1.2.3