]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_cic_content/nTermCicContent.mli
The sequent viewer now considers the context to render the Rels.
[helm.git] / helm / software / components / ng_cic_content / nTermCicContent.mli
index 2f2acb077f14c85642738b7723051e10df9b33b8..e66e2ef7a4cfa8493cf09cc7a8e921cc499466f7 100644 (file)
@@ -76,5 +76,7 @@ val push: unit -> unit
 val pop: unit -> unit
 *)
 
-val nast_of_cic : NCic.term -> CicNotationPt.term
-val map_sequent : int * NCic.conjecture -> NCic.term Content.conjecture
+val nast_of_cic :
+ subst:NCic.substitution -> context:NCic.context -> NCic.term ->
+  CicNotationPt.term
+val nmap_sequent : subst:NCic.substitution -> int * NCic.conjecture -> CicNotationPt.term Content.conjecture