X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicEnvironment.mli;h=225a4aea23165d72b9210e43062854f8be38b645;hb=00676a80c190c829a85be5545a7cafe16384098f;hp=ac6654cf96f10e5cc1d0a56949ce1e14d3f99432;hpb=5f926fd66f345c273bc66cc3ab9b1344ad0eac25;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicEnvironment.mli b/helm/software/components/ng_kernel/nCicEnvironment.mli index ac6654cf9..225a4aea2 100644 --- a/helm/software/components/ng_kernel/nCicEnvironment.mli +++ b/helm/software/components/ng_kernel/nCicEnvironment.mli @@ -26,8 +26,20 @@ (* NG: minimal wrapper on the old cicEnvironment, should provide only the * functions strictly necessary to the typechecking algorithm *) -val get_checked_obj : - NCicUniv.universe_graph -> NUriManager.uri -> - NCic.obj * NCicUniv.universe_graph +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 *)