X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicEnvironment.mli;h=70a230ddf383eed8401fc3e2cb57d615d05b5d30;hb=637f6a77c970679ae9da4468e50bf5a3a6bf2853;hp=225a4aea23165d72b9210e43062854f8be38b645;hpb=0ec61cd3d3fe2bf43b75fc94800af0c23cfa8c3b;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicEnvironment.mli b/helm/software/components/ng_kernel/nCicEnvironment.mli index 225a4aea2..70a230ddf 100644 --- a/helm/software/components/ng_kernel/nCicEnvironment.mli +++ b/helm/software/components/ng_kernel/nCicEnvironment.mli @@ -27,11 +27,18 @@ * functions strictly necessary to the typechecking algorithm *) val get_checked_obj: NUri.uri -> NCic.obj +val get_obj: NUri.uri -> bool * NCic.obj +val add_obj: NCic.obj -> unit -val get_checked_def: +val get_checked_def: NReference.reference -> NCic.relevance * string * NCic.term * NCic.term * NCic.c_attr * int +(* the last integer is the index of the inductive type in the reference *) +val get_checked_indtys: + NReference.reference -> + bool * int * NCic.inductiveType list * NCic.i_attr * int + val get_checked_fix: NReference.reference -> NCic.relevance * string * NCic.term * NCic.term * NCic.f_attr * int