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