aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 3f04801f..28a5a5d5 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -53,9 +53,10 @@ signature COMPILER = sig
protocol : string option,
dbms : string option
}
- val compile : string -> unit
+ val compile : string -> bool
+ val compiler : string -> unit
val compileC : {cname : string, oname : string, ename : string, libs : string,
- profile : bool, debug : bool, link : string list} -> unit
+ profile : bool, debug : bool, link : string list} -> bool
type ('src, 'dst) phase
type ('src, 'dst) transform