comparison src/compiler.sig @ 769:efceae06df17

allow/deny working in Mono_opt
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 13:37:52 -0400
parents 3b7e46790fa7
children dc3fc3f3b834
comparison
equal deleted inserted replaced
768:3b7e46790fa7 769:efceae06df17
45 clientToServer : Settings.ffi list, 45 clientToServer : Settings.ffi list,
46 effectful : Settings.ffi list, 46 effectful : Settings.ffi list,
47 clientOnly : Settings.ffi list, 47 clientOnly : Settings.ffi list,
48 serverOnly : Settings.ffi list, 48 serverOnly : Settings.ffi list,
49 jsFuncs : (Settings.ffi * string) list, 49 jsFuncs : (Settings.ffi * string) list,
50 rewrites : Settings.rewrite list 50 rewrites : Settings.rewrite list,
51 filterUrl : Settings.rule list,
52 filterMime : Settings.rule list
51 } 53 }
52 val compile : string -> unit 54 val compile : string -> unit
53 val compileC : {cname : string, oname : string, ename : string, libs : string, 55 val compileC : {cname : string, oname : string, ename : string, libs : string,
54 profile : bool, debug : bool, link : string list} -> unit 56 profile : bool, debug : bool, link : string list} -> unit
55 57