|      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                       ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O PQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{None;=sExceptions that can occur while loading modules or during internal operations (not during performing the refactor).;Change in the project, modification or removal of a module.oModule name and marker to separate .hs-boot module definitions. Specifies a source file in a working directory."The name of the module and the AST7A type for the input and result of refactoring a modulePTransforms module name to a .hs file name relative to the source root directory.=Transforms a source root relative file name into module name.None;=K$ %The information a refactoring can useMThe name of the module being refactored. Used for accessing implicit imports.]Input and output information for the refactoring TODO: use multiple states instead of Either+The refactoring monad for the whole project(The refactoring monad for a given module9The type of a refactoring that affects the whole project.The type of a refactoring*A refactoring that only affects one module$A monad that can be used to refactor"None]+}Remove a separator from the AST while keeping the textual parts of it that should not be removed (like preprocessor pragmas).|Remove an element from the AST while keeping the textual parts of it that should not be removed (like preprocessor pragmas).|.Extracts all text elements that should be kept}WWrites the elements to be kept into a writer monad with ranges and default line ending.None<6 ]A type class for handling definitions that can appear as both top-level and local definitionsGAccesses a type signature definition in a local or top-level definitionJAccesses a value or function definition in a local or top-level definitionGAccesses a type signature definition in a local or top-level definition.Creates a new definition from a type signature<Creates a new definition from a value or function definitionCreates a new fixity signature0Checks if a given definition is a type signature;Checks if a given definition is a function or value binding2Checks if a given definition is a fixity signature  None:QPExpands an extension into all the extensions it implies (keeps original as well)9Replaces deprecated extensions with their new counterpartCanonicalize extensions8Map the cabal extensions to the ones that GHC recognizestnml#'0j.,XZ32*)T4]e^Y $+S?-dcbLKMPIHigfV>98A1"[&%J!aGFEh<;:DCB_(O =N/W` 76@Qk\ RoU5tonmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!  None?%=Set the minimal indentation recursively for a part of the AST NonehLFilters the elements of the list. By default it removes the separator before the element. Of course, if the first element is removed, the following separator is removed as well. hA version of filterList that cares about keeping non-removable code elements (like preprocessor pragmas) oA version of filterListIndexed that cares about keeping non-removable code elements (like preprocessor pragmas) %Selects the given indices from a list -Selects all but the given indices from a list Inserts the element in the places where the two positioning functions (one checks the element before, one the element after) allows the placement.NChecks where the element will be inserted given the two positioning functions.Gets the elements and separators from a list. The first separator is zipped to the second element. To the first element, the "" string is zipped.             None<QV]P1ERemove the container (where or let) when the last binding is removed.bPuts the elements in the orginal order and remove duplicates (elements with the same source range)SafeP~ None<^hYAPerforms the given refactoring, transforming it into a Ghc action\Wraps a refactoring that only affects one module. Performs the per-module finishing touches.-Transform the result of the local refactoringfRe-inserts the elements removed from the AST that should be kept (for example preprocessor directives)OAdds the imports that bring names into scope that are needed by the refactoring!hCreate a name that references the definition. Generates an import if the definition is not yet imported."2Reference the name by the shortest suitable import  !"  !" None<V]s%9The final version of our AST, with type infromation added&Type synonym for module names.'(A quick function to try the refactorings(>Adjust the source range to be applied to the refactored module)Set the given flags for the GHC session. Also gives back a change function that you can use to apply the settings to any flags. Prints out errors and warnings*7Reloads the package database based on the session flags+?Initialize GHC flags to default values that support refactoring-(Sets up basic flags and settings for GHC.DUse the given source directories when searching for imported modules/JDon't use the given source directories when searching for imported modules0oTranslates module name and working directory into the name of the file where the given module should be defined1nTranslates module name and working directory into the name of the file where the boot module should be defined25Get the source directory where the module is located.3/Gets the path to the source file of the module.5Gets the module name6HLoad the AST of a module given by the working directory and module name.7LLoad the summary of a module given by the working directory and module name.81Get the typed representation of a Haskell module.:4Modifies the dynamic flags for performing a ghc task;-Forces the code generation for a given module=-Forces ASM code generation for a given module>)Normalizes the flags for a module summary?9Removes all flags that are unintelligable for refactoring@-Read a source range from our textual format: line:col-line:col or line:colA(Read a source location from our format: line:col#$%&'()*+,-./0123456789:;<=>?@A &'()*+,-./01234567%8#$B9:;<=>?@A#$ NonezDCThe signature and behavior of one refactoring that can be executed.NzExecutes a given command (choosen from the set of available refactorings) on the selected module and given other modules.O'Gets the name of possible refactorings.N!The set of available refactoringsThe refactoring command0The module in which the refactoring is performed Other modules DGFEHMLKJINODEFGHIJIKILIMNOD EFGHIJIKILIMNone}LWThe set of available queriesThe query command0The module in which the refactoring is performed Other modulesPQRTSUVWQRSTPUVWQRSTNone]Q XCDifferent classes of definitions that have different kind of names.Y.Normal value definitions: functions, variablesZData constructors["Functions with operator-like names\%Constructors with operator-like names]*UType definitions with operator-like names^.Get which category does a given name belong to_-Checks if a given name is a valid module name`=Check if a given name is valid for a given kind of definition X]\[ZY^_`ab XYZ[\]^_`abXYZ[\]NonecdecdeNone<QVhzfghfhgNone<V jyLooks up the Type of an entity with an Id of any locality. If the entity being scrutinised is a type variable, it fails.kLooks up the Type or the Kind of an entity that has an Id. Note: In some cases we only get the Kind of the Id (e.g. for type constructors)l-Extracts a Type from a TyThing when possible.m1Looks up a GHC Type from a Haskell Tools Name (given the name is global) For an identifier, it returns its type. For a data constructor, it returns its type. For a pattern synonym, it returns its builder's type. For a type synonym constructor, it returns its right-hand side. For a coaxiom, it fails.njLooks up the right-hand side (GHC representation) of a Haskell Tools Name corresponding to a type synonymtLooks up a GHC.Class from something that has a type class constructor in it Fails if the argument does not contain a class type constructorwjLooks up the right-hand side (GHC representation) of a Haskell Tools Type corresponding to a type synonymx2Converts a global Haskell Tools type to a GHC typey[Extracts the name of a type In case of a type application, it finds the type being applied{iDecides whether a given name is a standard Haskell98 data constructor. Fails if not given a proper name.ijklmnopqrstuvwxyz{ijklmnopqrstuvwxyz{None      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABpqrutsyxwvz{|}~CDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq      !"#$%'()*+,-./0123456789:;<=>?@ADHEFGIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{9}uts{|zqrp~yxwv#$r !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        ! " # $ % & ' ( ) * +,-. / 0 1 2 3 4 5 6 7 8 9 : ; ; < = > ? @ 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 [ \ ] ^  _ ` a b c d efghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./01234567898:8;8<8=8>8?8@8A8B8C8D8E8F8G8H8I8J8K8L8M8N8O8P8Q8R8S8T8U8V8W8X8Y8Z8[8\8]8^_`_a_a_b_c_defgefhefiefjefkeflefmefnefoefpefqefrefseftefuefvefwefxefyefzef{ef|ef}ef~efefefefefefefefefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee(eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee e e e e eee=eeeeeeeeeeeeeeee !e "e #e $e %e &e 'e (e )e *e +e ,e -e .e/0e/Ue/1e/2e/3e/4e/5e/6e/7e/8e/9e/:e/;e/<e/=e/>e/?e/@e/Ae/Be/Ce/De/Ee/Fe/Ge/He/Ie/Je/Ke/Le/Me/Ne/Oe/Pe/Qe/Re/Se/Te/Ue/Ve/We/Xe/Ye/Ze/[e/\e/]e/^e/_e/`e/ae/be/ce/de/ee/fe/ge/he/ie/je/ke/le/me/ne/oe/pe/qe/re/se/te/ue/ve/we/xe/ye/ze/{e/|e/}e/~e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/e/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee e e e e eeeeeeeeeeeeeeeeeee e!e"e#e$e%e&e'e()e(*e(+e(,e(-e(.e(/e(0e(1e(2e(3e(4e(5e(6e(7e(8e(9e(:e(;e(<e(=e(>e(?e(@e(Ae(Be(Ce(De(Ee(Fe(Ge(He(Ie(Je(Ke(Le(Me(Ne(Oe(Pe(Qe(Re(Se(Te(Ue(Ve(We(Xe(Ye(Ze([e(\e(]e(^e(_e(`e(ae(be(ce(de(ee(fe(ge(he(iejkejlejmejnejoejpejqejrejsejtejuejvejwejxejyejzej{ej|ej}ej~ejejejejejejejejejejejejejejeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee eeeee eeeeee e=eeeGeeeee8eeeDeEe:ee=e e e_e`ee ee e eeeee}eeeteeee|eeeeeeeeeeeeeeee e!ee"e!e#e$e%eeee&e'ee(e)ee*e+eee,e-e.e/e0ee1e2e3eeee4e5e6e7e8e9e:e;e<e=e>e?e@eAeBeCeDeEeFeGeHeIeJeKeLeMeNeOePeQeReSeTeUeVeWeXeYeZe[e\e]e^e_e`eaebecedeeefegeheiejekelemeneoepeqereseteuevewx5haskell-tools-refactor-1.0.1.2-Hg3NnHA92vGDWb7TraJyf60Language.Haskell.Tools.Refactor.Utils.Extensions+Language.Haskell.Tools.Refactor.Utils.MaybeLanguage.Haskell.Tools.Refactor.Language.Haskell.Tools.Refactor.Representation%Language.Haskell.Tools.Refactor.Monad)Language.Haskell.Tools.Refactor.Utils.AST1Language.Haskell.Tools.Refactor.Utils.BindingElem1Language.Haskell.Tools.Refactor.Utils.Indentation+Language.Haskell.Tools.Refactor.Utils.Lists-Language.Haskell.Tools.Refactor.Utils.Helpers-Language.Haskell.Tools.Refactor.Utils.Monadic'Language.Haskell.Tools.Refactor.Prepare+Language.Haskell.Tools.Refactor.Refactoring(Language.Haskell.Tools.Refactor.Querying*Language.Haskell.Tools.Refactor.Utils.Name0Language.Haskell.Tools.Refactor.Utils.NameLookup*Language.Haskell.Tools.Refactor.Utils.Type0Language.Haskell.Tools.Refactor.Utils.TypeLookupghc-boot-th-8.2.2GHC.LanguageExtensions.Type Extensiontransformers-0.5.2.0Control.Monad.Trans.MaybeMaybeT runMaybeTMonadFailDesugaring StrictDataStrictTypeApplicationsStaticPointersNamedWildCardsPartialTypeSignaturesPatternSynonyms EmptyCaseOverloadedLabelsDuplicateRecordFieldsNegativeLiteralsBinaryLiterals MultiWayIf LambdaCaseTraditionalRecordSyntax RelaxedLayoutNondecreasingIndentationDatatypeContexts!AlternativeLayoutRuleTransitionalAlternativeLayoutRuleExplicitForAllPackageImportsExplicitNamespaces TypeOperatorsImpredicativeTypes RankNTypesLiberalTypeSynonyms PatternGuards TupleSectionsPostfixOperators RecursiveDoGeneralizedNewtypeDerivingMonadComprehensionsTransformListCompParallelListCompRoleAnnotationsKindSignaturesEmptyDataDecls MagicHashExistentialQuantification UnicodeSyntaxFunctionalDependenciesNullaryTypeClassesMultiParamTypeClassesConstrainedClassMethodsFlexibleInstancesFlexibleContextsTypeSynonymInstancesDerivingStrategies DeriveLiftDeriveAnyClassDefaultSignatures DeriveGenericDeriveFoldableDeriveTraversable DeriveFunctorAutoDeriveTypeableDeriveDataTypeableStandaloneDeriving ApplicativeDo InstanceSigs DataKinds PolyKindsConstraintKindsRebindableSyntaxDoAndIfThenElseNPlusKPatterns GADTSyntaxGADTs ViewPatterns RecordPunsRecordWildCardsDisambiguateRecordFields NumDecimalsOverloadedListsOverloadedStrings TypeInTypeTypeFamilyDependencies TypeFamilies BangPatterns UnboxedSums UnboxedTuplesAllowAmbiguousTypesScopedTypeVariablesImplicitPreludeImplicitParams QuasiQuotesTemplateHaskellQuotesTemplateHaskellArrowsParallelArrays JavaScriptFFIGHCForeignImportPrimCApiFFIInterruptibleFFIUnliftedFFITypesForeignFunctionInterfaceExtendedDefaultRulesRelaxedPolyRecMonoLocalBinds MonoPatBindsMonomorphismRestrictionUndecidableSuperClassesIncoherentInstancesUndecidableInstancesOverlappingInstancesCpp0haskell-tools-ast-1.0.1.1-CHm5EkQXa6DBsvSfe3HZSmLanguage.Haskell.Tools.AST.Ann isAnnNothingannJustannMaybesrcInfoSourceInfoType HasSourceInfosourceInfoTraversesourceInfoTraverseDownsourceInfoTraverseUpSourceInfoTraversalannList annListElems annListAnnotAnnshortShowSpanWithFile shortShowSpanSrcTemplateStageDomIdDomDomainsetRangegetRangeHasRange8haskell-tools-backend-ghc-1.0.1.1-7DszD2uzi7k7zsy4t4Hc4Z'Language.Haskell.Tools.BackendGHC.UtilsUnrootedConvertionProblemConvertionProblem'Language.Haskell.Tools.BackendGHC.MonadSpliceInsertionProblem8haskell-tools-prettyprint-1.0.1.1-4UmtkaZXzZ9CQ268CuM4b6+Language.Haskell.Tools.PrettyPrint.RoseTreePrettyPrintProblem9Language.Haskell.Tools.PrettyPrint.Prepare.SourceTemplatesourceTemplateTextsrcTmpOptAftersrcTmpOptBeforesourceTemplateOptRangesrcTmpSeparatorssrcTmpIndentedsrcTmpDefaultSeparatorsrcTmpListAftersrcTmpListBeforesourceTemplateListRangesourceTemplateNodeElemssourceTemplateNodeRange _lineEndings_sourceTemplateText StayingText NormalTextSourceTemplateTextElem?Language.Haskell.Tools.PrettyPrint.Prepare.RangeToRangeTemplate bupSiblingsbupInnerbupOuterBreakUpProblem8Language.Haskell.Tools.PrettyPrint.Prepare.RangeTemplateTransformationProblemRefactorExceptionIllegalExtensionsSourceCodeProblemUnknownExceptionRefactorChangeContentChanged ModuleRemoved ModuleCreatedfromContentChangedremovedModuleNamecreatedModuleNamecreatedModuleContent sameLocation SourceFileKey _sfkFileName_sfkModuleName ModuleDom UnnamedModulemoduleSourceFilesourceFileModule $fShowBag$fShowRefactorChange$fExceptionRefactorException$fEqSourceFileKey$fOrdSourceFileKey$fShowSourceFileKey$fShowRefactorException sfkFileName sfkModuleName RefactorCtx refModuleName refCtxRoot refCtxImportsLocalRefactorT fromRefactorTRefactor LocalRefactorProjectRefactoring RefactoringLocalRefactoring RefactorMonad refactErrorliftGhc$fExceptionMonadMaybeT$fExceptionMonadExceptT$fGhcMonadExceptT$fExceptionMonadReaderT$fGhcMonadReaderT$fExceptionMonadStateT$fGhcMonadStateT$fHasDynFlagsStateT$fExceptionMonadStateT0$fGhcMonadStateT0$fHasDynFlagsStateT0$fExceptionMonadWriterT$fGhcMonadWriterT$fRefactorMonadStateT$fRefactorMonadStateT0$fRefactorMonadExceptT$fMonadTransLocalRefactorT$fRefactorMonadLocalRefactorT$fFunctorLocalRefactorT$fApplicativeLocalRefactorT$fMonadLocalRefactorT$fMonadReaderLocalRefactorT$fMonadWriterLocalRefactorT$fMonadIOLocalRefactorT$fHasDynFlagsLocalRefactorT$fExceptionMonadLocalRefactorT$fGhcMonadLocalRefactorTremoveSeparator removeChild BindingElemsigBindvalBind fixitySig createTypeSig createBindingcreateFixitySig isTypeSig isBinding isFixitySiggetValBindInListvalBindsInList$fBindingElemULocalBind$fBindingElemUDeclexpandExtensionreplaceDeprecatedturnOnturnOff impliedXFlagscanonExttranslateExtensionsetMinimalIndent filterListfilterListIndexed filterListStfilterListIndexedStsublist notSublist insertWhere insertIndexzipWithSeparatorsreplaceWithJustreplaceWithNothingremoveEmptyBndsnormalizeElements liftMaybemaybeTmaybeTM runRefactorlocalRefactoringlocalRefactoringRes insertTextaddGeneratedImportsregisteredNamesFromPreludeotherNamesFromPrelude qualifiedName referenceNamereferenceOperatorreferenceName' referenceByUnsupportedExtension TypedModule ModuleName tryRefactorcorrectRefactorSpanuseFlags reloadPkgDb initGhcFlagsinitGhcFlagsForTest initGhcFlags'useDirsderegisterDirs toFileNametoBootFileName getSourceDir getModSumOrig keyFromMS getModSumName loadModuleAST loadModule parseTyped trfProblemwithAlteredDynFlags forceCodeGen codeGenDfs forceAsmGenmodSumNormalizeFlagsnormalizeFlags readSrcSpan readSrcLoc$fExceptionUnsupportedExtension$fShowUnsupportedExtensionRefactoringChoiceNamingRefactoringSelectionRefactoringModuleRefactoringrefactoringNamenamingRefactoringselectionRefactoringmoduleRefactoringprojectRefactoringperformCommandrefactorCommands QueryMonad QueryChoice LocationQuery queryName locationQuery queryCommands queryError performQuery NameClassVariableCtor ValueOperatorDataCtorOperatorSynonymOperator classifyNamevalidModuleName nameValidisIdCharisOperatorChar opSemNamedeclHeadSemNameinstHeadSemNametypeExpr literalTypeappTypeMatcheshasConstraintKindlookupTypeFromIdtypeOrKindFromIdtypeFromTyThinglookupTypeFromGlobalNamelookupTypeSynRhs lookupSynDeftyconFromTyThingtyconFromGHCType isNewtype lookupTypelookupClassWithlookupClassFromInstancelookupClassFromDeclHeadsemanticsTypeSynRhs semanticsType nameFromTypeisNewtypeTyConisVanillaDataConNameMkeptText writeStayingbaseGHC.BaseMaybeNothingJust Data.MaybemaybeisJust isNothing fromMaybe maybeToList listToMaybe catMaybesmapMaybefromJust"Language.Haskell.Tools.AST.HelpersinScopecompareRangeLengthgetNodeContainingnodesWithRange isContainednodesContainedisInsidenodesContaining semantics valBindPats typeParams declHeadNames bindingNameimportIsHiding importIsExactAnnList AnnNothingAnnJust NamedElement elementName%Language.Haskell.Tools.AST.References stringNodeStr simpleNameStrunqualifiedName qualifiers simpleName operatorNamepromotedStringValuepromotedIntValuepromotedElementspromotedConNamestringLitValue intLitValue fracLitValue floatLitValue charLitValue bracketTypebracketPattern bracketExpr bracketDeclqqString qqExprName qqExprBodyspliceId spliceExprfieldPatternWildcardfieldPatternName fieldPattern patternTypepatternSumPlaceholdersBeforepatternSumPlaceholdersAfter patternSplice patternRhspatternOperator patternNamepatternLiteral patternLit patternLhs patternInner patternFields patternExpr patternElems patternArgspatQQcmdThencmdStmts cmdRightCmdcmdRhs cmdOperatorcmdLhs cmdLeftCmd cmdInnerCmds cmdInnerCmdcmdInnercmdExprcmdElsecmdBinds cmdBindings cmdArrowOp cmdAppliedcmdAlts compStmts usingExprthenExprcompStmtbyExpr stmtPatternstmtExpr stmtBinds cmdStmtBindscaseGuardStmts caseGuardExpr rhsCaseGuards rhsCaseExpr pragmaStrpragmaSrcRange tupSecExpr fieldWildcard fieldValuefieldUpdateName fieldNamealtRhs altPatternaltBindstupleSectionElems tupleElems quotedName procPatternprocExpr listElems innerExprexprTypeexprThenexprSumPlaceholdersBeforeexprSumPlaceholdersAfter exprStmts exprSpliceexprSigexprRhs exprRecName exprRecFieldsexprQQ exprPragma exprOperatorexprNameexprLitexprLhs exprInner exprIfAlts exprFunBindexprFunexprElseexprCondexprCase exprBracket exprBindingsexprArgexprAlts enumToFixenumToenumThenenumFromdoKindcompExprcompBody arrowAppl innerAsserts assertTypes assertRhsassertOp assertLhs assertImplVarassertImplType assertClsNamecontextAssertionkindVarkindType kindRightkindRhs kindPromoted kindParenkindLhskindLeft kindElemskindElem kindAppOp kindAppFun kindAppArgtypeWildcardNametypeType typeRight typeResulttypeQQ typeParam typeOperatortypeNametypeLefttypeKind typeInner typeElements typeElementtypeCtxtypeCon typeBoundedtypeArgtsSplice tpPromoted tyVarName tyVarKind valBindRhs valBindPat valBindLocalsfunBindMatches kindConstr matchLhsRhsmatchLhsOperator matchLhsName matchLhsLhs matchLhsArgstsTypetsNameprecedenceValuefixityPrecedencefixityOperators fixityAssoc localBindslocalVallocalSig localInline localFixityguardRhsguardPat guardCheck guardBinds guardStmts guardExpr rhsGuardsrhsExprmatchRhsmatchLhs matchBindsspecializeType specializeDef pragmaPhase numberIntegersrToLinesrToCol srFromLine srFromCol srFileName minimalOrs minimalName minimalInner minimalAnds annotateName warnMessagespecializePragmapragmaSignature pragmaRule pragmaObjects pragmaLineNum pragmaInlinepragmaFileName deprMessageannotationSubject annotateExprphaseNum phaseUntil phaseNumber ruleVarType ruleVarNameruleRhs rulePhaseruleNameruleLhs ruleBoundedteRhsteLhsihType ihOperatorihLeftOpihHeadihFun ihConNameirVarsirHeadirCtx oneDerived allDerivedderiveStrategy fieldType fieldNames conDeclRhs conDeclOp conDeclName conDeclLhs conDeclFields conDeclArgs conTypeCtx conTypeArgs funDepRhs funDepLhsfunDeps patSigType patSigName patOpposite patSynRhspatSynOp patSynLhspatNamepatArgspatRhsOpposite patRhsPatpatRhspatLhsgadtConResultTypegadtConRecordFieldsgadtConNormalTypegadtConTypeCtxgadtConTypeArgs gadtConType gadtConNames injAnnRes injAnnDeps tfTypeVar tfSpecKind tfInjectivitytfSpectfKindtfHeadspecializeInstanceTypespecializeInstanceinstanceInlineinstBodyTypeSiginstBodyTypeEqninstBodyLhsTypeinstBodyGadtConsinstBodyDerivingsinstBodyDeclFunbindinstBodyDataNewinstBodyDataKindinstBodyDataCons instBodyDeclsdhRight dhOperatordhNamedhLeftdhBody dhAppOperanddhAppFun pragmaFormula clsInline clsFixity ceTypeSig ceTypeFamceTypeceNameceKindceHeadceBind cbElements declValBind declTypes declTypeSigdeclTypeFamilydeclType declSplicedeclSpec declSafety declRoles declRoleType declPragmadeclPatTypeSig declPatSyn declOverlap declNewtypedeclNamedeclKind declInstance declInstRule declInstDecldeclHeaddeclGadt declFunDepsdeclForeignType declFixity declDerivingdeclDerivStratdeclDecldeclCtxdeclCons declCallConvdeclBodydeclAssignedTypelangExtmoduleNameString importRenameimportSpecListimportSpecHiding importSpec importSource importSafeimportQualified importPkg importModuleimportAsopStr lpPragmas modWarningStrmodDeprecatedPragmaessList ieSubspecieName ieModifierexportModuleName exportDecl espExportsmhPragmamhName mhExports modImportsmodHeadmodDecl filePragmas*Language.Haskell.Tools.AST.SemaInfoClassessemanticsLitType HasNameInfo HasNameInfo' semanticsNameHasLiteralInfoHasLiteralInfo'semanticsLiteralType HasIdInfo HasIdInfo' semanticsId HasFixityInfoHasFixityInfo'semanticsFixity HasScopeInfo HasScopeInfo'semanticsScopeHasDefiningInfoHasDefiningInfo'semanticsDefiningHasSourceInfoInSema'semanticsSourceInfo HasModuleInfoHasModuleInfo'semanticsModulesemanticsDynFlags isBootModulesemanticsImplicitImportssemanticsPrelTransMods HasImportInfoHasImportInfo'semanticsImportedModulesemanticsAvailablesemanticsImportedsemanticsTransModsHasImplicitFieldsInfoHasImplicitFieldsInfo'semanticsImplicitFldsHasNoSemanticInfo(Language.Haskell.Tools.AST.SemaInfoTypes getInstances UsageSpecusageQualifiedusageQualifierusageAs4haskell-tools-rewrite-1.0.1.1-6J9fL2Sslar2o40tcMSGZF*Language.Haskell.Tools.Rewrite.Match.Types ForallTypeCtxType FunctionType TupleTypeUnboxedTupleTypeListType ParArrayTypeTypeApp InfixTypeApp ParenTypeVarType KindedTypeBangTypeLazyType UnpackType NoUnpackType WildcardTypeNamedWildcardType SpliceTypeQuasiQuoteTypePromotedIntTypePromotedStringTypePromotedConTypePromotedListTypePromotedTupleTypePromotedUnitType TyVarDeclKindedTyVarDeclContext ClassAssert InfixAssertImplicitAssert TupleAssert'Language.Haskell.Tools.Rewrite.Match.THIdSplice ParenSplice QuasiQuote ExprBracketPatternBracket TypeBracket DeclsBracket*Language.Haskell.Tools.Rewrite.Match.ExprsVarLitInfixApp PrefixAppAppLambdaLetIfMultiIfCaseDoMDo ParArrayCompTuple UnboxedTuple TupleSectionUnboxedTupleSectionListParArrayParen LeftSection RightSectionRecCon RecUpdateEnum ParArrayEnumListCompParArrayListCompTypeSigExplicitTypeAppVarQuote TypeQuote BracketExpr SpliceExprQuasiQuoteExpr ExprPragmaProcArrowApp StaticPointerNormalFieldUpdateFieldPun FieldWildcard TupSecPresent TupSecMissingAltCaseRhsGuardedCaseRhssGuardedCaseRhs CorePragma SccPragmaGeneratedPragma SourceRange ArrowAppCmd ArrowFormCmdAppCmdInfixCmd LambdaCmdParenCmdCaseCmdIfCmdLetCmdDoCmdLeftAppl RightAppl LeftHighApp RightHighAppHole*Language.Haskell.Tools.Rewrite.Match.StmtsBindStmtExprStmtLetStmtRecStmt DoKeyword MDoKeyword ListCompBodyCompStmtThenStmt GroupStmt BindStmtCmd ExprStmtCmd LetStmtCmd RecStmtCmd-Language.Haskell.Tools.Rewrite.Match.PatternsVarPatLitPat InfixAppPatAppPatTuplePat UnboxTuplePatListPat ParArrayPatParenPatRecPatAsPatWildPatIrrefutablePatBangPat TypeSigPatViewPat SplicePat QuasiQuotePat NPlusKPat FieldPatternFieldPunPatternFieldWildcardPattern*Language.Haskell.Tools.Rewrite.Match.NamesNormalOp BacktickOp NormalName ParenName ImplicitName StringNode QualifiedNameNamePart,Language.Haskell.Tools.Rewrite.Match.ModulesModule ModuleHead ExportSpecs ExportSpec ModuleExportIESpecSubAllSubList ImportDeclImportRenamingImportSpecListImportHidingListLanguagePragma OptionsPragmaLanguageExtensionModuleWarningPragmaModuleDeprecatedPragma-Language.Haskell.Tools.Rewrite.Match.LiteralsCharLit StringLitIntLitFracLit PrimIntLit PrimWordLit PrimFloatLit PrimDoubleLit PrimCharLit PrimStringLit*Language.Haskell.Tools.Rewrite.Match.KindsKindConstraintStarKind UnboxKindFunKind ParenKindVarKindAppKindListKindIntKind StringKindConKindListKindPromoted TupleKindUnitKind*Language.Haskell.Tools.Rewrite.Match.DeclsTypeDecl FixityDecl DefaultDecl TypeSigDecl ValueBinding SpliceDeclDataDecl GADTDataDecl GadtConDeclGadtRecordConDeclConDecl RecordConDecl InfixConDecl FieldDecl DerivingOne DerivingOne' DerivingMultiDerivingMulti' DataKeywordNewtypeKeywordFunDepsFunDep ClassDecl ClassBody ClassElemSig ClassElemDefClassElemTypeFamClassElemDataFamClsDefaultType ClsDefaultSig ClsMinimal MinimalName MinimalParen MinimalOr MinimalAnd NameDeclHead ParenDeclHead DeclHeadApp InfixDeclHead InstanceDecl InstanceBody InstanceBindInstanceTypeSigInstanceTypeFamilyDefInstanceDataFamilyDefInstanceDataFamilyGADTDefInstanceSpecializePragma InstanceRule InstanceHeadInfixInstanceHeadParenInstanceHeadAppInstanceHead EnableOverlapDisableOverlap Overlappable OverlappingOverlapsIncoherentOverlapRoleDecl NominalRoleRepresentationalRole PhantomRole ForeignImport ForeignExportStdCallCCallCApiUnsafePatternSynonym ConPatSyn InfixPatSyn RecordPatSynSymmetricPatSyn OneWayPatSyn TwoWayPatSynPatternSignatureDeclPatternSignature TypeFamily DataFamily TypeInstance DataInstanceGadtDataInstanceClosedTypeFamilyTypeFamilyKindSpecTypeFamilyInjectivitySpecTypeEqn PragmaDecl RulePragma DeprPragma WarningPragma AnnPragma InlinePragmaNoInlinePragmaInlinablePragma LinePragmaSpecializePragmaPhaseControlFromPhaseControlUntil RewriteRuleNameAnnotationTypeAnnotationModuleAnnotationConlikeAnnotation*Language.Haskell.Tools.Rewrite.Match.Binds SimpleBind FunctionBindMatchMatchLhsInfixLhs LocalBinds LocalValBind LocalTypeSig LocalFixity TypeSignatureInfixLInfixRInfix UnguardedRhs GuardedRhss GuardedRhs GuardBindGuardLet GuardCheck+Language.Haskell.Tools.Rewrite.Create.Binds mkGuardCheck mkGuardLet mkGuardBind mkGuardedRhs mkGuardedRhssmkUnguardedRhsmkInfixmkInfixRmkInfixLmkTypeSignature mkLocalFixitymkLocalTypeSigmkLocalValBind mkLocalBinds' mkLocalBinds mkInfixLhs mkMatchLhsmkMatchmkFunctionBind'mkFunctionBind mkSimpleBind mkSimpleBind'+Language.Haskell.Tools.Rewrite.Create.DeclsmkConlikeAnnotationmkModuleAnnotationmkTypeAnnotationmkNameAnnotation mkRuleVar mkRewriteRulemkPhaseControlUntilmkPhaseControlFrommkSpecializePragma mkLinePragmamkInlinablePragmamkNoInlinePragmamkInlinePragma mkAnnPragmamkWarningPragma mkDeprPragma mkRulePragma mkPragmaDeclmkPatternSignaturemkPatternSignatureDeclmkTwoWayPatSynmkOneWayPatSynmkSymmetricPatSynmkRecordPatSyn mkInfixPatSyn mkConPatSynmkPatternSynonymmkGadtDataInstancemkDataInstancemkTypeInstance mkTypeEqnmkTypeFamilyInjectivitySpecmkTypeFamilyKindSpec mkDataFamilymkClosedTypeFamily mkTypeFamilymkUnsafemkCApimkCCall mkStdCallmkForeignExportmkForeignImport mkPhantomRolemkRepresentationalRole mkNominalRole mkRoleDeclmkIncoherentOverlap mkOverlaps mkOverlappingmkOverlappablemkDisableOverlapmkEnableOverlapmkInstanceSpecializePragmamkInstanceDataFamilyGADTDefmkInstanceDataFamilyDefmkInstanceTypeFamilyDefmkInstanceTypeSigmkInstanceBindmkInstanceBodymkAppInstanceHeadmkParenInstanceHeadmkInfixInstanceHeadmkInstanceHeadmkInstanceRulemkInstanceDeclmkInfixDeclHead mkDeclHeadAppmkParenDeclHeadmkNameDeclHead mkMinimalAnd mkMinimalOrmkMinimalParen mkMinimalName mkClsMinimalmkFunDepmkClsDefaultSigmkClsDefaultTypemkClassElemDataFammkClassElemTypeFammkClassElemDefmkClassElemSig mkClassBody mkClassDeclmkNewtypeKeyword mkDataKeyword mkDeriving mkFieldDeclmkInfixConDeclmkRecordConDecl mkConDeclmkGadtRecordConDecl mkGadtConDeclmkGADTDataDecl mkDataDecl mkSpliceDeclmkValueBinding mkTypeSigDecl mkDefaultDecl mkFixityDeclmkStandaloneDeriving mkTypeDecl+Language.Haskell.Tools.Rewrite.Create.ExprsmkHolemkRightHighApplmkLeftHighAppl mkRightAppl mkLeftApplmkDoCmdmkLetCmdmkIfCmd mkCaseCmd mkParenCmd mkLambdaCmd mkInfixCmdmkAppCmdmkArrowFromCmd mkArrowAppCmd mkSourceRangemkGeneratedPragma mkSccPragma mkCorePragmamkGuardedCaseRhsmkGuardedCaseRhss mkCaseRhsmkAltmkFieldWildcard mkFieldPun mkFieldUpdatemkStaticPointer mkLambdaCase mkArrowApp mkProcExpr mkExprPragmamkQuasiQuoteExpr mkSpliceExpr mkBracketExpr mkTypeQuote mkVarQuotemkExplicitTypeApp mkExprTypeSigmkParArrayComp mkListCompmkParArrayEnummkEnum mkRecUpdatemkRecConmkRightSection mkLeftSectionmkParen mkParArraymkListmkTupleUnboxedSectionmkTupleSectionmkUnboxedTuplemkTuple mkMDoBlock mkDoBlockmkCase mkMultiIfmkIfmkLetmkLambdamkApp mkPrefixApp mkInfixAppmkLitmkVar+Language.Haskell.Tools.Rewrite.Create.TypesmkTupleAssertionmkImplicitAssert mkInfixAssert mkClassAssert mkContextmkPromotedUnitTypemkPromotedTupleTypemkPromotedListTypemkPromotedConTypemkPromotedStringTypemkPromotedIntTypemkQuasiQuoteType mkSpliceTypemkNamedWildcardTypemkWildcardTypemkNoUnpackType mkUnpackType mkLazyType mkBangType mkKindedType mkVarTypemkKindedTypeVar mkTypeVar mkParenTypemkInfixTypeApp mkTypeAppmkParArrayType mkListTypemkUnboxedTupleType mkTupleTypemkFunctionType mkCtxType mkTypeVar' mkForallType+Language.Haskell.Tools.Rewrite.Create.Kinds mkUnitKind mkTupleKind mkListKind mkConKind mkStringKind mkIntKind mkKindList mkKindApp mkKindVar mkKindParen mkKindFun mkKindUnbox mkKindStarmkKindConstraint.Language.Haskell.Tools.Rewrite.Create.LiteralsmkPrimStringLit mkPrimCharLitmkPrimDoubleLitmkPrimFloatLit mkPrimWordLit mkPrimIntLit mkFracLitmkIntLit mkStringLit mkCharLit-Language.Haskell.Tools.Rewrite.Create.ModulesmkModuleDeprecatedPragmamkModuleWarningPragma mkOptionsGHCmkLanguagePragma mkFilePragmas mkModuleNamemkImportHidingListmkImportSpecList mkImportDeclmkSubAll mkSubListmkPatternIESpecmkIESpecmkModuleExport mkExportSpec mkExportSpecs mkModuleHeadmkModule+Language.Haskell.Tools.Rewrite.Create.Names mkStringNode mkSimpleName mkSimpleName' mkNamePartmkQualifiedNamemkQualifiedName'mkImplicitName mkParenName mkNormalName mkUnqualName' mkQualName' mkUnqualOp mkUnqualOp' mkQualOp' mkBacktickOpmkQualOpmkName.Language.Haskell.Tools.Rewrite.Create.PatternsmkFieldWildcardPatternmkFieldPunPatternmkPatternFieldmkQuasiQuotePat mkSplicePat mkViewPat mkTypeSigPat mkBangPatmkIrrefutablePat mkWildPatmkAsPatmkRecPat mkParenPat mkParArrayPat mkListPatmkUnboxTuplePat mkTuplePatmkAppPat mkInfixAppPatmkLitPatmkVarPat+Language.Haskell.Tools.Rewrite.Create.StmtsmkRecCmd mkLetStmtCmd mkExprCmd mkBindCmd mkGroupStmt mkThenStmt mkCompStmtmkListCompBody mkRecStmt mkLetStmt mkExprStmt mkBindStmt(Language.Haskell.Tools.Rewrite.Create.THmkDeclsBracket mkTypeBracketmkPatternBracket mkExprBracket mkQuasiQuote mkParenSplice mkIdSplice+Language.Haskell.Tools.Rewrite.ElementTypesAnnMaybeImportModifierSubSpec ModulePragma FilePragma ImportSpecImportQualified ImportSource ImportSafe TypeNamespaceDecl ClassElementDeclHeadInstBody InstBodyDecl GadtConTypeDataOrNewtypeKeywordDerivingDeriveStrategy OverlapPragmaTopLevelPragmaRuleRuleVarAnnotationSubjectMinimalFormulaTypeFamilySpecInjectivityAnn PatSynRhs PatSynLhs PatSynWhereRoleCallConvSafety ConlikeAnnot PhaseControl ValueBindRhsRhsGuard LocalBindFixitySignatureTypeTyVar AssertionKind PromotedKindExpr FieldUpdate TupSecElemCmdCmdAltStmtDoKindCmdStmtPattern PatternFieldSpliceBracketLiteralOperatorName MaybeContext MaybeDerivingMaybeDeriveStrategyMaybeLocalBindsMaybeTypeFamilySpecMaybeKindConstraintMaybeClassBody MaybeInstBody MaybeExprMaybeExportSpecsMaybeImportQualifiedMaybeImportSourceMaybeImportSafeMaybeImportSpecMaybeModuleHeadMaybeImportModifierMaybeModulePragma MaybeSubSpecMaybeStringNodeMaybeImportRenaming MaybeSafetyMaybePhaseControlMaybeConlikeAnnot MaybeFunDeps MatchListDeclList PatternList OperatorListNameList LocalBindList IESpecList RhsGuardListGuardedRhsListGuardedCaseRhsList ConDeclList TypeEqnListTypeList FieldDeclListExprListFieldUpdateListGadtConDeclListClassElementListInstBodyDeclListInstanceHeadListAltListStmtListKindList TyVarListListCompBodyListExportSpecListFilePragmaListImportDeclListPatternFieldList AssertionList CompStmtListRuleList RuleVarListRoleListMinimalFormulaList FunDepListTupSecElemListCmdList CmdAltList CmdStmtListLanguageExtensionListStringNodeList NamePartList DerivingList