Mercurial > urweb
comparison src/compiler.sig @ 572:57018f21cd5c
Handling singnal bind
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 21 Dec 2008 12:30:57 -0500 |
parents | 1901db85acb4 |
children | 7c3c21eb5b4c |
comparison
equal
deleted
inserted
replaced
571:86d324061ddc | 572:57018f21cd5c |
---|---|
100 val toMonoize : (string, Mono.file) transform | 100 val toMonoize : (string, Mono.file) transform |
101 val toMono_opt1 : (string, Mono.file) transform | 101 val toMono_opt1 : (string, Mono.file) transform |
102 val toUntangle : (string, Mono.file) transform | 102 val toUntangle : (string, Mono.file) transform |
103 val toMono_reduce : (string, Mono.file) transform | 103 val toMono_reduce : (string, Mono.file) transform |
104 val toMono_shake : (string, Mono.file) transform | 104 val toMono_shake : (string, Mono.file) transform |
105 val toMono_opt2 : (string, Mono.file) transform | |
105 val toJscomp : (string, Mono.file) transform | 106 val toJscomp : (string, Mono.file) transform |
106 val toMono_opt2 : (string, Mono.file) transform | 107 val toMono_opt3 : (string, Mono.file) transform |
107 val toFuse : (string, Mono.file) transform | 108 val toFuse : (string, Mono.file) transform |
108 val toUntangle2 : (string, Mono.file) transform | 109 val toUntangle2 : (string, Mono.file) transform |
109 val toMono_shake2 : (string, Mono.file) transform | 110 val toMono_shake2 : (string, Mono.file) transform |
110 val toPathcheck : (string, Mono.file) transform | 111 val toPathcheck : (string, Mono.file) transform |
111 val toCjrize : (string, Cjr.file) transform | 112 val toCjrize : (string, Cjr.file) transform |