]> matita.cs.unibo.it Git - helm.git/commitdiff
Recently introduced bug fixed in the kernel: a stack was "forgot" during
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 24 Mar 2006 18:33:30 +0000 (18:33 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 24 Mar 2006 18:33:30 +0000 (18:33 +0000)
reduction of a MutCase.

components/cic_proof_checking/cicReduction.ml

index 56e98775f31caf7276303a091dbeb22612128046..046ab908ab1b66a20f2291ddb5837ba1b3ae9900 100644 (file)
@@ -639,7 +639,7 @@ if List.mem uri params then debug_print (lazy "---- OK2") ;
         in
          (match decofix (reduce (k,e,ens,term,[])) with
              (k', e', ens', C.MutConstruct (_,_,j,_), []) ->
-              reduce (k, e, ens, (List.nth pl (j-1)), [])
+              reduce (k, e, ens, (List.nth pl (j-1)), s)
            | (k', e', ens', C.MutConstruct (_,_,j,_), s') ->
               let (arity, r) =
                 let o,_ =