X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FnCicReduction.ml;h=9234f07aab85f9acf1d2fc5831b0743f7e7733cc;hb=6b76c5b3b82753966cabffd8536d8dd9f8cada20;hp=7542a52e03683ce1bb3905c3e6dc28fe7b7c2af9;hpb=aa5c8c99c9f7ae285883cff133fc02b3d064888c;p=helm.git diff --git a/matita/components/ng_kernel/nCicReduction.ml b/matita/components/ng_kernel/nCicReduction.ml index 7542a52e0..9234f07aa 100644 --- a/matita/components/ng_kernel/nCicReduction.ml +++ b/matita/components/ng_kernel/nCicReduction.ml @@ -206,7 +206,7 @@ module R = Reduction(RS);; let whd = R.whd -let (===) x y = Pervasives.compare x y = 0 ;; +let (===) x y = Stdlib.compare x y = 0 ;; let get_relevance = ref (fun _ ~metasenv:_ ~subst:_ _ _ -> assert false);;