comparison src/compiler.sig @ 432:5de838fb0950

Avoid using libpq when unneeded
author Adam Chlipala <adamc@hcoop.net>
date Sun, 26 Oct 2008 08:41:17 -0400
parents 1195f6e4d208
children bd9ee9aeca2f
comparison
equal deleted inserted replaced
431:24d22b843729 432:5de838fb0950
36 exe : string, 36 exe : string,
37 sql : string option, 37 sql : string option,
38 debug : bool 38 debug : bool
39 } 39 }
40 val compile : string -> unit 40 val compile : string -> unit
41 val compileC : {cname : string, oname : string, ename : string} -> unit 41 val compileC : {cname : string, oname : string, ename : string, libs : string} -> unit
42 42
43 type ('src, 'dst) phase 43 type ('src, 'dst) phase
44 type ('src, 'dst) transform 44 type ('src, 'dst) transform
45 45
46 val transform : ('src, 'dst) phase -> string -> ('src, 'dst) transform 46 val transform : ('src, 'dst) phase -> string -> ('src, 'dst) transform