]> matita.cs.unibo.it Git - helm.git/commitdiff
Number notation ported to new library.
authorAndrea Asperti <andrea.asperti@unibo.it>
Thu, 18 Nov 2010 10:42:58 +0000 (10:42 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Thu, 18 Nov 2010 10:42:58 +0000 (10:42 +0000)
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