]> matita.cs.unibo.it Git - helm.git/commitdiff
One less warning.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 19 Jul 2012 22:59:13 +0000 (22:59 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 19 Jul 2012 22:59:13 +0000 (22:59 +0000)
matita/components/ng_refiner/nCicUnification.ml

index 6dfa7afee01c328cdbfa01d0e314fabee8d070f4..325ced5c436e9009c5072993ade330af1f0045fa 100644 (file)
@@ -140,7 +140,7 @@ let rec could_reduce status ~subst context =
   | C.Appl (C.Const (Ref.Ref (_,Ref.Fix (_,recno,_)))::args)
      when List.length args > recno ->
       let t = NCicReduction.whd status ~subst context (List.nth args recno) in
-        could_reduce status subst context t
+        could_reduce status ~subst context t
   | C.Match (_,_,he,_) ->
      let he = NCicReduction.whd status ~subst context he in
       could_reduce status ~subst context he