Fix pretty printer line breaks at toplevel
This commit is contained in:
parent
324e32c15e
commit
38148932f7
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ and fmt_term fmt (t: S.term) = match t with
|
|||
fmt_var var fmt_block block fmt_term next
|
||||
|
||||
let show term =
|
||||
Format.asprintf "%a" fmt_term term
|
||||
Format.asprintf "@[<v 0>%a@]" fmt_term term
|
||||
|
|
Loading…
Reference in a new issue