module Print:sig..end
Convert Bogue objects to strings for debugging.
val layout_down : ?indent:string -> Layout.t -> stringPrint a layout with all its rooms and subrooms (children).
val layout_up : ?indent:string -> Layout.t -> stringPrint the layout node and all the rooms (houses, or parents) in which it is contained.
val layout_error : Layout.t -> string -> unitPrint a message to stderr and dump the top_house structure to a temporary file.