From 92ef621511425ae4ffb2873f4ce9d31ad0f0ed5d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 25 Nov 2009 08:52:32 -0500 Subject: Refactor compile functions; allow empty tag contents --- src/compiler.sig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/compiler.sig') 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 -- cgit v1.2.3