summaryrefslogtreecommitdiff
path: root/src/compiler.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 15:29:09 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 15:29:09 -0500
commit95beeda12defe36c4d4df42d3dee3bd753e19ff5 (patch)
tree6c9203f55fc835de1bbf15e9c3c92bedf40c59aa /src/compiler.sml
parente0a8e775a4c1e12debb2a3fa458007340685dc9d (diff)
Rename Laconic* modules to Source*
Diffstat (limited to 'src/compiler.sml')
-rw-r--r--src/compiler.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sml b/src/compiler.sml
index 2463528b..967fcf3d 100644
--- a/src/compiler.sml
+++ b/src/compiler.sml
@@ -58,7 +58,7 @@ fun testParse filename =
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