diff src/elaborate.sml @ 4:5c3cc348e9e6

Rename Laconic* modules to Source*
author Adam Chlipala <adamc@hcoop.net>
date Sat, 26 Jan 2008 15:29:09 -0500
parents daa4f1d7a663
children 258261a53842
line wrap: on
line diff
--- a/src/elaborate.sml	Sat Jan 26 15:26:12 2008 -0500
+++ b/src/elaborate.sml	Sat Jan 26 15:29:09 2008 -0500
@@ -27,7 +27,7 @@
 
 structure Elaborate :> ELABORATE = struct
 
-structure L = Laconic
+structure L = Source
 structure L' = Elab
 structure E = ElabEnv
 structure U = ElabUtil