o}*\      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[4None\XReturns the number of failing tests. Warning: Not multithread safe, but is reenterant ]^_`a\bcde\bcde]^_`a\bcdeNone Nf,First string may have stars in it (the want) ghijklmnopfqnghijklmnopfqNonerstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGrstuvwrstuvwNone35H?Return the variables, erring on the side of more free variablesI?Return the variables, erring on the side of more free variables)JHKILMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopJHPQR$JHKILMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopNone 4aqrstuvwxyz{|}~aqrstuvwxyz{|}~aqrstuvwxyz{|}~None 357QfromNamed will return "" when it cannot be represented toNamed may crash on ""& None MData type representing the modules in scope within a module. Created with  and queried with  and . Note that the   is not equivalent to 6 on an empty module, due to the implicit import of Prelude. Create a 3 value from a module, based on the modules imports.hGiven a two names in scopes, could they possibly refer to the same thing. This property is reflexive.Given a name in a scope, and a new scope, create a name for the new scope that will refer to the same thing. If the resulting name is ambiguous, it picks a plausible candidate.  Safe None None;IN            None35 MIs this item lexically requiring no bracketing ever i.e. is totally atomicmIs the child safe free from brackets in the parent position. Err on the side of caution, True = don't know0Add a Paren around something if it is not atomicHDescend, and if something changes then add/remove brackets appropriately@Add/remove brackets as suggested needBracket at 1-level of depth      None Safe  !"#$%&'(#$%&'(  !"#$%&'(None+!).which files to run it on, nothing = none given*where to generate reports+)which settignsfiles were explicitly given,(hints that are given on the command line-color the result./Numbmer of threads to use, 0 = whatever GHC has/the hints to ignore0display all skipped items1 extensions2#the extensions (may be prefixed by No)3Rwork between source files, applies to hints such as duplicate code between modules4!source files to look for hints in5the data directory6Print a default file to stdout7display hint data as JSON8do not show the summary info9specify which hints explicitly:%Display hints in serialisation format;Run the refactor* executable to automatically perform hints<Options to pass to the refactor executable.=Path to refactor tool>a proof script to check against?'temporary directory to put the files in@When to colour terminal output.A'Terminal output will never be coloured.B(Terminal output will always be coloured.CJTerminal output will be coloured if $TERM and stdout appear to support it.$What C pre processor should be used.No pre processing is done.Lines prefixed with # are stripped.The cpphs library is used.DWhere should we find the configuration files? * If someone passes cmdWithHints, only look at files they explicitly request * If someone passes an explicit hint name, automatically merge in data/hlint.yaml We want more important hints to go last, since they overrideE(Determines whether to use colour or not.=FG)*+,-./0123456HIJKLM789N:;<=OPQ>?RST@ABCUVWXDYZE[\]^_`a1FG)*+,-./0123456HIJKLM789N:;<=OPQ>?RSTUWDYZE\F4GOQT)*+,-./0123456HIJKLM789N:;<=)P12HIJKLM>+5*,?RS)2@ABCUVWXDYZE[\]^_`aNone A parse error from . Location of the error. %Message about the cause of the error. 3Snippet of several lines (typically 5) including a >' character pointing at the faulty line.  Created with  , used by .*How the file is preprocessed (defaults to ).8How the file is parsed (defaults to all fixities in the base. package and most non-conflicting extensions).Default value for  .:Given some fixities, add them to the existing fixities in  .Parse a Haskell module. Applies the C pre processor, and uses best-guess fixity resolution if there are ambiguities. The filename - is treated as stdin. Requires some flags (often :), the filename, and optionally the contents of that file.bUGiven a line number, and some source code, put bird ticks around the appropriate bit. cdebfghkxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGrstuvwJHPQRqrstuvwxyz{|}~  d  cdebfghNoneijijijNone kGenerate a lambda, but prettier (if possible). Generally no lambda is good, but removing just some arguments isn't so useful.l{Convert expressions which have redundant junk in them away. Mainly so that later stages can match on fewer alternatives.mknlmklmknlNoneA  LHS ==> RHS style hint rule.Default severity for the hint.Name for the hint.(Module scope in which the hint operates.LHSRHS)Side condition, typically specified with  where _ = ....$Notes about application of the hint.How to classify an Idea. If any matching field is "" then it matches everything.Severity to set the Idea to.  Match on Idea field ideaHint.! Match on Idea field  ideaModule." Match on Idea field ideaDecl.#0A note describing the impact of the replacement.$=The replacement is increases laziness, for example replacing reverse (reverse x) with x makes the code lazier.%=The replacement is decreases laziness, for example replacing (fst x, snd x) with x makes the code stricter.&6The replacement removes errors, for example replacing  foldr1 (+) with sum removes an error on [], and might contain the text "on []".'IThe replacement assumes standard type class lemmas, a hint with the note ValidInstance "Eq" "x" might only be valid if the x variable has a reflexive Eq instance.(An arbitrary note.)How severe an issue is.*GThe issue has been explicitly ignored and will usually be hidden (pass --show+ on the command line to see ignored ideas).+TSuggestions are things that some people may consider improvements, but some may not.,EWarnings are suggestions that are nearly always a good idea to apply.-$Available as a setting for the user.3opqrstuvwxyz{|}~ !"#$%&'()*+,-2opqrstuvwxyz{|}~ !"#$%&'()*+,- opqrstuvwxyz{|}~ !"#$%&'()*+,-None .An idea suggest by a Hint.0'The module the idea applies to, may be ""I if the module cannot be determined or is a result of cross-module hints.1YThe declaration the idea applies to, typically the function name, but may be a type name.2The severity of the idea, e.g. ,.33The name of the hint that generated the idea, e.g.  "Use reverse".4$The source code the idea relates to.54The contents of the source code the idea relates to.6The suggested replacement, or + for no replacement (e.g. on parse errors).73Notes about the effect of applying the replacement.8How to perform this idea./012345678!#$%&'()*+,-./012345678. /012345678NoneNone90Functions to generate hints, combined using the  instance.;DGiven a list of modules (and their scope information) generate some .s.<>Given a single module and its scope information generate some .s.=<Given a declaration (with a module and scope) generate some .[s. This function will be partially applied with one module/scope, then used on multiple 7 values.>Given a comment generate some .s. 9:;<=>xyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGrstuvwJHPQRqrstuvwxyz{|}~  dij#$%&'()*+,-./0123456789:;<=>9:;<=>None 4None None 4  None None  None4None NoneN   None!None 4 "None-Classes that don't work with newtype deriving0What is derived on newtype, and on data type  'deriving'J declarations may be on either, so we approximate as both newtype and data    #NoneN The position to return if we match at this point, and the map of where to go next If two runs have the same vals, always use the first pos you find       $None%None&None'None @Given a module containing HLint settings information return the  rules and the | expressions. Any fixity declarations will be discarded, but any other unrecognised elements will result in an exception. Read an {- ANN }-} pragma and determine if it is intended for HLint. Return Nothing if it is not an HLint pragma, otherwise what it means.  !"#$   !"#$(None%Given a source file, guess some hints that might apply. Returns the text of the hints (if you want to save it down) along with the settings to be used.%&'(%%&'()None4)Guess why a theorem is missing *+,-./0)12345/ *+,-./0)12345*None CF6Read a config file in YAML format. Takes a filename, and optionally the contents. Fails if the YAML doesn't parse or isn't valid HLint YAML7BFailed when parsing some value, give an informative error message./89:;<=>?@ABCDEFGHI6JKL7MNOPQRSTUVWXYZ[\]^_`abcdH6b"89:;<=>?@ABCDEFGHI6JKL7MNOPQRSTUVWXYZ[\]^_`abcd+Noneeee,None 4Nf{Descend, and if something changes then add/remove brackets appropriately in both the template and the original expression.ghijklmfnopqrstuvwxyz{|}ighijklmfnopqrstuvwxyz{|}-None ~ ~.None?WA list of the builtin hints wired into HLint. This list is likely to grow over time.=A list of builtin hints, currently including entries such as "List" and  "Bracket".PTransform a list of ? or  into a 9.Transform a list of  into a 9.?@ABCDEFGHIJKLMNOP9:;<=>?@ABCDEFGHIJKLMNOP?@ABCDEFGHIJKLMNOP/None:Given a set of hints, do all the HintRule hints type checkBGiven a set of hints, do all the HintRule hints satisfy QuickCheck0NoneDApply hints to a single file, you may have the contents of the file.AApply hints to multiple files, allowing cross-file hints to fire.Q*Given a way of classifying results, and a 91, apply to a set of modules generating a list of . s. The .& values will be ordered within a file.6Given a set of modules, it may be faster pass each to Q in a singleton list. When given multiple modules at once this function attempts to find hints between modules, which is slower and often pointless (by default HLint passes modules singularly, using --cross to pass all modules together).bGiven a list of settings (a way to classify) and a list of hints, run them over a list of modules.bReturn either an idea (a parse error) or the module. In IO because might call the C pre processor.,Find which hints a list of settings implies.IGiven some settings, make sure the severity field of the Idea is correct.QQQ1None2None3None4NoneFRvThis function takes a list of command line arguments, and returns the given hints. To see a list of arguments type  hlint --helpN at the console. This function writes to the stdout/stderr streams, unless --quiet is specified.As an example: ldo hints <- hlint ["src", "--ignore=Use map","--quiet"] when (length hints > 3) $ error "Too many hints!"Warning: The flags provided by HLint are relatively stable, but do not have the same API stability guarantees as the rest of the strongly-typed API. Do not run this function on a your server with untrusted input.RRRNoneSA suggestion - the Show instance is of particular use.T|This function takes a list of command line arguments, and returns the given suggestions. To see a list of arguments type  hlint --helpN at the console. This function writes to the stdout/stderr streams, unless --quiet is specified.As an example: ldo hints <- hlint ["src", "--ignore=Use map","--quiet"] when (length hints > 3) $ error "Too many hints!"U:From a suggestion, extract the file location it refers to.V.From a suggestion, determine how severe it is.STUV )*+,-STUV TSUV)*+,-STUVNoneW1Get the Cabal configured data directory of HLint.X'The function produces a tuple containg   (for  ), and  and 9 for QC. It approximates the normal HLint configuration steps, roughly: Use [ with Z+ to find and load the HLint settings files.Use  and P to transform the outputs of [.If you want to do anything custom (e.g. using a different data directory, storing intermediate outputs, loading hints from a database) you are expected to copy and paste this function, then change it to your needs.Y A version of X which respects some of the arguments supported by HLint. If arguments unrecognised by HLint are used it will result in an error. Arguments which have no representation in the return type are silently ignored.ZGiven a directory (or  to imply W), and a module name (e.g.  HLint.Defaulto), find the settings file associated with it, returning the name of the file, and (optionally) the contents.9This function looks for all settings files starting with HLint.U in the directory argument, and all other files relative to the current directory.[-Given a function to load a module (typically Z.), and a module to start from (defaults to  HLint.HLint/) find the information from all settings files.ISnippet from the documentation, if this changes, update the documentationWXYZ[X  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRWXYZ[XRQ./012345678)*+,-#$%&'( !"WXY[Z?@ABCDEFGHIJKLMNO9:;<=>P WXYZ[ 5 6 7 89:;<==>?@AABCDEFGGHIJKLMNOOPQRSTUVWXTYZ[\]^_`abcdefgghijk.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.{.|.}0~4[      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      ! "#$%&'()*+,-..//0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^__`abcdefghijklmnopqqrstuvwxyz{|}~PO      !"#$%&'()*+,-./0123456789:;<=>?@ABACDEFFGHHIJKLMNOPQRSTUVWXYZ[\]^_`abccdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-+,.+,/+,0+,1+,2+,2+,3+,4+,5+,678978:78;7<=7<>7<?7<@7<A7<B7<C7<D7<E7<F7<G7<H7<I7<J7<K7<L7<M7<N7<O7<P7<Q7<R7<S7<T7<UVWXYZZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ 5                                !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_3`abcdefghijklmnopqrstuvwxyz{|}}~ !!!!!!!!!!""""""""""" " " " " #######$$$%%%%&&&''' '!'"'#'$''%(&('((())*)+)+),)-).)/)0)1)2)3)4)5*6*7*8*8*9*9*:*;*<*=*>*>*?*@*A*B*C*D*E*E*F*G*H*I*J*K*L*M*N*O*P*Q*R*S*T*U*V*W*X*Y*Z*[*\*]*^*_*`+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-z-{-|-}-~-------...///////000000012222233344444444444444GUXfakiwxnD86K81L125OtLanguage.Haskell.HLint3Language.Haskell.HLint Test.UtilTest.InputOutputHSE.Type HSE.FreeVarsHSE.Util HSE.Match HSE.ScopeHsColourParallelUtil HSE.Bracket HSE.Reduce Paths_hlintCmdLineHSE.AllRefact Hint.Util Config.TypeIdeaReport Hint.Type Hint.List Hint.ListRec Hint.Monad Hint.Lambda Hint.Bracket Hint.Naming Hint.Pattern Hint.Import Hint.Export Hint.PragmaHint.ExtensionsHint.Duplicate Hint.Comment Hint.Unsafe Hint.NewTypeConfig.HaskellConfig.Compute Test.Proof Config.Yaml Config.All Hint.Match Hint.RestrictHint.AllTest.TranslateApplyGrepTest.AnnotationsTest.AllHLintScope scopeCreate scopeMatch scopeMoveCppFlagsNoCpp CppSimpleCpphs ParseErrorparseErrorLocationparseErrorMessageparseErrorContents ParseFlagscppFlagshseFlagsdefaultParseFlagsparseFlagsAddFixities parseModuleExHintRulehintRuleSeverity hintRuleName hintRuleScope hintRuleLHS hintRuleRHS hintRuleSide hintRuleNotesClassifyclassifySeverity classifyHintclassifyModule classifyDeclNoteIncreasesLazinessDecreasesLaziness RemovesError ValidInstanceSeverityIgnore SuggestionWarningError ideaModuleideaDecl ideaSeverityideaHintideaSpanideaFromideaToideaNoteideaRefactoringHint hintModules hintModulehintDecl hintComment HintBuiltinHintList HintListRec HintMonad HintLambda HintBracket HintNaming HintPattern HintImport HintExport HintPragmaHintExtensions HintUnsafe HintDuplicate HintRestrict HintComment HintNewType resolveHints applyHintshlintsuggestionLocationsuggestionSeveritygetHLintDataDir autoSettings argsSettingsreadSettingsFile findSettings withTestsResultfailurestotalrefprogresspassedfailedtested matchStar InputOutputnamefilesrunoutputexittestInputOutputparseInputOutputscheckInputOutput matchStarStarType_Pat_Exp_Decl_Module_S5AOrrK2yqClHvcnYKZ29PrLanguage.Haskell.ExtsreadExtensionsparseFileContentsWithCommentsparseFileContentsWithModeparseFileContentsWithExtsparseFileContentsparseFileWithCommentsAndPragmasparseFileWithCommentsparseFileWithModeparseFileWithExts parseFileLanguage.Haskell.Exts.ParserunListOf getTopPragmasparseImportDeclWithCommentsparseImportDeclWithModeparseImportDeclparseStmtWithCommentsparseStmtWithMode parseStmtparseTypeWithCommentsparseTypeWithMode parseTypeparseDeclWithCommentsparseDeclWithMode parseDeclparsePatWithCommentsparsePatWithModeparsePatparseExpWithCommentsparseExpWithModeparseExpparseModuleWithCommentsparseModuleWithMode parseModulePragmasAndModuleNamePragmasAndModuleHeadModuleHeadAndImports unNonGreedy NonGreedyListOfLanguage.Haskell.Exts.PrettyprettyPrimWithMode prettyPrim prettyPrintprettyPrintWithModeprettyPrintStyleMode defaultMode PPNoLayoutPPInLine PPSemiColon PPOffsideRulePPLayoutIndent linePragmaslayoutspacing onsideIndent whereIndent letIndent caseIndent multiIfIndentdoIndent classIndentPPHsModePrettyLanguage.Haskell.Exts.LexerlexTokenStreamWithModelexTokenStream#Language.Haskell.Exts.InternalLexerEOFKW_CApi KW_JavaScriptKW_JsKW_Jvm KW_DotNet KW_CPlusPlusKW_CCall KW_StdCallKW_Interruptible KW_Threadsafe KW_UnsafeKW_Safe KW_Export KW_Foreign KW_Pattern KW_QualifiedKW_WhereKW_UsingKW_TypeKW_ThenKW_RoleKW_RecKW_ProcKW_Of KW_NewType KW_ModuleKW_Let KW_Instance KW_InfixR KW_InfixLKW_InfixKW_In KW_ImportKW_If KW_HidingKW_Group KW_Forall KW_FamilyKW_ElseKW_MDoKW_Do KW_Deriving KW_DefaultKW_DataKW_ClassKW_CaseKW_ByKW_As INCOHERENTOVERLAP NO_OVERLAPMINIMALANNLANGUAGEOPTIONSNOUNPACKUNPACKCORE GENERATEDSCCWARNING DEPRECATEDSOURCESPECIALISE_INLINE SPECIALISEINLINE_CONLIKEINLINERULES PragmaEnd XRPatClose XRPatOpenXPCDATA XChildTagOpenXEmptyTagClose XCloseTagOpen XStdTagClose XStdTagOpen XCodeTagClose XCodeTagOpenRPCAt RPGuardClose RPGuardOpen THQuasiQuote THTyQuote THVarQuote THParenEscape THIdEscape THCloseQuote THTypQuote THDecQuote THPatQuote THExpQuoteRightDblArrowTailLeftDblArrowTailRightArrowTail LeftArrowTailStar ExclamationMinus DoubleArrowTildeTAppAt RightArrow LeftArrowBar BackslashEquals DoubleColon QuoteColonColonDotDotDot BackQuote UnderscoreCommaParArrayRightSquareParArrayLeftSquare RightSquare LeftSquare VRightCurly RightCurly LeftCurly SemiColonRightHashParen LeftHashParen RightParen LeftParen StringHash CharacterHash DoubleTokHash FloatTokHash WordTokHash IntTokHash StringTok CharacterFloatTokIntTokQConSymQVarSymConSymVarSymDVarIdQConIdConId ILinVarId IDupVarIdQVarId LabelVarIdVarIdToken Language.Haskell.Exts.ParseMonaddefaultParseModefromParseResultparseWithComments parseWithMode Parseable ParseFailedParseOk ParseResultignoreFunctionArityfixitiesignoreLinePragmasignoreLanguagePragmas extensions baseLanguage parseFilename ParseMode Language.Haskell.Exts.ExactPrint exactPrintExactPLanguage.Haskell.Exts.CommentsassociateHaddockComment UnknownPragmaLanguage.Haskell.Exts.Fixityinfix_infixl_infixr_ baseFixitiespreludeFixitiesFixity applyFixities AppFixityLanguage.Haskell.Exts.Build metaConPat metaFunctionnameBind patBindWherepatBind simpleFunsfungenNameswildcardnoBindsbindsletStmtgenStmtqualStmtpParenpeListeListlistEaltGWaltcaseEletElamEdoEintPcharPstrPintEcharEstrEfunction pvarTuplevarTuplepTupletuplepAppappFuninfixAppapppvarqvaropvarsymLanguage.Haskell.Exts.Syntax=~= tuple_tyconunboxed_singleton_tycon list_tycon fun_tycon unit_tycontuple_tycon_nameunboxed_singleton_tycon_namelist_tycon_namefun_tycon_nameunit_tycon_name role_name family_name forall_name capi_namejavascript_namejs_namejvm_name dotnet_namecplusplus_name ccall_name stdcall_namethreadsafe_nameinterruptible_name unsafe_name safe_name export_name star_namedot_name bang_name minus_name hiding_namequalified_nameas_nameunboxed_singleton_con tuple_conunit_conunboxed_singleton_con_namelist_cons_nametuple_con_name unit_con_name main_namemain_mod prelude_mod ModuleNameUnboxedSingleConConsTupleConFunConListConUnitCon SpecialConSpecialUnQualQualQNameSymbolIdentNameIPLinIPDupIPNameQConOpQVarOpQOpConOpVarOpOpConNameVarNameCName XmlHybridXmlPageModule ModuleHeadExportSpecListEModuleContents EThingWithEAbsEVar ExportSpec EWildcard NoWildcardPatternNamespace TypeNamespace NoNamespace Namespace importSpecsimportAs importPkg importSafe importSrcimportQualified importModule importAnn ImportDeclImportSpecList IThingWith IThingAllIAbsIVar ImportSpec AssocRight AssocLeft AssocNoneAssoc RoleAnnotDecl MinimalPragma AnnPragmaInstSig SpecInlineSigSpecSigInlineConlikeSig InlineSigWarnPragmaDeclDeprPragmaDeclRulePragmaDeclForExpForImpPatSynPatBindFunBind PatSynSigTypeSig SpliceDecl DefaultDecl InfixDecl DerivDeclInstDecl ClassDecl GDataInsDecl DataInsDecl TypeInsDecl DataFamDecl GDataDeclDataDeclClosedTypeFamDecl TypeFamDeclTypeDeclDeclExplicitBidirectionalImplicitBidirectionalUnidirectionalPatternSynDirectionTypeEqn ModuleAnnTypeAnnAnn Annotation ParenFormula OrFormula AndFormula VarFormulaBooleanFormula RoleWildcardPhantomRepresentationalNominalRoleNewTypeDataType DataOrNewInjectivityInfoTyVarSigKindSig ResultSigDHAppDHParenDHInfixDHeadDeclHeadIParenIRuleInstRuleIHAppIHParenIHInfixIHConInstHeadDerivingIPBindsBDeclsBindsIPBind InfixMatchMatch QualConDeclRecDecl InfixConDeclConDecl FieldDeclGadtDecl ClsDefSigClsTyDefClsTyFam ClsDataFamClsDeclInsGDataInsDataInsTypeInsDecl NoStrictAnnotLazyTyBangedTyBangTypeNoUnpackPragmaNoUnpackUnpack Unpackedness GuardedRhss UnGuardedRhsRhs GuardedRhs TyQuasiQuote TyWildCardTyBangTySpliceTyEquals TyPromotedTyKindTyInfixTyParenTyConTyVarTyApp TyParArrayTyListTyTupleTyFunTyForallType PromotedUnit PromotedTuple PromotedList PromotedConPromotedStringPromotedIntegerPromotedUnboxedBoxed UnkindedVar KindedVar TyVarBindKindList KindTupleKindAppKindVar KindParenKindFnKindStarKindFunDepCxEmptyCxTupleCxSingleContext WildCardAParenAEqualPIParamInfixAAppAClassAAsst PrimStringPrimChar PrimDouble PrimFloatPrimWordPrimIntFracIntStringCharLiteralNegativeSignlessSignExprHoleLCaseRightArrHighAppLeftArrHighApp RightArrApp LeftArrAppProc GenPragma SCCPragma CorePragma XChildTagXExpTagXPcdataXETagXTagTypeApp QuasiQuote SpliceExp BracketExpTypQuoteVarQuote ExpTypeSig ParArrayCompParCompListCompParArrayFromThenToParArrayFromToEnumFromThenTo EnumFromThen EnumFromToEnumFrom RecUpdate RecConstr RightSection LeftSectionParenParArrayList TupleSectionTupleMDoDoCaseMultiIfIfLetLambdaNegAppAppInfixAppLitConIPVarOverloadedLabelVarExpXDomNameXNameXAttr DeclBracket TypeBracket PatBracket ExpBracketBracket ParenSpliceIdSpliceSplicePlayInterruptiblePlaySafe PlayRiskySafetyCApi JavaScriptJsJvmDotNet CPlusPlusCCallStdCallCallConvAnnModulePragma OptionsPragmaLanguagePragma ModulePragma UnknownToolHADDOCKYHCNHC98HUGSGHCTool IncoherentOverlap NoOverlap ActiveUntil ActiveFrom ActivationRule TypedRuleVarRuleVarWarnTextDeprText WarningTextPBangPat PQuasiQuotePXRPatsPXPatTagPXPcdataPXETagPXTagPRPatPViewPat PatTypeSigPIrrPat PWildCardPAsPatPRecPParenPListPTuplePApp PInfixAppPNPlusKPLitPVarPatPXAttrRPOptGRPOptRPPlusGRPPlusRPStarGRPStarRPatOpRPPatRPParenRPAsRPCAsRPGuardRPSeqRPEitherRPOpRPatPFieldWildcard PFieldPun PFieldPatPatFieldRecStmtLetStmt Qualifier GeneratorStmt GroupByUsing GroupUsingGroupByThenBy ThenTransQualStmt FieldWildcardFieldPun FieldUpdateAltamapann AnnotatedLanguage.Haskell.Exts.SrcLoc<^^><**<+?><++> combSpanMaybe combSpanInfoinfoSpan noSrcSpan noInfoSpanspanSize isNullSpan mergeSrcSpan mkSrcSpan srcSpanEnd srcSpanStartnoLoc srcColumnsrcLine srcFilenameSrcLocsrcSpanEndColumnsrcSpanEndLinesrcSpanStartColumnsrcSpanStartLinesrcSpanFilenameSrcSpanunLocLoc srcInfoPoints srcInfoSpan SrcSpanInfo startColumn startLinefileName getPointLoc fromSrcInfo toSrcInfoSrcInfoLanguage.Haskell.Exts.ExtensiontoExtensionListprettyExtensionparseExtensionclassifyExtensiondeprecatedExtensionsknownExtensions ghcDefault glasgowExts impliesExtsprettyLanguageclassifyLanguageknownLanguagesUnknownLanguageHaskellAllDisabled Haskell2010 Haskell98LanguageUnknownExtensionDisableExtensionEnableExtension ExtensionOverloadedLabelsTypeFamilyDependenciesTypeApplicationsNamedWildCardsPartialTypeSignaturesPatternSynonymsRoleAnnotationsConstraintKindsDefaultSignatures TrustworthySafe SafeImports MultiWayIf PolyKinds DataKindsExplicitNamespaces JavaScriptFFICApiFFIInterruptibleFFINondecreasingIndentationDeriveFoldableDeriveTraversable DeriveGeneric DeriveFunctorMonoLocalBindsDatatypeContextsExplicitForAllRebindableSyntaxDoAndIfThenElseNPlusKPatternsGHCForeignImportPrim TupleSectionsRegularPatterns XmlSyntax ViewPatternsTransformListComp QuasiQuotesPostfixOperatorsNewQualifiedOperatorsImpredicativeTypes EmptyCase LambdaCasePackageImportsConstrainedClassMethodsDeriveDataTypeable UnboxedTuplesExtendedDefaultRulesRelaxedPolyRec MonoPatBindsGADTsOverloadedStringsDisambiguateRecordFields RecordPunsRecordWildCardsParallelArrays TypeOperatorsLiberalTypeSynonymsUnliftedFFITypes UnicodeSyntaxStandaloneDeriving TypeFamiliesBinaryLiterals MagicHash HereDocumentsRestrictedTypeSynonymsExtensibleRecordsGeneralizedNewtypeDeriving PatternGuardsNamedFieldPunsImplicitPreludeGenericsArrowsForeignFunctionInterfaceTemplateHaskellTypeSynonymInstances BangPatternsKindSignaturesCPPEmptyDataDeclsFlexibleInstancesFlexibleContextsImplicitParamsPatternSignaturesScopedTypeVariablesExistentialQuantificationPolymorphicComponents RankNTypes Rank2TypesFunctionalDependenciesMonomorphismRestrictionMultiParamTypeClassesParallelListComp RecursiveDoDoRec InstanceSigsIncoherentInstancesUndecidableInstancesOverlappingInstancesKnownExtensionprett_7UQTOB05U7lIYPkFOVraeRText.PrettyPrint.HughesPJModePageMode ZigZagModeLeftMode OneLineModeStylemode lineLengthribbonsPerLinestyleJFipoxwyQ13ANweZFikhMn$Data.Generics.Uniplate.Internal.Data transformBis transformer Transformer!Data.Generics.Uniplate.OperationsholesBi contextsBi rewriteBiM rewriteBi transformBiM transformBi childrenBi universeBiparaholescontextsrewriteMrewrite transformM transformchildrenuniversedescendMdescenduniplateUniplate descendBiM descendBibiplateBiplatefreeVarsallVarsFreeVarsAllVarsVarsboundfreevarsvarsspvars^+^- freeVars_inFreeinVars unqualNamesunqualOp$fFreeVarsIPBind $fFreeVars[]$fAllVarsMatch $fAllVars[] $fAllVarsDecl $fAllVars[]0$fAllVarsBinds$fAllVarsMaybe $fAllVarsStmt $fAllVars[]1 $fAllVars[]2$fAllVarsQualStmt$fFreeVarsGuardedRhs $fFreeVarsRhs $fFreeVars[]0 $fFreeVarsAlt $fAllVars[]3 $fAllVarsPat $fFreeVars[]1 $fFreeVarsExp $fAllVarsVars $fFreeVarsSet $fMonoidVarsellipsesopExpexpOp moduleDecls moduleName moduleImports modulePragmasfromModuleNamefromChar fromPChar fromString fromPString fromParen fromPParen fromTyParen fromTyBang fromDerivingisVarisConisApp isInfixAppisListisAnyAppisParenisIfisLambdaisMDoisBoxed isDerivDecl isPBangPat isPFieldPun isFieldPun isPWildCardisPFieldWildcardisFieldWildcard isPViewPat isParComp isTypeApp isPatTypeSig isQuasiQuoteisTyQuasiQuote isSpliceDecl isNewType isRecStmt isClsDefSigisTyBangisLCaseisTupleSectionisString isSectionallowRightSectionallowLeftSectionunqualfromQual isSpecialisDolisDotisDotAppdotAppdotAppsisLexeme isAssocLeft isAssocNoneisWHNF isKindHash getEquations toFunBindreplaceBranchesappsfromAppsfromAppsWithLoc childrenApps descendApps descendAppsM universeApps transformAppstransformAppsM universeS childrenSuniverseParentExp showSrcLoc toSrcSpan nullSrcLoc nullSrcSpanandropAnn/=~=elem_notElem_nub_delete_ intersect_neqListeqListeqMaybe getFixity toInfixDeclNamedtoNamed fromNamedVar_NoVar_PVar_NoPVar_PApp_NoPApp_App1NoApp1App2NoApp2Viewview~=isCtorisSym $fNamedDecl$fNamedDeclHead $fNamedMatch $fNamedQOp$fNamedTyVarBind $fNamedPat$fNamedModuleName $fNamedName $fNamedQName $fNamedExp $fViewExpVar_$fViewPatPVar_$fViewPatPApp_ $fViewExpApp1 $fViewExpApp2baseGHC.Basemempty scopeImports possModules possImport $fMonoidScopehsColourConsole hsColourHTMLparallel parallel1 parallelNBox exitMessageexitMessageImpuregzip descendIndexuniverseParentuniverseParentBidefaultExtensions badExtensionsisAtom needBracketparendescendBracket rebracket1BracketsremParenaddParentransformBracket appsBracket $fBracketsPat$fBracketsType $fBracketsExpreducereduce1catchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNamecmdFiles cmdReports cmdGivenHints cmdWithHintscmdColor cmdThreads cmdIgnore cmdShowAll cmdExtension cmdLanguagecmdCross cmdFindHints cmdDataDir cmdDefaultcmdJson cmdNoSummarycmdOnly cmdSerialise cmdRefactorcmdRefactorOptionscmdWithRefactorcmdProof cmdTempDir ColorModeNeverAlwaysAuto cmdHintFiles cmdUseColourCmdCmdMaincmdPath cmdCppDefine cmdCppInclude cmdCppFile cmdCppSimple cmdCppAnsi cmdNoExitCodeCmdGrep cmdPatternCmdTest cmdQuickCheck cmdTypeCheckCmdHSEgetCmd automatic exitWithHelp cmdExtensionscmdCpp<\> resolveFilegetFile getModule getExtensions readExtension$fDefaultColorModecontextparseFlagsNoLocationsparseFlagsSetLanguagerunCpp applyFixity cheapFixities askFixitytoRefactSrcSpantoSS niceLambdaR simplifyExp niceLambda niceDotAppSettingSettingClassifySettingMatchExpSettingRestrictSettingArgumentBuiltinInfixRestrict restrictTyperestrictDefault restrictName restrictAsrestrictWithin RestrictTypeRestrictModuleRestrictExtension RestrictFlagRestrictFunction getSeveritygetRestrictTypedefaultHintName isUnifyVar showNotes $fShowNoteNothing showIdeaJson showIdeasJsonshowANSIshowExrawIdearawIdeaNideasuggestwarnignoreideaNsuggestNwarnN $fShowIdea writeTemplate writeReport writeIdea writeNote escapeHTMLMonoid CrossHintModuHintDeclHint $fMonoidHintlistHintlistDecllistExplistPatisAppendcheckspchecks usePStringusePList useStringuseListuseCons typeListChar typeString stringTypeBranchBListBNilBConsListCase listRecHint recursiveStr recursive matchListRecasDofindCasedelCons eliminateArgs findBranchfindPatreadPatbadFuncs monadHintmonadExpmiddle monadCall monadReturn monadJoinmonadLetfromRet lambdaHint lambdaDecl etaReduce lambdaExp fromLambda bracketHint tyConToRtypefindType remParensbracketbracketWarning bracketError fieldDecldollar splitInfix namingHintnamingshortengetNames suggestName replaceNamesPattern patternHinthintsasGuards asPatternpatHintexpHint importHintwrapsimplify simplifyHeadcombinecombine1newNames hierarchy desugarQual exportHint PragmaIdea SingleComment MultiCommentOptionsToComment pragmaHint optToPragma pragmaIdea languageDupes strToLanguage optToLanguagenoNewtypeDerivingderivesextensionsHintminimalExtensionswarningsusedExtused hasDeriveun&hasThasT2hasShas isWholeFracDupe duplicateHintdupesfindaddduplicateOrderedpragmas commentHintgrab unsafeHint isUnsafeDecl isUnsafeApp isUnsafeFun newtypeHintnewtypeHintDeclsingleSimpleField readSettings readPragmaaddInfixreadFileConfigHaskell readSettingreadSide readFuncserrorOncomputeSettings renderSetting findSettingfindExpclassifyMissingTheoremoriginallocationlemmaproof missingFuncsisabelleTheoremsreparen hintTheorems $fShowTheorem $fEqTheoremreadFileConfigYaml parseFailValGroup groupName groupEnabled groupImports groupRulesPackage packageNamepackageModules ConfigItem ConfigPackage ConfigGroup ConfigSetting ConfigYamlnewValgetValaddVal parseArray parseObject parseObject1 parseStringparseArrayString parseBool parseField parseFieldOpt allowFieldsparseHSEparseConfigYaml parsePackage parseFixity parseGroup ruleToGroup parseRule parseRestrict parseWithinparseSeverityKey guessNameasNotesettingsFromConfigYamlasScope$fFromJSONConfigYamlreadFilesConfigdescendBracketTemplate NameMatchfmapAn readMatchreadRule dotVersion findIdeas matchIdeatransformBracketTemplatesubstTnmOpunifyunifyDefunifyExp rebracketunifyPatisOtherchecksubst checkSide checkDefine performEval unqualify addBracket RestrictItemriAsriWithin restrictHint restrictions ideaMayBreakideaNoTowithin checkPragmas checkImportscheckFunctions$fMonoidRestrictItem builtinHints hintRulesbuiltin testTypeChecktestQuickCheckrunMains toTypeCheck toQuickCheckisRemovesError applyHintFileapplyHintFiles executeHintsparseModuleApplyallHintsclassifyapplyHintsRealrunGrepTesttestAnnotations parseTestFile parseTesttest testNamescheckCommentedYamlhlintHSE hlintTest cmdParseFlags hlintGrep hlintMain runHlintMainreadAllSettingsrunHintsgetIdeashandleRefactoringhandleReportingrunRefactoring checkRefactor evaluateList Suggestion_fromSuggestion$fShowSuggestion_docs