]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_cic_content/nTermCicContent.mli
Coercion hiding implemented. Notes:
[helm.git] / helm / software / components / ng_cic_content / nTermCicContent.mli
index bae7daee2ea9322e4cf49c072068425faa849fe5..2a1d7bcc7c613dd1c07c7652d5cf15eef438a0d5 100644 (file)
@@ -86,11 +86,12 @@ val nast_of_cic :
 type id = string
 
 val nmap_sequent:
- subst:NCic.substitution -> int * NCic.conjecture ->
-  CicNotationPt.term Content.conjecture *
-   (id, NReference.reference) Hashtbl.t    (* id -> reference *)
+ #NCicCoercion.status -> metasenv:NCic.metasenv -> subst:NCic.substitution ->
+  int * NCic.conjecture ->
+   CicNotationPt.term Content.conjecture *
+    (id, NReference.reference) Hashtbl.t    (* id -> reference *)
 
 val nmap_obj:
- NCic.obj ->
#NCicCoercion.status -> NCic.obj ->
   CicNotationPt.term Content.cobj *
    (id, NReference.reference) Hashtbl.t    (* id -> reference *)