]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/helmLibraryObjects.ml
gt URL pointed to lt
[helm.git] / helm / ocaml / cic / helmLibraryObjects.ml
index b2023b4487e95adedc3a53b287dc4904d9c2ed8b..88ff7574d9920fabdf2b71d2d8042d53daca5dd8 100644 (file)
@@ -147,9 +147,8 @@ module Peano =
     let ge_URI = uri ge_SURI
     let lt_SURI = "cic:/Coq/Init/Peano/lt.con"
     let lt_URI = uri lt_SURI
-    let gt_SURI = "cic:/Coq/Init/Peano/lt.con"
+    let gt_SURI = "cic:/Coq/Init/Peano/gt.con"
     let gt_URI = uri gt_SURI
-    let lt_URI = uri "cic:/Coq/Init/Peano/lt.con"
 
     let plus = const plus_URI
     let mult = const mult_URI