summaryrefslogtreecommitdiff
path: root/src/iflow.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-04 16:17:23 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-04 16:17:23 -0400
commita88ce35c7521ff63415c234af64fc3c53aee7c9a (patch)
treeb8e6e863e5ebdcfb1ee3e5e2954799e74eefe89e /src/iflow.sig
parent66e7075328313be9831c78d665c8630ccfaf417c (diff)
Iflow tested with positive and negative cases
Diffstat (limited to 'src/iflow.sig')
-rw-r--r--src/iflow.sig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iflow.sig b/src/iflow.sig
index 8a11a008..2bdc9aae 100644
--- a/src/iflow.sig
+++ b/src/iflow.sig
@@ -51,7 +51,7 @@ signature IFLOW = sig
| Reln of reln * exp list
| Select of int * lvar * lvar * prop * exp
- exception Summaries of (string * exp * prop * (exp * prop) list) list
+ exception Imply of prop * prop
val check : Mono.file -> unit