]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
projections redex (proj (mk_foo ...)) where mk_foo
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index 72e512784cdee4ea5129ac92671ea4ac51003b9c..1df92163d845c4d55f689978c05cfed6d1e00748 100644 (file)
@@ -15,5 +15,15 @@ val map_term_fold_a:
  (NCic.hypothesis -> 'k -> 'k) -> 'k ->
  ('k -> 'a -> NCic.term -> 'a * NCic.term) -> 'a -> NCic.term -> 'a * NCic.term
 
+val map_obj_kind: 
+  ?skip_body:bool -> (NCic.term -> NCic.term) -> NCic.obj_kind -> NCic.obj_kind
+
 val metas_of_term : NCic.substitution -> NCic.context -> NCic.term -> int list
 
+module NCicHash : Hashtbl.S with type key = NCic.term
+
+val mk_appl : NCic.term -> NCic.term list -> NCic.term 
+
+(* the context is needed only to honour Barendregt's naming convention *)
+val apply_subst : NCic.substitution -> NCic.context -> NCic.term -> NCic.term
+val apply_subst_metasenv : NCic.substitution -> NCic.metasenv -> NCic.metasenv