Mercurial > urweb
diff src/compiler.sig @ 642:4a125bbc602d
Conversion of functions to CPS, to facilitate ServerCall
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 08 Mar 2009 20:34:21 -0400 |
parents | 0dd40b6bfdf3 |
children | aa2290c32ce2 |
line wrap: on
line diff
--- a/src/compiler.sig Sun Mar 08 13:41:55 2009 -0400 +++ b/src/compiler.sig Sun Mar 08 20:34:21 2009 -0400 @@ -94,11 +94,13 @@ val toCore_untangle : (string, Core.file) transform val toShake1 : (string, Core.file) transform val toRpcify : (string, Core.file) transform + val toCore_untangle2 : (string, Core.file) transform + val toShake2 : (string, Core.file) transform val toTag : (string, Core.file) transform val toReduce : (string, Core.file) transform val toUnpoly : (string, Core.file) transform val toSpecialize : (string, Core.file) transform - val toShake2 : (string, Core.file) transform + val toShake3 : (string, Core.file) transform val toMonoize : (string, Mono.file) transform val toMono_opt1 : (string, Mono.file) transform val toUntangle : (string, Mono.file) transform