sig
  val pretty :
    ?title:(Stdlib.Format.formatter -> unit) ->
    'Pretty_utils.formatter -> 'Layout.overlay Pretty_utils.formatter
  val merge :
    'Pretty_utils.formatter ->
    'Layout.merger ->
    'Layout.overlay -> 'Layout.overlay -> 'Layout.overlay
  val once : '-> 'Layout.overlay -> bool
end