summaryrefslogtreecommitdiff
path: root/src/iflow.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/iflow.sig')
-rw-r--r--src/iflow.sig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iflow.sig b/src/iflow.sig
index bc481022..f85322ef 100644
--- a/src/iflow.sig
+++ b/src/iflow.sig
@@ -42,6 +42,11 @@ signature IFLOW = sig
Known
| Sql of string
| Eq
+ | Ne
+ | Lt
+ | Le
+ | Gt
+ | Ge
datatype prop =
True