Mercurial > urweb
diff src/compiler.sig @ 488:5521bb0b4014
Get preliminary ThreadedBlog working
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 11 Nov 2008 15:12:24 -0500 |
parents | 685b41e85634 |
children | 8875ff2e85dc |
line wrap: on
line diff
--- a/src/compiler.sig Tue Nov 11 11:49:51 2008 -0500 +++ b/src/compiler.sig Tue Nov 11 15:12:24 2008 -0500 @@ -90,7 +90,8 @@ val toEspecialize : (string, Core.file) transform val toCore_untangle : (string, Core.file) transform val toShake1 : (string, Core.file) transform - val toDefunc : (string, Core.file) transform + val toDefunc : (string, Core.file) transform + val toShake1' : (string, Core.file) transform val toTag : (string, Core.file) transform val toReduce : (string, Core.file) transform val toUnpoly : (string, Core.file) transform