Mercurial > urweb
comparison src/compiler.sig @ 268:bacd0ba869e1
Monoize ASC/DESC
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 31 Aug 2008 16:54:13 -0400 |
parents | 40c33706d887 |
children | b9b02613c0c2 |
comparison
equal
deleted
inserted
replaced
267:f31e8da68e90 | 268:bacd0ba869e1 |
---|---|
72 val toSpecialize : (job, Core.file) transform | 72 val toSpecialize : (job, Core.file) transform |
73 val toShake2 : (job, Core.file) transform | 73 val toShake2 : (job, Core.file) transform |
74 val toMonoize : (job, Mono.file) transform | 74 val toMonoize : (job, Mono.file) transform |
75 val toMono_opt1 : (job, Mono.file) transform | 75 val toMono_opt1 : (job, Mono.file) transform |
76 val toUntangle : (job, Mono.file) transform | 76 val toUntangle : (job, Mono.file) transform |
77 val toMono_reduce1 : (job, Mono.file) transform | 77 val toMono_reduce : (job, Mono.file) transform |
78 val toMono_shake1 : (job, Mono.file) transform | 78 val toMono_shake : (job, Mono.file) transform |
79 val toMono_opt2 : (job, Mono.file) transform | 79 val toMono_opt2 : (job, Mono.file) transform |
80 val toMono_reduce2 : (job, Mono.file) transform | |
81 val toMono_opt3 : (job, Mono.file) transform | |
82 val toMono_shake2 : (job, Mono.file) transform | |
83 val toCjrize : (job, Cjr.file) transform | 80 val toCjrize : (job, Cjr.file) transform |
84 | 81 |
85 end | 82 end |