diff options
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig index c36ae2cc..73605d7c 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -120,6 +120,7 @@ signature COMPILER = sig val toSpecialize : (string, Core.file) transform val toShake3 : (string, Core.file) transform val toEspecialize : (string, Core.file) transform + val toReduce2 : (string, Core.file) transform val toShake4 : (string, Core.file) transform val toMarshalcheck : (string, Core.file) transform val toEffectize : (string, Core.file) transform |