X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FtermAcicContent.ml;h=6eeb45749510c8ed03c6444209bef4863f2fd219;hb=4a747f4352bd5961c60a7d75eaa95ac3ee4f54f9;hp=81d0ef0a74f12211cb7a8e74ba7fd504fbf5311e;hpb=c83721701dbbd44d3d547fdec6c4a5658322f424;p=helm.git diff --git a/helm/software/components/acic_content/termAcicContent.ml b/helm/software/components/acic_content/termAcicContent.ml index 81d0ef0a7..6eeb45749 100644 --- a/helm/software/components/acic_content/termAcicContent.ml +++ b/helm/software/components/acic_content/termAcicContent.ml @@ -121,7 +121,7 @@ let ast_of_acic0 ~output_type term_info acic k = | Cic.ASort (id,Cic.Type u) -> idref id (Ast.Sort (`Type u)) | Cic.ASort (id,Cic.CProp u) -> idref id (Ast.Sort (`CProp u)) | Cic.AImplicit (id, Some `Hole) -> idref id Ast.UserInput - | Cic.AImplicit (id, _) -> idref id Ast.Implicit + | Cic.AImplicit (id, _) -> idref id (Ast.Implicit `JustOne) | Cic.AProd (id,n,s,t) -> let binder_kind = match sort_of_id id with