X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_proof_checking%2FcicReduction.ml;h=56e98775f31caf7276303a091dbeb22612128046;hb=bfb097be2d5aaad276ac8f7d4d82d05c244bc0e7;hp=5a638b5f763dff99df786eda8413678bfa3c1c9e;hpb=a79aafb96ab33bb5789d56cb4a76f54b6221ca8f;p=helm.git diff --git a/components/cic_proof_checking/cicReduction.ml b/components/cic_proof_checking/cicReduction.ml index 5a638b5f7..56e98775f 100644 --- a/components/cic_proof_checking/cicReduction.ml +++ b/components/cic_proof_checking/cicReduction.ml @@ -969,8 +969,8 @@ let are_convertible whd ?(subst=[]) ?(metasenv=[]) = end in debug t1 [t2] "PREWHD"; - let t1' = whd ~delta:true ~subst context t1 in - let t2' = whd ~delta:true ~subst context t2 in + let t1' = whd ?delta:(Some true) ?subst:(Some subst) context t1 in + let t2' = whd ?delta:(Some true) ?subst:(Some subst) context t2 in debug t1' [t2'] "POSTWHD"; aux2 test_equality_only t1' t2' ugraph in