]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/bin/recomm/recommGcrGroundCounters.ml
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcrGroundCounters.ml
1 module T = RecommTypes
2 module R = RecommPccFor
3
4 let step k st outs ins =
5   if st <> T.OO then k st outs ins else
6   match ins with
7   | "SHIFT" :: tl -> k T.OK ("SHIFT" :: outs) tl
8   | _ -> k T.OO outs ins
9
10 let main =
11   R.register_r step