From: Claudio Sacerdoti Coen Date: Thu, 14 Jun 2018 21:53:29 +0000 (+0200) Subject: printing of bool refs for apps is now a bit nicer X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=73c253890a1f287278327aa49db613941ebf9527;p=fireball-separation.git printing of bool refs for apps is now a bit nicer --- diff --git a/ocaml/simple.ml b/ocaml/simple.ml index 2cbb448..d600d30 100644 --- a/ocaml/simple.ml +++ b/ocaml/simple.ml @@ -44,7 +44,7 @@ let sep_of_app = | None -> apps := !apps @ [r]; List.length !apps - in "," ^ string_of_int i ^ " " + in " " ^ string_of_int i ^ ":" ;; let string_of_t =