X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcic2acic.mli;h=0288125b9a8ef6e64c17c6c85379346105d2b163;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=4f686da443ef71b1cc2a4a869aa855f4b3a71a80;hpb=2e062d07e358eb95f0dcbec8fcdfbc2a4fb9ae1f;p=helm.git diff --git a/helm/ocaml/cic_omdoc/cic2acic.mli b/helm/ocaml/cic_omdoc/cic2acic.mli index 4f686da44..0288125b9 100644 --- a/helm/ocaml/cic_omdoc/cic2acic.mli +++ b/helm/ocaml/cic_omdoc/cic2acic.mli @@ -24,7 +24,6 @@ *) exception NotEnoughElements -exception NameExpected val source_id_of_id : string -> string @@ -46,6 +45,7 @@ val acic_of_cic_context' : Cic.annterm (* annotated term *) val acic_object_of_cic_object : + ?eta_fix: bool -> (* perform eta_fixing; default: true*) Cic.obj -> (* object *) Cic.annobj * (* annotated object *) (Cic.id, Cic.term) Hashtbl.t * (* ids_to_terms *)