]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/content2pres.mli
Implementation of ndestruct tactic (including destruction of constructor forms
[helm.git] / helm / software / components / content_pres / content2pres.mli
index c5d32e9fdd5e27ef0a86ad6bdcffae1dc916ca83..db2223a7a19c1be1c57aaf0263cacaa1f19af118 100644 (file)
@@ -38,3 +38,9 @@ val content2pres:
   Cic.annterm Content.cobj ->
     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
+