diff src/compiler.sig @ 4:5c3cc348e9e6

Rename Laconic* modules to Source*
author Adam Chlipala <adamc@hcoop.net>
date Sat, 26 Jan 2008 15:29:09 -0500
parents 4202f6eda946
children 258261a53842
line wrap: on
line diff
--- a/src/compiler.sig	Sat Jan 26 15:26:12 2008 -0500
+++ b/src/compiler.sig	Sat Jan 26 15:29:09 2008 -0500
@@ -29,7 +29,7 @@
 
 signature COMPILER = sig
 
-    val parse : string -> Laconic.file option
+    val parse : string -> Source.file option
 
     val testParse : string -> unit