]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicEnvironment.mli
A new very simple example for recursive functions. Still bugged, but getting
[helm.git] / helm / software / components / ng_kernel / nCicEnvironment.mli
index 76519843950daf401345169620af4e157b64dc83..225a4aea23165d72b9210e43062854f8be38b645 100644 (file)
 (* NG: minimal wrapper on the old cicEnvironment, should provide only the
  * functions strictly necessary to the typechecking algorithm *)
 
-val get_checked_obj : NUri.uri -> NCic.obj
+val get_checked_obj: NUri.uri -> NCic.obj
+
+val get_checked_def: 
+  NReference.reference -> 
+    NCic.relevance * string * NCic.term * NCic.term * NCic.c_attr * int
+
+val get_checked_fix:
+  NReference.reference -> 
+   NCic.relevance * string * NCic.term * NCic.term * NCic.f_attr * int
+
+val get_checked_cofix:
+  NReference.reference -> 
+   NCic.relevance * string * NCic.term * NCic.term * NCic.f_attr * int
+
+val get_indty_leftno: NReference.reference -> int
 
 (* EOF *)