]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_disambiguation/number_notation.ml
oblivion ugraph everywhere outside the kernel
[helm.git] / helm / software / components / cic_disambiguation / number_notation.ml
index e3cc4fa0bd127807de06b53724fec19b31dee452..9dece04ecda69100013d0f04c265b5b93ef8c7bf 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,3 @@ let _ =
             HelmLibraryObjects.build_bin_pos num ]
         else
           assert false))
-*)