From: Andrea Asperti Date: Thu, 18 Nov 2010 10:42:58 +0000 (+0000) Subject: Number notation ported to new library. X-Git-Tag: make_still_working~2696 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=09c63c35520ceea6f0caaa0be856a3eaff46bb88;p=helm.git Number notation ported to new library. --- diff --git a/matita/components/ng_cic_content/interpretations.ml b/matita/components/ng_cic_content/interpretations.ml index f2e71fc21..0c78e08f9 100644 --- a/matita/components/ng_cic_content/interpretations.ml +++ b/matita/components/ng_cic_content/interpretations.ml @@ -206,7 +206,7 @@ let instantiate_appl_pattern let destroy_nat = let is_nat_URI = NUri.eq (NUri.uri_of_string - "cic:/matita/ng/arithmetics/nat/nat.ind") in + "cic:/matita/arithmetics/nat/nat.ind") in let is_zero = function | NCic.Const (NReference.Ref (uri, NReference.Con (0, 1, 0))) when is_nat_URI uri -> true