aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-01 21:24:43 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-01 21:24:43 -0400
commit24483b49c81a6ac1c99cd28ca3505150b5999863 (patch)
tree6b3d3ae7cea264af30aad9fd8966746ff21efaf1 /src/compiler.sig
parent047a2f193646e08db526768dca8376b7270eecb5 (diff)
Nested save compiles
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 bc1974a1..6094da89 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -63,6 +63,7 @@ signature COMPILER = sig
val explify : (Elab.file, Expl.file) phase
val corify : (Expl.file, Core.file) phase
val especialize : (Core.file, Core.file) phase
+ val core_untangle : (Core.file, Core.file) phase
val shake : (Core.file, Core.file) phase
val tag : (Core.file, Core.file) phase
val reduce : (Core.file, Core.file) phase
@@ -86,6 +87,7 @@ signature COMPILER = sig
val toExplify : (string, Expl.file) transform
val toCorify : (string, Core.file) transform
val toEspecialize : (string, Core.file) transform
+ val toCore_untangle : (string, Core.file) transform
val toShake1 : (string, Core.file) transform
val toTag : (string, Core.file) transform
val toReduce : (string, Core.file) transform