]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicTypeChecker.mli
The kernel _must_ check the correctness of the height since the reduction
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.mli
index 6ad40b8bb555c91f1f339fcb97861918b40eb724..df76faab71255607b1763621d755232a79565fe2 100644 (file)
@@ -33,6 +33,8 @@ val typeof:
   NCic.context -> NCic.term -> 
     NCic.term
 
+val height_of_obj_kind: NUri.uri -> NCic.obj_kind -> int
+
 val get_relevance : 
   metasenv:NCic.metasenv -> subst:NCic.substitution ->
   NCic.context -> NCic.term -> NCic.term list -> bool list