!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  Safe SSpecifies the different letters to construct the non-content structure of a table.My usual ASCII table style.Uses lines and plus for joints.:Uses special unicode characters to draw clean thin boxes. Same as  but uses bold headers.Same as  but uses round edges.Uses bold lines.KUses bold lines with exception of group seperators, which are striped slim.$Draw every line with a double frame.        Safe #Specifies an occurence of a letter.!:Construct an occurence specification by using a predicate."*Use an occurence specification to split a . !" !" !" !" Safe#%Determines how long a column will be.$.Allows columns to use as much space as needed.%(Fixes column length to a specific width.&CThe column will expand as long as it is smaller as the given width.'7The column will be at least as wide as the given width. #$%&' #$%&'#$%&'Safe#$%&'#$%&'Safe (&Specifies how the place looks where a O has been cut. Note that the cut mark may be cut itself, to fit into a column.)YSpecify two different cut marks, one for cuts on the left and one for cuts on the right.*<Use the cut mark on both sides by reversing it on the other.+)Don't show any cut mark when text is cut.5Fill on the left until the  has the desired length.6Fill on the right until the  has the desired length.8%Fill on both sides equally until the  has the desired length.9GFits to the given length by either trimming or filling it to the right.:GFits to the given length by either trimming or filling it to the right.;Fits to the given length by either trimming or filling it on both sides, but when only 1 character should be trimmed it will trim left.< Applies a ( to the left of a , while preserving the length.= Applies a ( to the right of a , while preserving the length.>>A single ellipsis unicode character is used to show cut marks.()*+,-./0123456789:;<=>()*+,-./0123456789:;<=()*+,-.456789:;<=/0123()*+,-./0123456789:;<=> Safe?<Determines whether a column will align at a specific letter.@Don't align text.A Construct an ?& by giving an occurence specification.B(Align at the first match of a predicate.C-Align text at the first occurence of a given .No alignment is the default.?@ABC?@ABC?@ABCSafe?@ABC?@ABCSafeDVertical orientationEHorizontal orientation.F/Specifies a position relative from a beginning. DEFGHIJK DEFGHIJK DEFGHIJKSafebDEFGHIJKFEDGHIJKSafeL!Specifies the layout of a column.Q&Smart constructor to specify a column.LMNOPQRLPONMQ LMNOPMNOPQLMNOPQRSafeSHAn alias for lists, conceptually for values with a vertical arrangement.TJAn alias for lists, conceptually for values with a horizontal arrangement.U#Specifies how a header is rendered.WMGroups rows together, which should not be visually seperated from each other.ZGroup the given rows together.[Make a group of a single row.\Smart constructor for UA. By omitting the cut mark it will use the one specified in the & like the other cells in that column.]$Header columns are usually centered. STUVWXYZ[\] STUVWXYZ[\ WXYZ[UV\]TSSTUVWXYZ[\] Safe^xMerges multiple columns together and merges them to a valid grid without holes. The following example clarifies this:VcolsAsRowsAll top [justifyText 10 "This text will not fit on one line.", ["42", "23"]]H[["This text","42"],["will not","23"],["fit on one",""],["line.",""]]CThe result is intended to be used with a grid layout function like  ._ Works like ^4, but every position can be specified on its own:EcolsAsRows [top, center, bottom] [["a1"], ["b1", "b2", "b3"], ["c3"]],[["a1","b1",""],["","b2",""],["","b3","c3"]]`FFill all columns to the same length by aligning at the given position.aGFill all columns to the same length by aligning at the given positions.^_`a^_`aa`^_^_`a Safe\bUses 4 to split the text into words and justifies it with c.4justifyText 10 "This text will not fit on one line."0["This text","will not","fit on one","line."]cFits as many words on a line, depending on the given width. Every line, but the last one, gets equally filled with spaces between the words, as far as possible.JMap inits with the first function and the last one with the last function.GSpread out spaces with different widths more evenly (in comparison to ).dSplits a given number into summands of 2 different values, where the first one is exactly one bigger than the second one. Splitting 40 spaces into 9 almost equal parts would result in:dimorphicSummands 40 9[5,5,5,5,4,4,4,4,4]f4Spread out summands evenly mixed as far as possible.bcdefbcdefcbdefbcdef Safe!""gSpecifies a header.haSpecifies the length before and after an alignment position (including the alignment character).i{Specifies how a column should be modified. Values of this type are derived in a traversal over the input columns by using x . Finally, va will interpret them and apply the appropriate modification function to the cells of the column.j_Align all text at the first dot from the left. This is most useful for floating point numbers.kJNumbers are positioned on the right and aligned on the floating point dot.l=Fixes the column length and positions according to the given F.m2Fixes the column length and positions on the left.nCAssume the given length is greater or equal than the length of the  passed. Pads the given . accordingly using the position specification.pad left 10 "foo" "foo "o#If the given text is too long, the  will be shortened according to the position specification. Adds cut marks to indicate that the column has been trimmed in length, otherwise it behaves like n.7trimOrPad left (singleCutMark "..") 10 "A longer text." "A longer.."pAlign a  by first locating the position to align with and then padding on both sides. If no such position is found, it will align it such that it gets aligned before that position.nlet { os = predOccSpec (== '.') ; ai = deriveAlignInfo os "iiii.fff" } in align os ai <$> ["1.5", "30", ".25"]"[" 1.5 "," 30 "," .25 "]%This function assumes that the given  fits the h. Thus: ai <> deriveAlignInfo s = aiq Aligns a k using a fixed width, fitting it to the width by either filling or cutting while respecting the alignment.Private show function.rGet the exact width of a i after applying it with v.sRemove alignment from a iZ. This is used to change alignment of headers while using the combined width information.tVEnsures that the modification provides a minimum width but only if it is not limited.uEnsures that the given $ will fit into the modified columns.v,Generates a function which modifies a given  according to , ( and i.Private show function.w The column width when using the h.x Derive the iB by using layout specifications and the actual cells of a column.y Generate the h of a cell by using the  .z5Modifies cells according to the column specification.{ Behaves like z/ but produces lines by joining with whitespace.| Behaves like {> but produces a string by joining with the newline character.}~Applies functions to given lines in a alternating fashion. This makes it easy to color lines to improve readability in a row.~Applies functions to cells in a alternating fashion for every line, every other line gets shifted by one. This is useful for distinguishability of single cells in a grid arrangement. Create a WP by aligning the columns vertically. The position is specified for each column. Create a WU by aligning the columns vertically. Each column uses the same vertical positioning.(Specify a header column for every title.8Use titles with the default header column specification.Layouts a good-looking table with an optional header. Note that specifying fewer layout specifications than columns or vice versa will result in not showing the redundant ones.Does the same as , but concatenates lines.No header is used by default. Produce an h3 that is wide enough to hold inputs of both given hs.(ghijklmnopqrstuvwxyz{|}~Layout specification of columnsVisual table styleOptional header detailsRows which form a cell togetherLayout specification of columnsVisual table styleOptional header detailsRows which form a cell togetherd  #$%&'()*+,?@BCDEFGHIJKLQSTUWZ[\^_bcghijklmnopqrstuvwxyz{|}~BLQklm#$%&'FEGHI?@CBj(+*),Tz{|}~WZ[U\gcbS^_JKDnopqirstuvhwxy "ghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,-./01234 5 6 7 8 9:;<=>?@ABCDEFGHIJKLMNOP Q R S T UVWXYZ[\]^_`abcdeeffghijk l m n o p q r s t u v w x y z { | } ~  2     :   u  v   +table-layout-0.8.0.0-FQb5lQDtZHDLd9xHlscfYXText.Layout.Table.Style&Text.Layout.Table.Primitives.Occurence$Text.Layout.Table.Primitives.LenSpec"Text.Layout.Table.Primitives.Basic&Text.Layout.Table.Primitives.AlignSpecText.Layout.Table.Position#Text.Layout.Table.Primitives.ColumnText.Layout.Table.InternalText.Layout.Table.VerticalText.Layout.Table.JustifyText.Layout.Table-Text.Layout.Table.Primitives.LenSpec.Internal/Text.Layout.Table.Primitives.AlignSpec.Internal#Text.Layout.Table.Position.InternalText.Layout.Primitives.ColumnColSpec layoutToCellsPosition TableStyle headerSepH headerSepLC headerSepRC headerSepC headerTopL headerTopR headerTopC headerTopHheaderVgroupV groupSepH groupSepC groupSepLC groupSepRC groupTopC groupTopL groupTopR groupTopH groupBottomC groupBottomL groupBottomR groupBottomH asciiRoundSasciiSunicodeSunicodeBoldHeaderS unicodeRoundS unicodeBoldSunicodeBoldStripedSunicodeDoubleFrameSOccSpec predOccSpec splitAtOccLenSpecexpandfixed expandUntil fixedUntilCutMark doubleCutMark singleCutMark noCutMarkellipsisCutMarkspaces concatLines fillStart' fillStartfillEnd fillBoth'fillBoth fillLeft'fillLeft fillRight fillCenter' fillCenter fitRightWith fitLeftWith fitCenterWithapplyMarkLeftWithapplyMarkRightWith$fDefaultCutMark AlignSpecnoAlign occSpecAlign predAlign charAlignVHleftrightcentertopbottomlenSpecposition alignSpeccutMarkcolumn$fDefaultColSpecColRow HeaderColSpecRowGrouprowsrowsGrowG headerColumn$fDefaultHeaderColSpec colsAsRowsAll colsAsRowsvPadAllvPad justifyTextjustifydimorphicSummandsdimorphicSummandsBymixedDimorphicSummandsByHeader AlignInfo ColModInfodotAlignnumColfixedCol fixedLeftColpad trimOrPadalign alignFixedwidthCMI unalignedCMIensureWidthCMIensureWidthOfCMIcolumnModifierwidthAIderiveColModInfosderiveAlignInfogrid gridLines gridStringaltLinescheckeredCellscolsGcolsAllGfullHtitlesH tableLines tableString$fDefaultHeader$fMonoidAlignInfobaseGHC.BaseStringExpandFixed ExpandUntil FixedUntil$fDefaultLenSpecleftMark rightMarkapplyMarkLeftByghc-prim GHC.TypesChar$fDefaultAlignSpecAlignOccNoAlignStartCenterEnd$fDefaultPosition Data.OldListwordsmapInitmixedDimorphicSpacesdimorphicSpacesshowCMIshowAINoHeader FillAlignedFillToFitTo/data-default-class-0.0.1-5309uyJgdI9AoYdGp1Vb6AData.Default.ClassDefaultdef