Mercurial > urweb
diff src/compiler.sig @ 1186:a4ac900d3085
Remove unpoly1
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 16 Mar 2010 15:39:16 -0400 |
parents | 9d3ccb8b39ac |
children | 5eac14322548 |
line wrap: on
line diff
--- a/src/compiler.sig Tue Mar 16 10:09:01 2010 -0400 +++ b/src/compiler.sig Tue Mar 16 15:39:16 2010 -0400 @@ -90,6 +90,7 @@ val tag : (Core.file, Core.file) phase val reduce : (Core.file, Core.file) phase val unpoly : (Core.file, Core.file) phase + val especialize : (Core.file, Core.file) phase val specialize : (Core.file, Core.file) phase val marshalcheck : (Core.file, Core.file) phase val effectize : (Core.file, Core.file) phase @@ -121,13 +122,13 @@ val toRpcify : (string, Core.file) transform val toCore_untangle2 : (string, Core.file) transform val toShake2 : (string, Core.file) transform - val toUnpoly1 : (string, Core.file) transform val toEspecialize1 : (string, Core.file) transform val toCore_untangle3 : (string, Core.file) transform val toShake3 : (string, Core.file) transform val toTag : (string, Core.file) transform val toReduce : (string, Core.file) transform - val toUnpoly2 : (string, Core.file) transform + val toShakey : (string, Core.file) transform + val toUnpoly : (string, Core.file) transform val toSpecialize : (string, Core.file) transform val toShake4 : (string, Core.file) transform val toEspecialize2 : (string, Core.file) transform