]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_paramodulation/nCicParamod.ml
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_paramodulation / nCicParamod.ml
index 199e101fa61a60d4546aa677ef75a5bfa8883db7..1827d80981889d0fdc181b0fad3eb646a422ef19 100644 (file)
@@ -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
 ;;