summaryrefslogtreecommitdiff
path: root/src/demo.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/demo.sig')
-rw-r--r--src/demo.sig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demo.sig b/src/demo.sig
index 4bb4a19e..5f5fa2bb 100644
--- a/src/demo.sig
+++ b/src/demo.sig
@@ -28,5 +28,6 @@
signature DEMO = sig
val make : {prefix : string, dirname : string, guided : bool} -> unit
+ val make' : {prefix : string, dirname : string, guided : bool} -> bool
end