]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
Refinement of inductive type implemented.
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index 691d6605d3875f6e023607f3f0e62390308ef136..1455abd8d05cd52c60afb0b99e378a0ed27a71fa 100644 (file)
@@ -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