X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Frecomm%2FrecommGcbGroundCounters.ml;h=53a98c92e2f30b1297b3f8bd218b2fddab8a726a;hp=da14eabe1e6ee7a1d5b55629879c7772af745b39;hb=dbc57c92512c04b3fd88f8289bb8dbe99b2f90e0;hpb=baa54e5db0fb93c4242dd1b67a5018ca63206cf6 diff --git a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundCounters.ml b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundCounters.ml index da14eabe1..53a98c92e 100644 --- a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundCounters.ml +++ b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundCounters.ml @@ -1,14 +1,9 @@ let step k ok outs ins = if ok then k ok outs ins else match ins with - | "rtc_ist" :: tl -> k true ("rtc_ist" :: outs) tl - | "test" :: "for" :: "t-transition" :: "counter" :: tl -> k true ("rtc_ist" :: outs) tl - | "rtc_ism" :: tl -> k true ("rtc_ism" :: outs) tl - | "test" :: "for" :: "constrained" :: "rt-transition" :: "counter" :: tl -> k true ("rtc_ism" :: outs) tl - | "rtc_shift" :: tl -> k true ("rtc_shift" :: outs) tl - | "shift" :: tl -> k true ("rtc_shift" :: outs) tl + | "rtc_plus" :: tl -> k true ("rtc_plus" :: outs) tl | "rtc_max" :: tl -> k true ("rtc_max" :: outs) tl - | "max" :: tl -> k true ("rtc_max" :: outs) tl + | "rtc_shift" :: tl -> k true ("rtc_shift" :: outs) tl | _ -> k ok outs ins let main =