Mercurial > urweb
comparison src/settings.sig @ 1016:065ce3252090
Inlining threshold for Reduce
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 25 Oct 2009 12:08:21 -0400 |
parents | ea9f03ac2710 |
children | b2311dfb3158 |
comparison
equal
deleted
inserted
replaced
1015:e47303e5d73d | 1016:065ce3252090 |
---|---|
173 val getExe : unit -> string option | 173 val getExe : unit -> string option |
174 | 174 |
175 val setSql : string option -> unit | 175 val setSql : string option -> unit |
176 val getSql : unit -> string option | 176 val getSql : unit -> string option |
177 | 177 |
178 val setCoreInline : int -> unit | |
179 val getCoreInline : unit -> int | |
180 | |
181 val setMonoInline : int -> unit | |
182 val getMonoInline : unit -> int | |
183 | |
178 end | 184 end |