]> matita.cs.unibo.it Git - helm.git/commitdiff
previous change was causing divergence
authorEnrico Tassi <enrico.tassi@inria.fr>
Tue, 16 Dec 2008 19:14:01 +0000 (19:14 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Tue, 16 Dec 2008 19:14:01 +0000 (19:14 +0000)
helm/software/components/ng_kernel/nCicReduction.ml

index 3b082339507b3739ae816516f507ebdef1a34e52..6105dd3a08c68739c3a0e208c19923c38bd86a09 100644 (file)
@@ -164,7 +164,7 @@ module Reduction(RS : Strategy) = struct
         | (_, _, C.Const (Ref.Ref (_,Ref.Con (_,j,lno))), s')->
           let _,params = HExtlib.split_nth lno s' in
           aux (k, e, List.nth pl (j-1), params@s)
-        | _ -> config,reduced == match_head)
+        | _ -> config, true)
    in
     aux
   ;;