]> matita.cs.unibo.it Git - helm.git/commitdiff
saturate cust be called with delta=0
authorAndrea Asperti <andrea.asperti@unibo.it>
Mon, 11 Jan 2010 11:23:25 +0000 (11:23 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Mon, 11 Jan 2010 11:23:25 +0000 (11:23 +0000)
helm/software/components/ng_paramodulation/nCicBlob.ml

index 39bc9523a12791f82b85c121ec8dd3aea5f0db51..bc7289176776131a7837e35c0a86dd811d9b93ca 100644 (file)
@@ -18,6 +18,7 @@ let default_eqP() =
   let uri = NUri.uri_of_string "cic:/matita/ng/Plogic/equality/eq.ind" in
   let ref = NReference.reference_of_spec uri (NReference.Ind(true,0,2)) in
     NCic.Const ref
+;;
 
 let set_default_eqP() = eqPref := default_eqP
 
@@ -93,7 +94,7 @@ with type t = NCic.term and type input = NCic.term = struct
 
   let saturate t ty = 
     let sty, _, args = 
-      NCicMetaSubst.saturate ~delta:max_int C.metasenv C.subst C.context
+      NCicMetaSubst.saturate ~delta:0 C.metasenv C.subst C.context
         ty 0
     in
     let proof =