diff src/iflow.sig @ 1210:c5bd970e77a5

Parsing more comparison operators
author Adam Chlipala <adamc@hcoop.net>
date Tue, 06 Apr 2010 12:04:08 -0400
parents ae3036773768
children 1d4d65245dd3
line wrap: on
line diff
--- a/src/iflow.sig	Tue Apr 06 11:07:19 2010 -0400
+++ b/src/iflow.sig	Tue Apr 06 12:04:08 2010 -0400
@@ -42,6 +42,11 @@
              Known
            | Sql of string
            | Eq
+           | Ne
+           | Lt
+           | Le
+           | Gt
+           | Ge
 
     datatype prop =
              True