úÎ%Œ"¹     Safe.Data type that represents table configuration.’String containing table border characters, in order like this: "% %,%%%<%$%%4%%%". Must be exactly 11 characters long, otherwise error will be thrown.•Minimum widths for each column, from left to right. Padding size is not counted. List's length may not match the actual count of columns in a table.Minimum heights for each row, from top to bottom. Padding size is not counted. List's length may not match the actual count of rows in a table. Width of left and right margins.!Height of top and bottom margins. /String used as padding. " " (space) by default. TString used to fill in empty cells. "" by default. Empty cells will be padded with   after placing   into each them. Default table config. Create table using  . Example usage: ^putStrLn $ makeDefaultSimpleTable [["1","2","3"], ["One","Two","Three"], ["First", "Second"]] Example usage: ’putStrLn $ makeSimpleTable simpleTableConfig { tableBorders = "+++++++++-|", colMinWidths = [3, 4], rowMinHeights = [2], padFunction = , cellPadFunction = ], horizontalPadding = 0, verticalPadding = 1, paddingStr = ".,`" } [["a"], ["b", "c"]] Put something in empty cells?convert TextTable to Table by splitting each cell line by lineJoin s˜Horizontal padding function. Appends padding string (first argument) to the left of the given string to make it's length equal to the second argument.™Horizontal padding function. Appends padding string (first argument) to the right of the given string to make it's length equal to the second argument.§Horizontal padding function. Appends padding string (first argument) both to the right and left of the given string to make it's length equal to the second argument.CVertical padding function. Appends padding to the bottom of given @Vertical padding function. Appends padding to the top of given LVertical padding function. Appends padding both to top and bottom of given 6  !"#$%&'()*+,- ./0123456      !"#$%&'()*+,- ./01234567      !"#$%&'()*+,-./012345673SimpleTableGenerator-0.2.0.0-EXfl58M0dt73SCTeouxw1rText.SimpleTableGeneratorSimpleTableConfig tableBorders colMinWidths rowMinHeights padFunctioncellPadFunctionhorizontalPaddingverticalPadding paddingStr emptyCellStrsimpleTableConfigmakeDefaultSimpleTablemakeSimpleTablesimpleTableLeftPadsimpleTableRightPadsimpleTableCenterPadsimpleTableBottomPadsimpleTableTopPadsimpleTableMiddlePad$fShowCellWrappernormalizeColumnCount makeCells wrapTableCellLineCell CellWrappercellrowNumcolNum cellWidth cellHeighttopLefttoptopRightright bottomRightbottom bottomLeftleft TextTable CellSizeTableCellSizeTableRownormalizeColumnCountWithStr get2DListSize padTableCellsnormalizeBorderLengths appendBorders showTableconstructPaddingFunctionsvalidateConfigmap2d