]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content_pres/content2pres.mli
bugfix update in basic_2
[helm.git] / matita / components / content_pres / content2pres.mli
index db2223a7a19c1be1c57aaf0263cacaa1f19af118..ac5b67363b47a1a2bc15da7540ab6ce212114c70 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-val content2pres:
-  ?skip_initial_lambdas:int -> ?skip_thm_and_qed:bool ->
-  ids_to_inner_sorts:(Cic.id, CicNotationPt.sort_kind) Hashtbl.t ->
-  Cic.annterm Content.cobj ->
-    CicNotationPres.boxml_markup
+val nterm2pres:
+ #TermContentPres.status ->
+  ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t ->
+  ?prec:int -> NotationPt.term -> CicNotationPres.boxml_markup
 
-val ncontent2pres:
-  ?skip_initial_lambdas:int -> ?skip_thm_and_qed:bool ->
-  ids_to_nrefs:(NTermCicContent.id, NReference.reference) Hashtbl.t ->
-  CicNotationPt.term Content.cobj ->
-    CicNotationPres.boxml_markup
+val ncontext2pres:
+ #TermContentPres.status ->
+  ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t ->
+  NotationPt.term Content.context -> CicNotationPres.boxml_markup
 
+val nobj2pres:
+ #TermContentPres.status ->
+  ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t ->
+  NotationPt.term Content.cobj -> CicNotationPres.boxml_markup
+
+val nsequent2pres :
+ #TermContentPres.status ->
+  ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t ->
+  NotationPt.term Content.conjecture -> CicNotationPres.boxml_markup