]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/sequent2pres.mli
- Grammar for all obj commands ported to NG (let recs and inductives still need
[helm.git] / helm / software / components / content_pres / sequent2pres.mli
index d6d9daa4005918fbe6892eb920679190e940492d..6866cd3ae8032cde056a90e9146dc8ec92b9426c 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 :
+ subst:NCic.substitution -> CicNotationPt.term Content.conjecture ->
+  CicNotationPres.boxml_markup