]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundLib.ml
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcbGroundLib.ml
index 1402aff57a81ba891326d5e5059a549e15e13737..95c38750c11471b9393a99dd1eedee3ba091bc02 100644 (file)
@@ -4,6 +4,7 @@ module R = RecommPcsAnd
 let step k st outs ins =
   if st <> T.OO then k st outs ins else
   match ins with
+  | "stream_eq" :: tl -> k T.OK ("stream_eq" :: outs) tl
   | "ctc" :: tl -> k T.OK ("ctc" :: outs) tl
   | "contextual" :: "transitive" :: "closure" :: tl -> k T.OK ("ctc" :: outs) tl
   | "compose" :: tl -> k T.OK ("compose" :: outs) tl