r      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~None !"+3BHM#Comment with some more info.The normal comment type.,Where the comment lies relative to the node.Comment relative locations.%Information for each node in the AST. Location info from the parser. )Comments which are attached to this node. zConfigurations shared among the different styles. Styles may pay attention to or completely disregard this configuration. )Maximum columns to fit code into ideally.How many spaces to indent?0Remove spaces on lines that are otherwise empty?A printer style.5Name of the style, used in the commandline interface.>Author of the printer (as opposed to the author of the style).Description of the style.User state, if needed.Extenders to the printer.%Default config to use for this style.!Preprocessor to use for comments.yA printer extender. Takes as argument the user state that the printer was run with, and the current node to print. Use  prettyNoExt% to fallback to the built-in printer. The state of the pretty printer.Current indentation level.The current output. Just outputted a newline?!Current column."Current line number.# User state.$ Extenders.%4Config which styles may or may not pay attention to.&/An end of line comment has just been outputted.'9Whether we're in a case statement, used for Rhs printing.($Mode used to parse the original AST.);Preprocessor applied to comments on an AST before printing.*A pretty printing monad.-Default style configuration.0  !"#$%&'()*+,-.  !"#$%&'()*+,-.*+, !"#$%&'() -      !"#$%&'()*+,-None. Empty state.0The printer style../0./0./0./0None234EM)1Pretty printing class.2Pretty print using extenders.3Run the basic printer for the given node without calling an extension hook for this node, but do allow extender hooks in child nodes. Also auto-inserts comments.4Print comments of a node.5Pretty print a comment.6*Pretty print using HSE's own printer. The  class here is HSE's.7Get the user state.8Put the user state.9Modify the user state.:=Increase indentation level by n spaces for the given printer.;+Print all the printers separated by spaces.<+Print all the printers separated by commas.=(Print all the printers separated by sep.>-Print all the printers separated by newlines.?HPrint all the printers separated newlines and optionally a line prefix.@KSet the (newline-) indent level to the given column for the given printer.AGet the current indent level.BGet the current line number.COutput a newline.DASet the context to a case context, where RHS is printed with -> .E/Get the current RHS separator, either = or -> .FHMake the latter's indentation depend upon the end column of the former.GHMake the latter's indentation depend upon the end column of the former.HWrap in parens.IWrap in braces.JWrap in brackets.KWrite a space.LWrite a comma.MWrite an integral.N>Write out a string, updating the current position information.OWrite a string.PIndent spaces, e.g. 2.QColumn limit, e.g. 80RFPlay with a printer and then restore the state to what it was before.S No binds?TMaybe render a class context.#Maybe render an overlap definition.UFSwing the second printer below and indented with respect to the first.0Pretty print a name for being an infix operator.Render an expression.Render a declaration.[123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTU     %123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTU%123789NCKLMOT54DE=;>?<HJI:@ABFGUPQSR6Z123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTU     None3HMW Empty state.]The printer style.aBreak a comment string into lines of a maximum character length. Each line starts with a space, mirroring the traditional way of writing comments:- Hello- Note the space after the cNumber of spaces to indent by.dPrinter to indent one level.e{How many exports to format in a single line. If an export list has more than this, it will be formatted as multiple lines.gFormat whole modules.i.Format pragmas differently (language pragmas).jFormat patterns.kFormat import statements.lReturn the number of columns between the start and end of a printer. Note that if it breaks lines, the line break is not counted; only column is used. So you probably only want to use this for single-line printers.mAFormat contexts with spaces and commas between class constraints.nIFormat deriving clauses with spaces and commas between class constraints.o"Format function type declarations.FVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~FVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~FWXYZ[\]^_`abcdefVghijklmnopqrstuvwxyz{|}~CVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~NoneEHMAnnotate the AST with comments.Is the comment after the node?For After9, does the first span end before the second starts? For Before2, does the first span start after the second ends?None3 Empty state.A short function name.Column limit: 50The printer style.!Pretty print type signatures likedfoo :: (Show x,Read x) => (Foo -> Bar) -> Maybe Int -> (Char -> X -> Y) -> IO ()0I want field updates to be dependent or newline.Right-hand sides are dependent.Right-hand sides are dependent.Unguarded case alts.6Decide whether to do alts or rhs based on the context.+I want guarded RHS be dependent or newline.,I want guarded alts be dependent or newline. ExpressionsYSandbox and render the nodes on multiple lines, returning whether each is a single line.Render multi-line nodes.qSandbox and render the node on a single line, return whether it's on a single line and whether it's overflowing..Is the expression "short"? Used for app heads.IIs the given expression "small"? I.e. does it fit on one line and under  columns.Is an expression flat?>Does printing the given thing overflow column limit? (e.g. 80)>Does printing the given thing overflow column limit? (e.g. 80)4Is the given expression a single-liner when printed?GMake the right hand side dependent if it's flat, otherwise newline it.None3 Empty state.A short function name.The printer style.3Handle do specially and also space out guards more.Handle do specially.$Implement dangling right-hand-sides.Unguarded case alts.Space out tuples.Expression customizations.AFormat contexts with spaces and commas between class constraints.!Pretty print type signatures likeefoo :: (Show x, Read x) => (Foo -> Bar) -> Maybe Int -> (Char -> X -> Y) -> IO ()=Specially format records. Indent where clauses only 2 spaces.$Use special record display, used by dataDecl in a record scenario.!Fields are preceded with a space.3Record decls are formatted like: Foo { bar :: X }Is the decl a record?>Does printing the given thing overflow column limit? (e.g. 80)4Is the given expression a single-liner when printed?.Is the expression "short"? Used for app heads.Is an expression flat?,rhs on field update on the same line as lhs.NoneEHM Format the given source.ZBreak a Haskell code string into chunks, using CPP as a delimiter. Lines that start with '#if', '#end', or '#else'O are their own chunks, and also act as chunk separators. For example, the code -#ifdef X x = X y = Y #else x = Y y = X #endifUwill become five blocks, one for each CPP line and one for each pair of declarations.Print the module.'Pretty print the given printable thing.AParse mode, includes all extensions, doesn't assume any fixities.,Test with the given style, prints to stdout.'Test with all styles, prints to stdout.KParse the source and annotate it with comments, yielding the resulting AST.2Styles list, useful for programmatically choosing. 0]0]         !"#$%&'()*+,--./00123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVW00XYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~0000ln2 hindent-4.4.2 HIndent.TypesHIndent.Styles.FundamentalHIndent.PrettyHIndent.Styles.GibianskyHIndent.CommentsHIndent.Styles.ChrisDoneHIndent.Styles.JohanTibellHIndentComInfocomInfoCommentcomInfoLocationComInfoLocationAfterBeforeNodeInfo nodeInfoSpannodeInfoCommentsConfigconfigMaxColumnsconfigIndentSpacesconfigClearEmptyLinesStyle styleName styleAuthorstyleDescriptionstyleInitialStatestyleExtendersstyleDefConfigstyleCommentPreprocessorExtenderCatchAll PrintState psIndentLevelpsOutput psNewlinepsColumnpsLine psUserState psExtenderspsConfig psEolComment psInsideCase psParseModepsCommentPreprocessorPrinter runPrinter defaultConfigState fundamentalPrettypretty prettyNoExt printComments printCommentpretty'getStateputState modifyStateindentedspacedcommasinterlined prefixedLinedcolumn getColumn getLineNumnewlinewithCaseContext rhsSeparatordepend dependBindparensbracesbracketsspacecommaintwritestringgetIndentSpacesgetColumnLimitsandbox nullBindsmaybeCtxswingExtendgibianskyForceSingleLinegibianskyLetBinduserGets userModify gibianskycommentContentcommentSrcSpancommentPreprocessorbreakCommentLinesdropTrailingNewlines indentSpaces indentOncemaxSingleLineExportsattemptSingleLinemodlskipFollowingNewlinepragmaspatimpprettyColLengthcontext derivingstyp writeTuplesameLine collectTypesexprs multiIfExprletExpr keepingColumnappExprdoExprlistExprsingleLineList multiLineList dollarExprapplicativeExpropExpr lambdaExprcaseExprlambdaCaseExprifExpr writeCaseAltsprettyCommentCallbacks recUpdateExprcommaAfterCommentrhsslineBreakAfterRhs guardedRhsrhsReststmtsdecls qualConDeclfunBodywriteWhereBindsonSeparateLinesonSeparateLines'fixSpans astStartLine isDoBlockcondecls hasCommentsalt moduleHead exportList lineDelta fieldUpdateannotateCommentscommentLocatedspanTest shortNamesmallColumnLimit chrisDonedecl fieldupdaterhs unguardedrhs unguardedaltcontextualGuardedRhs guardedrhs guardedaltstmtexpsandboxSinglesmultisandboxNonOverflowingisShortisSmallisFlat isOverflow isOverflowMax isSingleLinerinfixAppdependOrNewline johanTibell unboxParensconDeclrecDeclisRecordreformat prettyPrint parseModetesttestAlltestAststyles$fDefaultConfig$fEqPrintStatehaskell-src-exts-1.16.0.1Language.Haskell.Exts.Pretty maybeOverlap prettyInfixOpprettyInternal$fPrettyExportSpec$fPrettyExportSpecList$fPrettyWarningText$fPrettyImportSpec$fPrettyImportSpecList$fPrettyModuleName$fPrettyImportDecl$fPrettyModulePragma$fPrettyModuleHead$fPrettyTyVarBind $fPrettyQOp $fPrettyQName $fPrettyName$fPrettyLiteral $fPrettyKind$fPrettyFunDep$fPrettyDataOrNew$fPrettyIPBind$fPrettyBracket$fPrettyModule $fPrettySign$fPrettyOverlap$fPrettySpecialCon$fPrettyDeclHead$fPrettyInstHead$fPrettyInstRule$fPrettySplice $fPrettyRhs$fPrettyQualConDecl$fPrettyPatField $fPrettyMatch$fPrettyInstDecl$fPrettyGuardedRhs$fPrettyFieldUpdate$fPrettyFieldDecl$fPrettyConDecl$fPrettyClassDecl $fPrettyBinds$fPrettyBangType $fPrettyAsst $fPrettyAlt$fPrettyDeriving $fPrettyDecl$fPrettyQualStmt $fPrettyStmt $fPrettyExp $fPrettyType $fPrettyPat$fPrettyContextbaseGHC.Num-cppSplitBlocksrunPrinterStyle CodeBlock CPPDirectives HaskellSource