]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
Lookup_in_library implemented for new objects. Basically, this stupid (??),
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index 72e512784cdee4ea5129ac92671ea4ac51003b9c..79ac48c3874fe3433d13863298205730d0618f84 100644 (file)
@@ -17,3 +17,6 @@ val map_term_fold_a:
 
 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