X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcic2acic.mli;h=0288125b9a8ef6e64c17c6c85379346105d2b163;hb=c5d5bf37b1e4c4b9b499ed2cbfe27cf2ec181944;hp=b34d34342981c17c50436f97c2c12338bf63a71e;hpb=4bcd14a9ed245ccae631697a05ff5a377c02b179;p=helm.git diff --git a/helm/ocaml/cic_omdoc/cic2acic.mli b/helm/ocaml/cic_omdoc/cic2acic.mli index b34d34342..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 *) @@ -54,3 +54,12 @@ val acic_object_of_cic_object : (Cic.id, anntypes) Hashtbl.t * (* ids_to_inner_types *) (Cic.id, Cic.conjecture) Hashtbl.t * (* ids_to_conjectures *) (Cic.id, Cic.hypothesis) Hashtbl.t (* ids_to_hypotheses *) + +val asequent_of_sequent : + Cic.metasenv -> (* metasenv *) + Cic.conjecture -> (* conjecture *) + Cic.annconjecture * (* annotated conjecture *) + (Cic.id, Cic.term) Hashtbl.t * (* ids_to_terms *) + (Cic.id, Cic.id option) Hashtbl.t * (* ids_to_father_ids *) + (Cic.id, string) Hashtbl.t * (* ids_to_inner_sorts *) + (Cic.id, Cic.hypothesis) Hashtbl.t (* ids_to_hypotheses *)