package bogue

  1. Overview
  2. Docs

Convert Bogue objects to strings for debugging

Dependency graph
val layout_down : ?indent:string -> Layout.t -> string

Print a layout with all its rooms and subrooms (children).

val layout_up : ?indent:string -> Layout.t -> string

Print the layout node and all the rooms (houses, or parents) in which it is contained.

val layout_error : Layout.t -> string -> unit

Print a message to stderr and dump the top_house structure to a temporary file.