]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_refiner/nCicUnification.mli
refiner porting from matita 1.
[helm.git] / matitaB / components / ng_refiner / nCicUnification.mli
index d0a539c6a06e6d2396c8ebb7e2d0b83171a1a7db..1ce5a95dbcaef3e47493c7c41cfaf6d360b9795e 100644 (file)
@@ -28,6 +28,10 @@ val fix_sorts:
   #NCicEnvironment.status -> NCic.metasenv -> NCic.substitution -> 
     NCic.term -> NCic.metasenv * NCic.term
 
+(* this should be moved elsewhere *)
+(* The term must be in whd *)
+val could_reduce: #NCicCoercion.status -> subst:NCic.substitution -> NCic.context -> NCic.term -> bool
+
 (* delift_type_wrt_terms st m s c t args
  *   lift t (length args) 
  *      [ rel 1 ... rel (len args) / lift (length args) (arg_1 .. arg_n) ]