]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
fixed some pp stuff
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index de6200e0925134bdcc02938a0cdf83b3105923c8..412fd57d5d67b965153294508be658f2979d9cfc 100644 (file)
@@ -258,5 +258,5 @@ let pp_comment ~term_pp ~lazy_term_pp ~obj_pp =
 
 let pp_statement ~term_pp ~lazy_term_pp ~obj_pp =
   function
-  | Executable (_, ex) -> pp_executable ~lazy_term_pp ~term_pp ~obj_pp ex
+  | Executable (_, ex) -> pp_executable ~lazy_term_pp ~term_pp ~obj_pp ex ^ "."
   | Comment (_, c) -> pp_comment ~term_pp ~lazy_term_pp ~obj_pp c