]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
Code simplified.
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index 9f5ab0fd5b8497c2d29293288784df8e37761673..aa71e05d44536992132616cd78fd2322733a63e4 100644 (file)
@@ -25,6 +25,9 @@ val kind_of_meta: NCic.meta_attrs -> meta_kind
 val set_kind: meta_kind -> NCic.meta_attrs -> NCic.meta_attrs 
 val replace_in_metasenv: 
   int -> (NCic.conjecture -> NCic.conjecture) -> NCic.metasenv -> NCic.metasenv
+val replace_in_subst: 
+  int -> (NCic.subst_entry -> NCic.subst_entry) -> NCic.substitution ->
+   NCic.substitution
 val max_kind: meta_kind -> meta_kind -> meta_kind
 
 module NCicHash : Hashtbl.S with type key = NCic.term