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