Mercurial > urweb
comparison src/compiler.sig @ 601:7c3c21eb5b4c
Initial experiments with nested <dyn>
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 13 Jan 2009 15:17:11 -0500 |
parents | 57018f21cd5c |
children | 0dd40b6bfdf3 |
comparison
equal
deleted
inserted
replaced
600:d1cce194180d | 601:7c3c21eb5b4c |
---|---|
105 val toMono_opt2 : (string, Mono.file) transform | 105 val toMono_opt2 : (string, Mono.file) transform |
106 val toJscomp : (string, Mono.file) transform | 106 val toJscomp : (string, Mono.file) transform |
107 val toMono_opt3 : (string, Mono.file) transform | 107 val toMono_opt3 : (string, Mono.file) transform |
108 val toFuse : (string, Mono.file) transform | 108 val toFuse : (string, Mono.file) transform |
109 val toUntangle2 : (string, Mono.file) transform | 109 val toUntangle2 : (string, Mono.file) transform |
110 val toMono_reduce2 : (string, Mono.file) transform | |
110 val toMono_shake2 : (string, Mono.file) transform | 111 val toMono_shake2 : (string, Mono.file) transform |
111 val toPathcheck : (string, Mono.file) transform | 112 val toPathcheck : (string, Mono.file) transform |
112 val toCjrize : (string, Cjr.file) transform | 113 val toCjrize : (string, Cjr.file) transform |
113 val toPrepare : (string, Cjr.file) transform | 114 val toPrepare : (string, Cjr.file) transform |
114 val toSqlify : (string, Cjr.file) transform | 115 val toSqlify : (string, Cjr.file) transform |