]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/number_notation.ml
default of auto_disambiguation set to true
[helm.git] / helm / ocaml / cic_disambiguation / number_notation.ml
index 09f488e863b412a963f556866a2e5d85ceb21cd4..2b3ce2d601a351ae4bc81628afb6b58e9c049792 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-let _ =
-  let const s = Cic.Const (s, []) in
-  let mutind s = Cic.MutInd (s, 0, []) in
+(* $Id$ *)
 
+let _ =
   DisambiguateChoices.add_num_choice
     ("natural number",
       (fun _ num _ -> HelmLibraryObjects.build_nat (int_of_string num)));