X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Frecomm%2FrecommGcsWith.ml;h=8d00bb8121597b4e35e08558ab98694b59d4c4f7;hp=091bb2d12a447aa129d300813f77b68e2cf4d485;hb=ae626612bff9c3746dd7647bbada791c737e348c;hpb=4d232392091ee233afc26ecf3120dd5f5c6a33c8 diff --git a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml index 091bb2d12..8d00bb812 100644 --- a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml +++ b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml @@ -6,6 +6,8 @@ let step k st outs ins = if st = T.KO then k st outs ins else match ins with | "with" :: tl -> k T.OK ("with" :: outs) tl + | "of" :: tl -> k T.OK ("with" :: outs) tl + | "for" :: tl -> k T.OK ("with" :: outs) tl | _ -> k T.OO outs ins let main =