X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_unification%2FtermUtil.mli;h=c851bb5885576b403ac66087db3d11971cc915f2;hb=249d11773d32add20d665c4f8521b7380e4fec0a;hp=358b64616e7db4074a6f060fbfc00493037b6c88;hpb=6bb370c6e1a036e82315765d6dceb1939c30ed23;p=helm.git diff --git a/components/cic_unification/termUtil.mli b/components/cic_unification/termUtil.mli index 358b64616..c851bb588 100644 --- a/components/cic_unification/termUtil.mli +++ b/components/cic_unification/termUtil.mli @@ -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