]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/common/layer.ml
λδ site update
[helm.git] / helm / software / helena / src / common / layer.ml
index 82300931bc5c0652d72a98f38f94fc6c5d258016..c0b6bcc19e47b8209838448f6e0a0a3b3642d602 100644 (file)
@@ -39,7 +39,7 @@ let warn s = L.warn (pred level) s
 let zero = Fin 0
 
 let string_of_value k = function
-   | Inf        -> ""
+   | Inf        -> "-"
    | Fin i      -> string_of_int i
    | Ref (k, i) -> "-" ^ P.string_of_mark k ^ "-" ^ string_of_int i
    | Unk        -> "-" ^ P.string_of_mark k