comparison src/scriptcheck.sig @ 1845:c1e3805e604e

Make Scriptcheck catch more script/message-passing uses, and move the phase earlier in compilation
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Mar 2013 16:09:55 -0400
parents aa2290c32ce2
children
comparison
equal deleted inserted replaced
1844:2c5e6f78560c 1845:c1e3805e604e
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 *) 26 *)
27 27
28 signature SCRIPT_CHECK = sig 28 signature SCRIPT_CHECK = sig
29 29
30 val classify : Cjr.file -> Cjr.file 30 val classify : Mono.file -> Mono.file
31 31
32 end 32 end