diff src/compiler.sig @ 1983:0ff4f64b4309

Merge in upstream
author Patrick Hurst <phurst@mit.edu>
date Wed, 29 Jan 2014 18:29:43 -0500
parents 0652f295e0fa
children a9159911c3ba 606af2c9b828
line wrap: on
line diff
--- a/src/compiler.sig	Sat Jan 25 18:15:14 2014 -0500
+++ b/src/compiler.sig	Wed Jan 29 18:29:43 2014 -0500
@@ -202,4 +202,7 @@
 
     val moduleOf : string -> string
 
+    val setStop : string -> unit
+    (* Stop compilation after this phase. *)
+
 end