X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnTacStatus.mli;h=c04df8d37b076750fa5a269cfc2fb467141b4ed7;hb=b378b7f4f2a3a897c4b69f44d4d1d54cc4d0aa56;hp=c0f0ca4db019d2d25963612581daec13d99a4ffb;hpb=8d7287519cc51145fcac0ee603ba136dc749857d;p=helm.git diff --git a/helm/software/components/ng_tactics/nTacStatus.mli b/helm/software/components/ng_tactics/nTacStatus.mli index c0f0ca4db..c04df8d37 100644 --- a/helm/software/components/ng_tactics/nTacStatus.mli +++ b/helm/software/components/ng_tactics/nTacStatus.mli @@ -46,9 +46,13 @@ val analyse_indty: lowtac_status * (NReference.reference * int * NCic.term list * NCic.term list) +val ppterm: lowtac_status -> cic_term -> string val whd: lowtac_status -> ?delta:int -> NCic.context -> cic_term -> lowtac_status * cic_term +val normalize: + lowtac_status -> ?delta:int -> NCic.context -> cic_term -> + lowtac_status * cic_term val typeof: lowtac_status -> NCic.context -> cic_term -> lowtac_status * cic_term val unify: @@ -59,7 +63,6 @@ val refine: val apply_subst: lowtac_status -> NCic.context -> cic_term -> lowtac_status * cic_term - val get_goalty: lowtac_status -> int -> cic_term val mk_meta: lowtac_status -> ?name:string -> NCic.context ->