]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_proof_checking/cicMiniReduction.ml
application arguments are compared with test_eq_only=true
[helm.git] / helm / software / components / cic_proof_checking / cicMiniReduction.ml
index 5c88713c5affc199dc8d8561bc189f5ab8ec5a11..f063c1d9b5b414357c5a3a177feeafbdac7db50a 100644 (file)
@@ -40,7 +40,7 @@ let rec letin_nf =
    | C.Cast (te,ty) -> C.Cast (letin_nf te, letin_nf ty)
    | C.Prod (n,s,t) -> C.Prod (n, letin_nf s, letin_nf t)
    | C.Lambda (n,s,t) -> C.Lambda (n, letin_nf s, letin_nf t)
-   | C.LetIn (n,s,t) -> CicSubstitution.subst (letin_nf s) t
+   | C.LetIn (n,s,_,t) -> CicSubstitution.subst (letin_nf s) t
    | C.Appl l -> C.Appl (List.map letin_nf l)
    | C.Const (uri,exp_named_subst) ->
       let exp_named_subst' =