]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/sequent2pres.mli
made executable again
[helm.git] / helm / software / components / content_pres / sequent2pres.mli
index d6d9daa4005918fbe6892eb920679190e940492d..a19e7b1951c0298fa27663d8b016a0627ce78cf9 100644 (file)
 (***************************************************************************)
 
 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 :
+ ids_to_nrefs:(NTermCicContent.id, NReference.reference) Hashtbl.t ->
+ subst:NCic.substitution -> CicNotationPt.term Content.conjecture ->
+  CicNotationPres.boxml_markup