X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2Fdeannotate.ml;h=ec98b9774214bd6b684f42813711225812ad77ec;hb=b1fb6b8e1767d775bc452303629e95941d142bea;hp=27ea5b3b7335779eed38a17bb6dc8ee65d57c3e3;hpb=b57c31a1593872c181249135bc05ebd9a72f523b;p=helm.git diff --git a/helm/ocaml/cic/deannotate.ml b/helm/ocaml/cic/deannotate.ml index 27ea5b3b7..ec98b9774 100644 --- a/helm/ocaml/cic/deannotate.ml +++ b/helm/ocaml/cic/deannotate.ml @@ -53,7 +53,6 @@ let rec deannotate_term = C.LetIn (name, deannotate_term so, deannotate_term ta) | C.AAppl (_,l) -> C.Appl (List.map deannotate_term l) | C.AConst (_,uri, cookingsno) -> C.Const (uri, cookingsno) - | C.AAbst (_,uri) -> C.Abst uri | C.AMutInd (_,uri,cookingsno,i) -> C.MutInd (uri,cookingsno,i) | C.AMutConstruct (_,uri,cookingsno,i,j) -> C.MutConstruct (uri,cookingsno,i,j)