From 09c63c35520ceea6f0caaa0be856a3eaff46bb88 Mon Sep 17 00:00:00 2001 From: Andrea Asperti Date: Thu, 18 Nov 2010 10:42:58 +0000 Subject: [PATCH] Number notation ported to new library. --- matita/components/ng_cic_content/interpretations.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2