X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicReduction.mli;h=696723bf6ad158b4bab916b2c5c9c72a4e7505c5;hb=33bdd7e8c67299d34f05ac587488dd324fc6ba42;hp=56b8ee06ca829158147ab90a485dfd55aac175f6;hpb=a677e0d09755766c61ce9b30a98bec10cb8902b3;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicReduction.mli b/helm/software/components/ng_kernel/nCicReduction.mli index 56b8ee06c..696723bf6 100644 --- a/helm/software/components/ng_kernel/nCicReduction.mli +++ b/helm/software/components/ng_kernel/nCicReduction.mli @@ -16,10 +16,12 @@ val whd : NCic.context -> NCic.term -> NCic.term +val set_get_relevance : + (metasenv:NCic.metasenv -> subst:NCic.substitution -> + NCic.context -> NCic.term -> NCic.term list -> bool list) -> unit + val are_convertible : - ?subst:NCic.substitution -> - (subst:NCic.substitution -> - NCic.context -> NCic.term -> NCic.term list -> bool list) -> + metasenv:NCic.metasenv -> subst:NCic.substitution -> NCic.context -> NCic.term -> NCic.term -> bool @@ -34,7 +36,8 @@ type environment_item type machine = int * environment_item list * NCic.term * stack_item list val reduce_machine : - delta:int -> ?subst:NCic.substitution -> NCic.context -> machine -> machine + delta:int -> ?subst:NCic.substitution -> NCic.context -> machine -> + machine * bool val from_stack : stack_item -> machine val unwind : machine -> NCic.term