comparison 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
comparison
equal deleted inserted replaced
1982:2b95ecdd94eb 1983:0ff4f64b4309
200 val addPath : string * string -> unit 200 val addPath : string * string -> unit
201 val addModuleRoot : string * string -> unit 201 val addModuleRoot : string * string -> unit
202 202
203 val moduleOf : string -> string 203 val moduleOf : string -> string
204 204
205 val setStop : string -> unit
206 (* Stop compilation after this phase. *)
207
205 end 208 end