summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 15:29:09 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 15:29:09 -0500
commit95beeda12defe36c4d4df42d3dee3bd753e19ff5 (patch)
tree6c9203f55fc835de1bbf15e9c3c92bedf40c59aa /src/compiler.sig
parente0a8e775a4c1e12debb2a3fa458007340685dc9d (diff)
Rename Laconic* modules to Source*
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 92c4d679..ede5d8b5 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -29,7 +29,7 @@
signature COMPILER = sig
- val parse : string -> Laconic.file option
+ val parse : string -> Source.file option
val testParse : string -> unit