Mercurial > urweb
diff src/compiler.sig @ 454:9163f8014f9b
Nested save compiles
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 01 Nov 2008 21:24:43 -0400 |
parents | 85819353a84f |
children | 685b41e85634 |
line wrap: on
line diff
--- a/src/compiler.sig Sat Nov 01 21:19:43 2008 -0400 +++ b/src/compiler.sig Sat Nov 01 21:24:43 2008 -0400 @@ -63,6 +63,7 @@ val explify : (Elab.file, Expl.file) phase val corify : (Expl.file, Core.file) phase val especialize : (Core.file, Core.file) phase + val core_untangle : (Core.file, Core.file) phase val shake : (Core.file, Core.file) phase val tag : (Core.file, Core.file) phase val reduce : (Core.file, Core.file) phase @@ -86,6 +87,7 @@ val toExplify : (string, Expl.file) transform val toCorify : (string, Core.file) transform val toEspecialize : (string, Core.file) transform + val toCore_untangle : (string, Core.file) transform val toShake1 : (string, Core.file) transform val toTag : (string, Core.file) transform val toReduce : (string, Core.file) transform