12345678910111213141516171819202122232425262728293031323334(** A grid lays out cells with concrete dimensions. *)open!Coreopen!ImportmoduleDisplay=structtypet=|Short_box|Tall_box|Line|Blank|Column_titles[@@derivingcompare,sexp_of]endmoduletypeGrid=sigmoduleDisplay=Displaytypet[@@derivingsexp_of]valcreate:'aColumn.tlist->'alist->display:Display.t->display_empty_rows:bool->header_attr:Attr.tlist->max_width:int->spacing:int->prefer_split_on_spaces:bool->tvalto_screen:t->prefer_split_on_spaces:bool->Screen.tend