]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_disambiguation/number_notation.ml
BIG FAT WARNING: DEVELOPMENTS DIE HERE
[helm.git] / helm / software / components / cic_disambiguation / number_notation.ml
index 78135d9bef9abcf129b2c19a0d52ee3ace492aef..e3cc4fa0bd127807de06b53724fec19b31dee452 100644 (file)
@@ -29,7 +29,7 @@ let _ =
   DisambiguateChoices.add_num_choice
     ("natural number",
       (fun _ num _ -> LibraryObjects.build_nat (int_of_string num)));
-  DisambiguateChoices.add_num_choice
+(*  DisambiguateChoices.add_num_choice
     ("Coq natural number",
       (fun _ num _ -> HelmLibraryObjects.build_nat (int_of_string num)));
   DisambiguateChoices.add_num_choice
@@ -55,4 +55,4 @@ let _ =
             HelmLibraryObjects.build_bin_pos num ]
         else
           assert false))
-
+*)