summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-27 10:46:45 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-27 10:46:45 -0500
commitca833ef09c3bbb51e38b98f70c480a767c83c829 (patch)
tree96563b578170d86459afeab9a2ffa7ece83ef2bf /src/compiler.sig
parent59bc998793e4c715d038555143ac3d83f2b3bc42 (diff)
Stop using redundant Defunc pass
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 8c52ea32..59ad32be 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -66,7 +66,6 @@ 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 defunc : (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,8 +91,6 @@ 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 toShake1' : (string, Core.file) transform
val toTag : (string, Core.file) transform
val toReduce : (string, Core.file) transform
val toUnpoly : (string, Core.file) transform