X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2Fsequent2pres.mli;h=6866cd3ae8032cde056a90e9146dc8ec92b9426c;hb=d17a38ddca548c784e9efa7c55e87c80203b024d;hp=d6d9daa4005918fbe6892eb920679190e940492d;hpb=b02253b371aadbbb37226a685b9bd8777a64d175;p=helm.git diff --git a/helm/software/components/content_pres/sequent2pres.mli b/helm/software/components/content_pres/sequent2pres.mli index d6d9daa40..6866cd3ae 100644 --- a/helm/software/components/content_pres/sequent2pres.mli +++ b/helm/software/components/content_pres/sequent2pres.mli @@ -33,6 +33,10 @@ (***************************************************************************) val sequent2pres : - ids_to_inner_sorts:(Cic.id, Cic2acic.sort_kind) Hashtbl.t -> + ids_to_inner_sorts:(Cic.id, CicNotationPt.sort_kind) Hashtbl.t -> Cic.annterm Content.conjecture -> CicNotationPres.boxml_markup + +val nsequent2pres : + subst:NCic.substitution -> CicNotationPt.term Content.conjecture -> + CicNotationPres.boxml_markup