X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicReduction.mli;h=1455abd8d05cd52c60afb0b99e378a0ed27a71fa;hb=9e30dacbcdb10a58d6cf8f3995d1a195f2b31f4b;hp=691d6605d3875f6e023607f3f0e62390308ef136;hpb=7bc72d8afaebb1d2070a26b07f9bf4242b648e2c;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicReduction.mli b/helm/software/components/ng_kernel/nCicReduction.mli index 691d6605d..1455abd8d 100644 --- a/helm/software/components/ng_kernel/nCicReduction.mli +++ b/helm/software/components/ng_kernel/nCicReduction.mli @@ -11,6 +11,8 @@ (* $Id$ *) +exception AssertFailure of string Lazy.t;; + val whd : ?delta:int -> subst:NCic.substitution -> NCic.context -> NCic.term -> @@ -42,3 +44,6 @@ val reduce_machine : val from_stack : stack_item -> machine val unwind : machine -> NCic.term +val split_prods: + subst:NCic.substitution -> NCic.context -> int -> NCic.term -> + NCic.context * NCic.term