X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FtermAcicContent.ml;h=f3806beea63896e2a3217df528a8806649328832;hb=cc23f034c9419186602d9250456241f2eba90d7c;hp=f6b1b68aa3958d50deb92c1ec97a4c82aaee7322;hpb=94538d45a28cf8e833f9ad4523b61a3252fde7d4;p=helm.git diff --git a/helm/software/components/acic_content/termAcicContent.ml b/helm/software/components/acic_content/termAcicContent.ml index f6b1b68aa..f3806beea 100644 --- a/helm/software/components/acic_content/termAcicContent.ml +++ b/helm/software/components/acic_content/termAcicContent.ml @@ -118,8 +118,8 @@ let ast_of_acic0 ~output_type term_info acic k = | Cic.ALambda (id,n,s,t) -> idref id (Ast.Binder (`Lambda, (CicNotationUtil.name_of_cic_name n, Some (k s)), k t)) - | Cic.ALetIn (id,n,s,t) -> - idref id (Ast.LetIn ((CicNotationUtil.name_of_cic_name n, None), + | Cic.ALetIn (id,n,s,ty,t) -> + idref id (Ast.LetIn ((CicNotationUtil.name_of_cic_name n, Some (k ty)), k s, k t)) | Cic.AAppl (aid,(Cic.AConst _ as he::tl as args)) | Cic.AAppl (aid,(Cic.AMutInd _ as he::tl as args))