From: Claudio Sacerdoti Coen Date: Wed, 19 Mar 2008 17:37:02 +0000 (+0000) Subject: Number notation for Coq is back again, waiting for the ultimate solution. X-Git-Tag: make_still_working~5525 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=623cbb7a784ce2d983608ee4a44bf386dfe01bbc;p=helm.git Number notation for Coq is back again, waiting for the ultimate solution. Idea: raise the right exception when the Uri is not found. --- diff --git a/helm/software/components/cic_disambiguation/number_notation.ml b/helm/software/components/cic_disambiguation/number_notation.ml index e3cc4fa0b..9dece04ec 100644 --- a/helm/software/components/cic_disambiguation/number_notation.ml +++ b/helm/software/components/cic_disambiguation/number_notation.ml @@ -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)) -*)