]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicTypeChecker.mli
Lookup_in_library implemented for new objects. Basically, this stupid (??),
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.mli
index 3308633d6737c909b3329b5043fa1a65614a7912..24701683e39e36c7421f433824b7badb3374da0d 100644 (file)
@@ -34,7 +34,7 @@ val typeof:
     NCic.term
 
 val get_relevance : 
-  subst:NCic.substitution ->
+  metasenv:NCic.metasenv -> subst:NCic.substitution ->
   NCic.context -> NCic.term -> NCic.term list -> bool list
 
 (* type_of_branch subst context leftno outtype 
@@ -53,3 +53,5 @@ val check_allowed_sort_elimination :
   NReference.reference -> NCic.context -> 
     NCic.term -> NCic.term -> NCic.term -> unit
 
+val debruijn: NUri.uri -> int -> NCic.context -> NCic.term -> NCic.term
+