comparison src/compiler.sig @ 1090:e77079953308

Module roots
author Adam Chlipala <adamc@hcoop.net>
date Thu, 24 Dec 2009 16:35:09 -0500
parents f1647f16097d
children 8679ba87cf3c
comparison
equal deleted inserted replaced
1089:f1647f16097d 1090:e77079953308
155 val toSqlify : (string, Cjr.file) transform 155 val toSqlify : (string, Cjr.file) transform
156 156
157 val debug : bool ref 157 val debug : bool ref
158 158
159 val addPath : string * string -> unit 159 val addPath : string * string -> unit
160 val addModuleRoot : string * string -> unit
160 161
161 end 162 end