X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2Fsequent2pres.mli;h=a9384eb182601ac516cd96e4ca9b652cf0280fa3;hb=046ba9f98a41651836720df1e9c2ebb6bd577ea9;hp=615c8e35f2cc5be590e0a0346db3c269b613d6d8;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/content_pres/sequent2pres.mli b/helm/software/components/content_pres/sequent2pres.mli index 615c8e35f..a9384eb18 100644 --- a/helm/software/components/content_pres/sequent2pres.mli +++ b/helm/software/components/content_pres/sequent2pres.mli @@ -33,7 +33,6 @@ (***************************************************************************) 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 -