X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicUtils.mli;h=f7bf459188649f758f1f6fc50ed08cdfc2f09648;hb=9e09650c5b9a0c1711c6bef7c42618d8def14a54;hp=7a9ce090b8cd11773bd6492cea234e6d3f9eb2fc;hpb=613bc202d0810f4386b393bfb369c62dfc78c68c;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicUtils.mli b/helm/software/components/ng_kernel/nCicUtils.mli index 7a9ce090b..f7bf45918 100644 --- a/helm/software/components/ng_kernel/nCicUtils.mli +++ b/helm/software/components/ng_kernel/nCicUtils.mli @@ -26,10 +26,12 @@ (* $Id: nCicSubstitution.ml 8135 2008-02-13 15:35:43Z tassi $ *) exception Subst_not_found of int +exception Meta_not_found of int val expand_local_context : NCic.lc_kind -> NCic.term list val lookup_subst: int -> NCic.substitution -> NCic.subst_entry +val lookup_meta: int -> NCic.metasenv -> NCic.conjecture (* both Meta agnostic, map attempts to preserve sharing. * call the 'a->'a function when a binder is crossed *)