diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-11-11 15:12:24 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-11-11 15:12:24 -0500 |
commit | c37eb2bf37073699bd66ae920359ffb20e6b93ef (patch) | |
tree | d5ed1a7591b639cb85c0a2e8982c9d9929b42df3 /src/compiler.sig | |
parent | efdbe3296b37e61fe8838762e4212756f4a3833d (diff) |
Get preliminary ThreadedBlog working
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 3 |
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 |