]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/number_notation.ml
removed deadcode / fixed typos (thanks to ocaml 3.09)
[helm.git] / helm / ocaml / cic_disambiguation / number_notation.ml
index 09f488e863b412a963f556866a2e5d85ceb21cd4..05800ffac70257cda61bf61225fae7fb677254f1 100644 (file)
@@ -24,9 +24,6 @@
  *)
 
 let _ =
-  let const s = Cic.Const (s, []) in
-  let mutind s = Cic.MutInd (s, 0, []) in
-
   DisambiguateChoices.add_num_choice
     ("natural number",
       (fun _ num _ -> HelmLibraryObjects.build_nat (int_of_string num)));