]> matita.cs.unibo.it Git - helm.git/commitdiff
Number notation for Coq is back again, waiting for the ultimate solution.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 19 Mar 2008 17:37:02 +0000 (17:37 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 19 Mar 2008 17:37:02 +0000 (17:37 +0000)
Idea: raise the right exception when the Uri is not found.

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))
-*)