]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_cic_content/interpretations.ml
Bug fixed (introduced in previous commit): opening multiple files requires first
[helm.git] / matita / components / ng_cic_content / interpretations.ml
index f2e71fc21eb9e0037535dc5c579be4a94193878d..0c78e08f999f066ec25e609e6129c20884189ae5 100644 (file)
@@ -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