]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_unification/termUtil.mli
added ~delta parameter to saturate_term and used it when saturating a coercion.
[helm.git] / components / cic_unification / termUtil.mli
index 358b64616e7db4074a6f060fbfc00493037b6c88..c851bb5885576b403ac66087db3d11971cc915f2 100644 (file)
@@ -32,5 +32,6 @@
 (* the last new META introduced. The nth argument in the list of arguments is *)
 (* just the nth new META.                                                     *)
 val saturate_term:
+ ?delta: bool -> (* default true *)
  int -> Cic.metasenv -> Cic.context -> Cic.term -> int ->
   Cic.term * Cic.metasenv * Cic.term list * int