diff src/iflow.sig @ 1207:ae3036773768

Introduced the known() predicate
author Adam Chlipala <adamc@hcoop.net>
date Tue, 06 Apr 2010 09:51:36 -0400
parents 772760df4c4c
children c5bd970e77a5
line wrap: on
line diff
--- a/src/iflow.sig	Sun Apr 04 17:44:12 2010 -0400
+++ b/src/iflow.sig	Tue Apr 06 09:51:36 2010 -0400
@@ -39,7 +39,8 @@
            | Finish
 
     datatype reln =
-             Sql of string
+             Known
+           | Sql of string
            | Eq
 
     datatype prop =