]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/lib/log.ml
new syntax of abstractions propagated to complete_rg
[helm.git] / helm / software / helena / src / lib / log.ml
index e248eddf4ee6a6db9145bca4f0c8bdcca46fb9c7..42f7f214b34b31eae85d3019a8b77b89f749c015 100644 (file)
@@ -36,7 +36,7 @@ let pp_items och a st l items =
    let indent = KT.make (l+l) ' ' in    
    let pp_item och = function
       | Term (c, t) -> KP.fprintf och "%s%a\n" indent (st.pp_term a c) t
-      | LEnv c      -> KP.fprintf och "%s%a" indent (st.pp_lenv a) c
+      | LEnv c      -> KP.fprintf och "%s%a\n" indent (st.pp_lenv a) c
       | Warn s      -> KP.fprintf och "%s%s\n" indent s
       | Uri u       -> KP.fprintf och "%s<%s>\n" indent (U.string_of_uri u)
    in