diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-17 19:01:04 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-17 19:01:04 -0400 |
commit | 58d54b5e088ae016b6ec2f38bc2faa9852b3aacd (patch) | |
tree | d0d80327ab5a8d6c922a25646ac1c48ee20a57b9 /src/compiler.sig | |
parent | cdef77b52aeb37ea688bd93a37eb82132a1c99ef (diff) |
Grid changed to use Dlist.replace; filters stopped working
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig index 7ce19580..c78a2773 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -86,6 +86,7 @@ signature COMPILER = sig val reduce : (Core.file, Core.file) phase val unpoly : (Core.file, Core.file) phase val specialize : (Core.file, Core.file) phase + val tailify : (Core.file, Core.file) phase val marshalcheck : (Core.file, Core.file) phase val effectize : (Core.file, Core.file) phase val monoize : (Core.file, Mono.file) phase @@ -120,6 +121,7 @@ signature COMPILER = sig val toSpecialize : (string, Core.file) transform val toShake3 : (string, Core.file) transform val toEspecialize : (string, Core.file) transform + val toTailify : (string, Core.file) transform val toReduce2 : (string, Core.file) transform val toShake4 : (string, Core.file) transform val toMarshalcheck : (string, Core.file) transform |