From 718af1b286a8fbd3f9f97358ab3bd995684f9543 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 11 Dec 2010 15:16:04 -0500 Subject: minHeap option in .urp files --- src/compiler.sig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compiler.sig') diff --git a/src/compiler.sig b/src/compiler.sig index d0f6ac72..971ddf53 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -55,7 +55,8 @@ signature COMPILER = sig dbms : string option, sigFile : string option, safeGets : string list, - onError : (string * string list * string) option + onError : (string * string list * string) option, + minHeap : int } val compile : string -> bool val compiler : string -> unit -- cgit v1.2.3