]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommTypes.ml
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommTypes.ml
index f2f8e87a9bfcb4fe6012932313d6a5c438de2ec1..7225e916e2368aff21821118aea7e5f05bd82187 100644 (file)
@@ -26,4 +26,8 @@ type ('s, 't) aproc = 's -> words -> words -> 't
 
 type ('s, 't) astep = ('s, 't) aproc -> ('s, 't) aproc
 
-type step = (bool, bool * words * words) astep
+type return = KO
+            | OK
+            | OO
+
+type step = (return, return * words * words) astep