]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicTypeChecker.mli
...
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.mli
index b13edc5408e5518e615ba8ddd80d9e15bf542c38..1c3080826158f1fe4b46aa2a5ac16029dc21cf34 100644 (file)
@@ -9,6 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
+(* $Id$ *)
+
 (* These are the only exceptions that will be raised *)
 exception TypeCheckerFailure of string Lazy.t
 exception AssertFailure of string Lazy.t
@@ -30,3 +32,8 @@ val typeof:
   subst:NCic.substitution -> metasenv:NCic.metasenv -> 
   NCic.context -> NCic.term -> 
     NCic.term
+
+val get_relevance : 
+  subst:NCic.substitution ->
+  NCic.context -> NCic.term -> NCic.term list -> bool list
+