diff src/compiler.sml @ 4:5c3cc348e9e6

Rename Laconic* modules to Source*
author Adam Chlipala <adamc@hcoop.net>
date Sat, 26 Jan 2008 15:29:09 -0500
parents 4202f6eda946
children 258261a53842
line wrap: on
line diff
--- a/src/compiler.sml	Sat Jan 26 15:26:12 2008 -0500
+++ b/src/compiler.sml	Sat Jan 26 15:29:09 2008 -0500
@@ -58,7 +58,7 @@
         if ErrorMsg.anyErrors () then
             print "Recoverable parse error\n"
         else
-            (Print.print (LaconicPrint.p_file file);
+            (Print.print (SourcePrint.p_file file);
              print "\n")
 
 end