aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-03-28 11:13:36 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-03-28 11:13:36 -0400
commit0168071775d98602c427b4b915fb6489cc2f10ff (patch)
treeefba87fb9b2c9f5f7349dbe277b4a928bc0a2e66 /src/compiler.sig
parent754569fc0cf4affbf1227c44059352316a61fa24 (diff)
Marshalcheck
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 025a6bcd..d932c906 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -69,6 +69,7 @@ signature COMPILER = sig
val shake : (Core.file, Core.file) phase
val rpcify : (Core.file, Core.file) phase
val tag : (Core.file, Core.file) phase
+ val marshalcheck : (Core.file, Core.file) phase
val reduce : (Core.file, Core.file) phase
val unpoly : (Core.file, Core.file) phase
val specialize : (Core.file, Core.file) phase
@@ -99,6 +100,7 @@ signature COMPILER = sig
val toCore_untangle2 : (string, Core.file) transform
val toShake2 : (string, Core.file) transform
val toTag : (string, Core.file) transform
+ val toMarshalcheck : (string, Core.file) transform
val toReduce : (string, Core.file) transform
val toUnpoly : (string, Core.file) transform
val toSpecialize : (string, Core.file) transform