diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-01-26 15:29:09 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-01-26 15:29:09 -0500 |
commit | 95beeda12defe36c4d4df42d3dee3bd753e19ff5 (patch) | |
tree | 6c9203f55fc835de1bbf15e9c3c92bedf40c59aa /src/elaborate.sml | |
parent | e0a8e775a4c1e12debb2a3fa458007340685dc9d (diff) |
Rename Laconic* modules to Source*
Diffstat (limited to 'src/elaborate.sml')
-rw-r--r-- | src/elaborate.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elaborate.sml b/src/elaborate.sml index e6044e49..ed290d55 100644 --- a/src/elaborate.sml +++ b/src/elaborate.sml @@ -27,7 +27,7 @@ structure Elaborate :> ELABORATE = struct -structure L = Laconic +structure L = Source structure L' = Elab structure E = ElabEnv structure U = ElabUtil |