]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
new instantiate, only known bug is w.r.t. in/out scope and file matita/contribs/ng_as...
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index 1df92163d845c4d55f689978c05cfed6d1e00748..9f5ab0fd5b8497c2d29293288784df8e37761673 100644 (file)
@@ -20,6 +20,13 @@ val map_obj_kind:
 
 val metas_of_term : NCic.substitution -> NCic.context -> NCic.term -> int list
 
+type meta_kind = [ `IsSort | `IsType | `IsTerm ]
+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 max_kind: meta_kind -> meta_kind -> meta_kind
+
 module NCicHash : Hashtbl.S with type key = NCic.term
 
 val mk_appl : NCic.term -> NCic.term list -> NCic.term