]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicMiniReduction.ml
Abst removed from the DTD.
[helm.git] / helm / ocaml / cic_proof_checking / cicMiniReduction.ml
index cb5875f73c3ef191f18eb5f654eaabebd066910d..bdc6e3a09d544b35167ef38631b94e61cb845e2d 100644 (file)
@@ -37,7 +37,6 @@ let rec letin_nf =
    | C.LetIn (n,s,t) -> CicSubstitution.subst (letin_nf s) t
    | C.Appl l -> C.Appl (List.map letin_nf l)
    | C.Const _ as t -> t
-   | C.Abst _ as t -> t
    | C.MutInd _ as t -> t
    | C.MutConstruct _ as t -> t
    | C.MutCase (sp,cookingsno,i,outt,t,pl) ->