X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Frecomm%2FrecommGcbGroundArith.ml;h=c2f4481139dafc4a961b093766598d0a0cc3b063;hb=2ed8d2abcc3b0687141b627061b63350a0b200bd;hp=1528eb2b1ef9ca2707ad49d8712450614e7fa7b3;hpb=4d232392091ee233afc26ecf3120dd5f5c6a33c8;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundArith.ml b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundArith.ml index 1528eb2b1..c2f448113 100644 --- a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundArith.ml +++ b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcbGroundArith.ml @@ -16,10 +16,18 @@ let step k st outs ins = | "nmax" :: tl -> k T.OK ("nmax" :: outs) tl | "nminus" :: tl -> k T.OK ("nminus" :: outs) tl | "nplus" :: tl -> k T.OK ("nplus" :: outs) tl + | "nrplus" :: tl -> k T.OK ("nrplus" :: outs) tl + | "rplus" :: tl -> k T.OK ("nrplus" :: outs) tl | "npred" :: tl -> k T.OK ("npred" :: outs) tl | "nsucc" :: tl -> k T.OK ("nsucc" :: outs) tl + | "npsucc" :: tl -> k T.OK ("npsucc" :: outs) tl | "ntri" :: tl -> k T.OK ("ntri" :: outs) tl | "niter" :: tl -> k T.OK ("niter" :: outs) tl + | "plt" :: tl -> k T.OK ("plt" :: outs) tl + | "ple" :: tl -> k T.OK ("ple" :: outs) tl + | "pplus" :: tl -> k T.OK ("pplus" :: outs) tl + | "ppred" :: tl -> k T.OK ("ppred" :: outs) tl + | "psucc" :: tl -> k T.OK ("psucc" :: outs) tl | _ -> k T.OO outs ins let main =