summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-11 15:12:24 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-11 15:12:24 -0500
commitc37eb2bf37073699bd66ae920359ffb20e6b93ef (patch)
treed5ed1a7591b639cb85c0a2e8982c9d9929b42df3 /src/compiler.sig
parentefdbe3296b37e61fe8838762e4212756f4a3833d (diff)
Get preliminary ThreadedBlog working
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 402706be..2bed20f9 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -90,7 +90,8 @@ signature COMPILER = sig
val toEspecialize : (string, Core.file) transform
val toCore_untangle : (string, Core.file) transform
val toShake1 : (string, Core.file) transform
- val toDefunc : (string, Core.file) transform
+ val toDefunc : (string, Core.file) transform
+ val toShake1' : (string, Core.file) transform
val toTag : (string, Core.file) transform
val toReduce : (string, Core.file) transform
val toUnpoly : (string, Core.file) transform