diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-02-14 14:07:56 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-02-14 14:07:56 -0500 |
commit | f7db36644bdbde7b0ed48daffeb760bd5418bd2e (patch) | |
tree | d009d124587d5ea580081e4d2fccfb6ac9c21d69 /src/compiler.sig | |
parent | f75d359eeaaca5884d515380b735826532fad15c (diff) |
Start of RPCification
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig index b126fb51..1b4995ee 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -66,6 +66,7 @@ signature COMPILER = sig val especialize : (Core.file, Core.file) phase val core_untangle : (Core.file, Core.file) phase val shake : (Core.file, Core.file) phase + val rpcify : (Core.file, Core.file) phase val tag : (Core.file, Core.file) phase val reduce : (Core.file, Core.file) phase val unpoly : (Core.file, Core.file) phase @@ -92,6 +93,7 @@ signature COMPILER = sig val toEspecialize : (string, Core.file) transform val toCore_untangle : (string, Core.file) transform val toShake1 : (string, Core.file) transform + val toRpcify : (string, Core.file) transform val toTag : (string, Core.file) transform val toReduce : (string, Core.file) transform val toUnpoly : (string, Core.file) transform |