]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicUntrusted.mli
- fixed hint generation, more hints are generated
[helm.git] / helm / software / components / ng_kernel / nCicUntrusted.mli
index f752c01dc9a668c23cdd0b3b715b4c68081d993a..79ac48c3874fe3433d13863298205730d0618f84 100644 (file)
@@ -17,5 +17,6 @@ val map_term_fold_a:
 
 val metas_of_term : NCic.substitution -> NCic.context -> NCic.term -> int list
 
-module NCicHash : Hashtbl.S
+module NCicHash : Hashtbl.S with type key = NCic.term
 
+val mk_appl : NCic.term -> NCic.term list -> NCic.term