Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:daa4f1d7a663 | 4:5c3cc348e9e6 |
---|---|
25 * POSSIBILITY OF SUCH DAMAGE. | 25 * POSSIBILITY OF SUCH DAMAGE. |
26 *) | 26 *) |
27 | 27 |
28 structure Elaborate :> ELABORATE = struct | 28 structure Elaborate :> ELABORATE = struct |
29 | 29 |
30 structure L = Laconic | 30 structure L = Source |
31 structure L' = Elab | 31 structure L' = Elab |
32 structure E = ElabEnv | 32 structure E = ElabEnv |
33 structure U = ElabUtil | 33 structure U = ElabUtil |
34 | 34 |
35 open Print | 35 open Print |