mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
detail
This commit is contained in:
parent
164d71380a
commit
05fc100be2
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ let rec print fmt t = match t with
|
|||
| `List [] -> Format.pp_print_string fmt "()"
|
||||
| `List [x] -> Format.fprintf fmt "@[<hov2>(%a)@]" print x
|
||||
| `List l ->
|
||||
Format.fprintf fmt "@[<hov2>(";
|
||||
Format.fprintf fmt "@[<hov1>(";
|
||||
List.iteri
|
||||
(fun i t' -> (if i > 0 then Format.fprintf fmt "@ "; print fmt t'))
|
||||
l;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue