X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FnCicParamod.ml;h=1827d80981889d0fdc181b0fad3eb646a422ef19;hb=74c6905907b0bca229366d52450e2a6982b5b8be;hp=199e101fa61a60d4546aa677ef75a5bfa8883db7;hpb=6b46ffbedfb4d105e48319f4bed26fb3f76f17d3;p=helm.git diff --git a/matita/components/ng_paramodulation/nCicParamod.ml b/matita/components/ng_paramodulation/nCicParamod.ml index 199e101fa..1827d8098 100644 --- a/matita/components/ng_paramodulation/nCicParamod.ml +++ b/matita/components/ng_paramodulation/nCicParamod.ml @@ -205,7 +205,7 @@ let is_equation status metasenv subst context ty = NCicMetaSubst.saturate status ~delta:0 metasenv subst context ty 0 in match hty with - | NCic.Appl (eq ::tl) when eq = CB.eqP -> true + | NCic.Appl (eq ::_) when eq = CB.eqP -> true | _ -> false ;;