aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/iflow.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-04 17:44:12 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-04 17:44:12 -0400
commit677c10e07e93c08f5990a9c74dae4da65b7270f8 (patch)
tree2c29b96122efd8e630ea24a3db4ed7489f408c5a /src/iflow.sig
parent7e8e31fc6375ba9a0b9db891c3ecbc89fbf6d374 (diff)
Parsing more of WHERE
Diffstat (limited to 'src/iflow.sig')
-rw-r--r--src/iflow.sig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iflow.sig b/src/iflow.sig
index 2bdc9aae..2ef8be5f 100644
--- a/src/iflow.sig
+++ b/src/iflow.sig
@@ -55,4 +55,6 @@ signature IFLOW = sig
val check : Mono.file -> unit
+ val debug : bool ref
+
end