module Print:sig
..end
Convert Bogue objects to strings for debugging.
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.