summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
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