!<      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""##$$$$%&'()))*******++++++++++++++++++++++++++,, , - . / 0000000003 Safe-InferredState for the parser monad*The most recently marked indentation level Safe-Inferred Safe-Inferred+5/Data type for simplified Javascript expressions VRaw Javascript (generated when parsing fails for an inline foreign import declaration) Continue statement Break statement Labelled statement Type-Of operatorThrow statementReturn statementIf-then-else statement ForIn loopFor loop While loopA variable assignment3A variable introduction and optional initialization A block of expressions in bracesConditional expressionVariableFunction application8A function introduction (optional name, arguments, body)&An object property accessor expressionAn object literalAn array indexer expressionAn array literalA binary operator application A unary operator application!A boolean literal"A string literal#A numeric literal$Built-in binary operators%"Bitwise right shift with zero-fill&Bitwise right shift'Bitwise left shift( Bitwise xor) Bitwise or* Bitwise and+ Boolean or, Boolean and-Numeric greater-than-or-equal.Numeric greater-than/Numeric less-than-or-equal0Numeric less-than1Generic inequality test2Generic equality test3 Remainder4Numeric division5Numeric multiplication6Numeric subtraction7Numeric addition8Built-in unary operators9Numeric unary 'plus':Bitwise negation;Boolean negation<Numeric negation8  !"#$%&'()*+,-./0123456789:;<=>?8  !"#$%&'()*+,-./0123456789:;<=>?88<;:9$76543210/.-,+*)('&%#"!  =>?#"!  $76543210/.-,+*)('&%8<;:9=>? Safe-Inferred @ABCDEFGH @ABCDEFGH @ABCDEFGH @ABCDEFGH Safe-InferredIJIJIJIJ Safe-InferredK@Collapse blocks which appear nested directly below another blockKKKK Safe-Inferred9LMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~9LMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~9LMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~9LMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~None246B   Safe-Inferred !The data type of compiler options)Disable inclusion of the built in PreludeDisable tail-call eliminationPerform type checks at runtime>Disable inlining of calls to return and bind for the Eff monad#When specified, checks the type of mainN in the module, and generate a call to run main after the module definitions.Skip all optimizations_Specify the namespace that PureScript modules will be exported to when running in the browser.8The modules to keep while enabling dead code eliminationThe modules to code genVerbose error messageDefault compiler options   Safe-InferredEliminate tail calls  Safe-Inferred+:A qualified name, i.e. a name with an optional module name Module namesTProper names, i.e. capitalized names for e.g. module names, type//data constructors.Names for value identifiers%A symbolic name for an infix operatorAn alphanumeric identifier7Provide a default module name, if a name is unqualified   Safe-Inferred4Convert an Ident into a valid Javascript identifier:,Alphanumeric characters are kept unmodified.2Reserved javascript identifiers are prefixed with $$.Symbols are prefixed with 2 followed by a symbol name or their ordinal value.kAttempts to find a human-readable name for a symbol, if none has been specified returns the ordinal value.<Checks whether an identifier name is reserved in Javascript.FTest if a string is a valid JS identifier (may return false negatives)  Safe-InferredCInline type class dictionaries for >>= and return for the Eff monadE.g.;Prelude[">>="](dict)(m1)(function(x) { return ...; })becomes-function __do { var x = m1(); ... }!Inline functions in the ST module Safe-Inferred Safe-Inferred@Apply a series of optimizer passes to simplified Javascript code Safe-Inferred30)A list of purescript reserved identifiers+The characters allowed for use in operators(A list of reserved identifiers for typesA list of reserved operators(Valid first characters for an identifierValid identifier characters&Valid first characters for an operatorValid operators characters"The PureScript language definition/A token parser based on the language definition Parse a tokenParse an identifierParse a reserved wordParse a reserved operatorParse an operatorParse a string literalParse whitespace SemicolonColonPeriodCommaBacktickPipe characterNatural numberParse a proper nameParse a module name0Parse a qualified name, i.e. M.name or just name(Parse an integer or floating point value-Parse an identifier or parenthesized operator$Parse a token inside square brackets Parse a token inside parenthesesParse a token inside braces#Parse a token inside angle brackets8Parse zero or more values separated by a separator token7Parse one or more values separated by a separator token1Parse zero or more values separated by semicolons0Parse one or more values separated by semicolons-Parse zero or more values separated by commas,Parse one or more values separated by commasnRun the first parser, then match the second if possible, applying the specified function on a successful matchnRun the first parser, then match the second zero or more times, applying the specified function for each matchPBuild a parser from a smaller parser and a list of parsers for postfix operators/Parse an identifier in backticks or an operator"Mark the current indentation level;Check that the current identation level matches a predicateACheck that the current indentation level is past the current markWCheck that the current indentation level is at the same indentation as the current mark'Run a parser which supports indentation0000 Safe-InferredWrap a string in parentheses)Number of characters per identation level)Pretty print with a new indentation level!Get the current indentation levelPrint many lines.Prints an object key, escaping reserved names. None+The data type of kindsFunction kinds5Kinds for labelled, unordered rows without duplicatesThe kind of effectsThe kind of types!Unification variable of type KindNone Parse a kindNone4Generate a pretty-printed string representing a Kind ! !None+The type of types%A placeholder used in pretty printing%A placeholder used in pretty printing%A placeholder used in pretty printing%A placeholder used in pretty printingA non-empty row An empty rowA skolem constant+A type with a set of type class constraints Forall quantifier 7A type synonym which is "saturated", i.e. fully applied A type application A type constructor A named type variable#A unification variable of type Type0An identifier for the scope of a skolem variable4Convert a row to a list of pairs of labels and types+Convert a list of labels and types to a row"Check whether a type is a monotypeUniversally quantify a type?Replace a type variable, taking into account variable shadowing'Replace named type variables with types.Collect all type variables appearing in a type3Collect all free type variables appearing in a typeEUniversally quantify over all type variables appearing free in a type5Move all universal quantifiers to the front of a type!      !      !            None+ !#The type of a type class dictionary"XA type class dictionary which is an alias for an imported dictionary from another module#A regular type class dictionary$;Data representing a type class dictionary which is in scope&CThe identifier with which the dictionary can be accessed at runtime'DThe name of the type class to which this type class instance applies(3The types to which this type class instance applies)LType class dependencies which must be satisfied to construct this dictionary*The type of this dictionary !"#$%&'()* !"#$%&'()* $%&'()*!#"!#"$%&'()*None+!+The kinds of a type,A local type variable- Foreign data. Type synonym/ Data type0The kind of a name1OA type class dictionary, generated during desugaring of type class declarations2A data constructor3SA local name introduced using a lambda abstraction, variable introduction or binder4A foreign import5fA type class dictionary member accessor import, generated during desugaring of type class declarations6+A value introduced as a binding in a module7The type of a foreign import8EA foreign import which contains inline Javascript as a string literal9A regular foreign import:The  Environment; defines all values and types which are currently in scope:<Value names currently in scope=Type names currently in scope>XData constructors currently in scope, along with their associated data type constructors? Type synonyms currently in scope@!Available type class dictionariesA Type classesBTThe initial environment with no values and only the default javascript types definedC)Construct a ProperName in the Prim moduleD#Construct a type in the Prim moduleEType constructor for functionsFType constructor for stringsGType constructor for numbersHType constructor for booleansIType constructor for arraysJType constructor for objectsK$Smart constructor for function typesLWThe primitive types in the external javascript environment with their associated kinds."+,-./0123456789:;<=>?@ABCDEFGHIJKL"+,-./0123456789:;<=>?@ABCDEFGHIJKL":;<=>?@AB7980654321+/.-,CDEFGHIJKL+/.-,0654321798:;<=>?@ABCDEFGHIJKLNone+MTMData type for bindersN)A binder with source position informationO/A binder which binds its input to an identifierP;A binder which matches an array and binds its head and tailQ6A binder which matches an array and binds its elementsR8A binder which matches a record and binds its propertiesS)A binder which matches a data constructorT"A binder which binds an identifierU(A binder which matches a numeric literalV'A binder which matches a string literalW(A binder which matches a boolean literalXWildcard binderY"A statement in a do-notation blockZ6A do notation element with source position information[0A let statement, i.e. a pure value with a binder\A monadic value with a binder] A monadic value without a binder^"An alternative in a case statement`6A collection of binders with which to match the inputsaAn optional guardbThe result expressioncData type for valuesd(A value with source position informationeeA placeholder for a superclass dictionary to be turned into a TypeClassDictionary during typecheckingfA placeholder for a type class dictionary to be inserted later. At the end of type checking, these placeholders will be replaced with actual expressions representing type classes dictionaries which can be evaluated at runtime. The constructor arguments represent (in order): whether or not to look at superclass implementations when searching for a dictionary, the type class name and instance type, and the type class dictionaries in scope.gA do-notation blockh A let bindingiA value with a type annotationjA case expression. During the case expansion phase of desugaring, top-level binders will get desugared into case expressions, hence the need for guards and multiple binders per branch here.kA data constructorl%Conditional (if-then-else expression)mVariablenFunction applicationoFunction introductionpPartial record updateq&An record property accessor expressionrAn object literalsAn array literaltjExplicit parentheses. During the rebracketing phase of desugaring, this data constructor will be removed.uqBinary operator application. During the rebracketing phase of desugaring, this data constructor will be removed.vA prefix -, will be desugaredwA boolean literalxA string literalyA numeric literalzSA guard is just a boolean-valued expression that appears alongside a set of binders{The data type of declarations|.A declaration with source position information}bA type instance declaration (name, dependencies, class name, instance types, member declarations)~GA type class declaration (name, argument, implies, member declarations)cA module import (module name, optional set of identifiers to import, optional "qualified as" name)1A fixity declaration (fixity data, operator name)$A type class instance foreign import'A data type foreign import (name, kind)KA foreign import declaration (type, name, optional inline Javascript, type)6A minimal mutually recursive set of value declarationsDA value declaration (name, top-level binders, optional guard, value))A type declaration for a value (name, ty)2A type synonym declaration (name, arguments, type):A minimal mutually recursive set of data type declarations<A data type declaration (name, arguments, data constructors)0An item in a list of explicit imports or exports8A declaration reference with source position information]A type class instance, created during typeclass desugaring (name, class name, instance types) A type classA value)A type constructor with data constructorsA module declaration, consisting of a module name, a list of declarations, and a list of the declarations that are explicitly exported. If the export list is Nothing, everything is exported.Fixity data for infix operatorsSource position information Source name Line number Column number!Associativity for infix operators(A precedence level for an infix operator,Test if a declaration is a value declaration@Test if a declaration is a data type or type synonym declaration(Test if a declaration is a module import3Test if a declaration is a data type foreign import=Test if a declaration is a type class instance foreign import-Test if a declaration is a fixity declaration)Test if a declaration is a foreign import=Test if a declaration is a type class or instance declarationMFind the original dictionary which a type class dictionary in scope refers to8Collect all names introduced in binders in an expressioneMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~bMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~e{~}|zcyxwvutsrqponmlkjihgfed^_`abY]\[ZMXWVUTSRQPON M XWVUTSRQPONY]\[Z^_`abcyxwvutsrqponmlkjihgfedz{~}|None)A list of modules with their dependencies:Sort a collection of modules based on module dependencies.6Reports an error if the module graph contains a cycle."NCalculate a list of used modules based on explicit imports and qualified names#FConvert a strongly connected component of the module graph to a module"$#"$#NoneZEliminate all declarations which are not a transitive dependency of the entry point module%&'(%&'(None$.Different types of modules which are supportediGenerate code in the simplified Javascript intermediate representation for all declarations in a module.XGenerate code in the simplified Javascript intermediate representation for a declaration)OGenerate key//value pairs for an object literal exporting values from a module.*xGenerate code in the simplified Javascript intermediate representation for a variable based on a PureScript identifier.+Generate code in the simplified Javascript intermediate representation for an accessor based on a PureScript identifier. If the name is not valid in Javascript (symbol based, reserved name) an indexer is returned.,aGenerate code in the simplified Javascript intermediate representation for a value or expression.-Shallow copy an object..ETemporarily extends the environment with a single local variable name/yTemporarily extends the environment to include local variable names introduced by lambda abstractions or case statements0_Generate code in the simplified Javascript intermediate representation for runtime type checks.1fGenerate code in the simplified Javascript intermediate representation for a reference to a variable.2Generate code in the simplified Javascript intermediate representation for a reference to a variable that may have a qualified name.3mGenerate code in the simplified Javascript intermediate representation for pattern match binders and guards.4cGenerate code in the simplified Javascript intermediate representation for a pattern match binder.5Checks whether a data constructor is the only constructor for that type, used to simplify the check when generating code for binders.67)*+8,-./012345>  !"#$%&'()*+,-./0123456789:;<=>?67)*+8,-./012345None9EGenerate a pretty-printed string representing a Javascript expressionrGenerate a pretty-printed string representing a collection of Javascript expressions at the same indentation level:PGenerate an indented, pretty-printed string representing a Javascript expression;<=>?@ABCDE9:;<=>?@ABCDE9:None3Generate a pretty-printed string representing a Row\Generate a pretty-printed string representing a Type, as it should appear inside parentheses4Generate a pretty-printed string representing a Type FGHIJKL FGHIJKLNone;Generate a pretty-printed string representing an expression6Generate a pretty-printed string representing a BinderMNOPQRSTUVWXYZ[MNOPQRSTUVWXYZ[1NoneNone3B A stack trace for an errorCompilation errors Error message"The value where the error occurred$Optional source position information(Type for sources of type checking errors#An error which originated at a Type$An error which originated at a ValueJRethrow an error with a more detailed error message in the case of failure1Rethrow an error with source position information  None3HMDRemove explicit parentheses and reorder binary operator applications\]^_`abcdefgh\]^_`abcdefgh!None Replace all DoNotationBind and DoNotationValueH constructors with applications of the Prelude.(>>=) function, and all  DoNotationLet# constructors with let expressions.ii"None@Replace all top-level binders in a module with case expressions.4Replace all top-level binders with case expressions.jklmnojklmno#NoneIReplace all top level type declarations in a module with type annotations=Replace all top level type declarations with type annotations$NoneSReplace all sets of mutually-recursive declarations in a module with binding groupsBCollapse all binding groups in a module to individual declarationsGReplace all sets of mutually-recursive declarations with binding groups6Collapse all binding groups to individual declarationspqrstuvwxypqrstuvwxy%NoneAdd type synonym declarations for type class dictionary types, and value declarations for type class instance dictionary expressions. z{|}~ z{|}~&NoneOType representing a set of declarations being explicitly imported from a module]An imported environment for a particular module. This also contains the module's own members.HLocal names for types within a module mapped to to their qualified namesTLocal names for data constructors within a module mapped to to their qualified namesJLocal names for classes within a module mapped to to their qualified namesILocal names for values within a module mapped to to their qualified names(The exported declarations from a module.#The types exported from each module%The classes exported from each module$The values exported from each moduleMThe global export environment - every declaration exported from every module.Updates the exports for a module from the global environment. If the module was not previously present in the global environment, it is created.-Adds an empty module to an ExportEnvironment.<Adds a type belonging to a module to the export environment.'Adds a class to the export environment.'Adds a class to the export environment.eAdds an entry to a list of exports unless it is already present, in which case an error is returned.FReplaces all local names with qualified names within a set of modules.Make all exports for a module explicit. This may still effect modules that have an exports list, as it will also make all data constructor exports explicit.vReplaces all local names with qualified names within a module and checks that all existing qualified names are valid.4Finds all exported declarations in a set of modules.mFilters the exports for a module to ensure only explicit exports are kept in the global exports environment.|Finds the imports within a module, mapping the imported module name to an optional set of explicitly imported declarations.,Constructs a local environment for a module.TExtends the local environment for a module by resolving an import of another module.'None,The desugaring pipeline proceeds as follows:3Introduce type synonyms for type class dictionaries'Rebracket user-defined binary operatorsDesugar do-notation using the  Prelude.Monad type classBDesugar top-level case declarations into explicit case expressionsPDesugar type declarations into value declarations with explicit type annotationsIGroup mutually recursive value and data declarations into binding groups.'Qualify any unqualified names and types(None9Generate foreign imports for all declarations in a module2None?  !"#$%&'()*+,-./0123456789:;<=>?)None5Parse a type as it appears in e.g. a data constructorParse a monotypeParse a polytype*None Read source position informationParse a single declaration6Parse a module header and a collection of declarationsParse a collection of modules Parse a valueParse a binder<Parse a binder as it would appear in a top level declaration Parse a guard663None>+None2346BHMgThe type checking monad, which provides the state of the type checker, and error reporting capabilities!State required for type checking: The current  Environment(The next fresh unification variable name#The next type class dictionary nameThe current module0Temporarily bind a collection of names to values/Temporarily bind a collection of names to typesBTemporarily make a collection of type class dictionaries available;Get the currently available list of type class dictionaries9Temporarily bind a collection of names to local variables>Temporarily bind a collection of names to local type variables*Lookup the type of a value by name in the  Environment)Lookup the kind of a type by name in the  EnvironmentGet the current  Environment Update the  Environment Modify the  Environment=Run a computation in the Check monad, starting with an empty  EnvironmentmRun a computation in the Check monad, failing with an error, or succeeding with a return value and the final  Environment.0Make an assertion, failing with an error message'Generate new type class dictionary nameLift a computation in the Check# monad into the substitution monad.bRun a computation in the substitution monad, generating a return value and the final substitution.,None246Infer the kind of a single typetInfer the kind of a type constructor with a collection of arguments and a collection of associated data constructors NSimultaneously infer the kinds of several mutually recursive type constructors^Solve the set of kind constraints associated with the data constructors for a type constructor3Default all unknown kinds to the Star kind of typesInfer a kind for a type     -None,Build a type substitution for a type synonym:Replace all instances of a specific type synonym with the SaturatedTypeSynonym data constructor #Replace all type synonyms with the SaturatedTypeSynonym data constructor    .None2346+A simplified representation of expressions which are used to represent type class dictionaries at runtime, which can be compared for equalityA subclass dictionary0A dictionary which depends on other dictionariesCA dictionary which is brought into scope by an instance declaration>A dictionary which is brought into scope by a local constraint2Unify two types, updating the current substitution1Unify two rows, updating the current substitutionCommon labels are first identified, and unified. Remaining labels and types are unified with a trailing row unification variable, if appropriate, otherwise leftover labels result in a unification error. Infer the types of multiple mutually-recursive values, and return elaborated values including type class dictionaries and type annotations.&Check if a value introduces a function+Check if a value contains a type annotation=Map a function over type annotations appearing inside a valuePReplace type class dictionary placeholders with inferred type class dictionariesCheck that the current set of type class dictionaries entail the specified type class goal, and, if so, return a type class dictionary reference.5Check all values in a list pairwise match a predicateCheck that two types unifyCheck whether the type heads of two types are equal (for the purposes of type class dictionary lookup), and return a substitution from type variables to types which makes the type heads unify.1Ensure skolem variables do not escape their scope)Ensure a row contains no duplicate labels)"Setify" all rows occuring inside a valueJReplace outermost unsolved unification variables with named type variablesyRemove any ForAlls and ConstrainedType constructors in a type by introducing new unknowns or TypeClassDictionary values.iThis is necessary during type checking to avoid unifying a polymorphic type with a unification variable.>Replace a single type variable with a new unification variable-Replace fully applied type synonyms with the SaturatedTypeSynonymR data constructor, which helps generate better error messages during unification. "Desaturate" SaturatedTypeSynonyms>Replace a type synonym and its arguments with the aliased typeJEnsure a set of property names and value does not contain duplicate labelsUInfer a type for a value, rethrowing any error to provide a more useful error messageInfer a type for a value>Infer the type of a property inside a record with a given type;Infer the types of variables brought into scope by a binderLCheck the types of the return values in a set of binders in a case statementGenerate a new skolem constantGenerate a new skolem scopePSkolemize a type variable by replacing its instances with fresh skolem constantsThis function has one purpose - to skolemize type variables appearing in a SuperClassDictionary placeholder. These type variables are somewhat unique since they are the only example of scoped type variables.5Introduce skolem scope at every occurence of a ForAllNCheck the type of a value, rethrowing errors to provide a better error message Check the type of a value 5Check the type of a collection of named record fieldsThe laxt parameter controls whether or not every record member has to be provided. For object updates, this is not the case. ]Check the type of a function application, rethrowing errors to provide a better error message (Check the type of a function application \Check whether one type subsumes another, rethrowing errors to provide a better error message'Check whether one type subsumes another4        0      /None24 'Type check all declarations in a moduleWAt this point, many declarations will have been desugared, but it is still necessary to)Kind-check all types and add them to the  Environment*Type-check all values and add them to the  Environment%Bring type class instances into scopeProcess module imports        0None  SA type class which collects the IO actions we need to be able to run in "make" modeGet a file timestampRead a file as a stringWrite a text fileReport an errorRespond to a progress updateCompile a collection of modules-The compilation pipeline proceeds as follows:PSort the modules based on module dependencies, checking for cyclic dependencies.#Perform a set of desugaring passes.YType check, and elaborate values to include type annotations and type class dictionaries.URegroup values to take into account new value dependencies introduced by elaboration.Eliminate dead code.5Generate Javascript, and perform optimization passes.%Pretty-print the generated Javascript[Compiles in "make" mode, compiling each module separately to a js files and an externs fileIf timestamps have not changed, the externs file can be used to provide the module's types without having to typecheck the module again. cAdd an import declaration for the Prelude to a module if it does not already explicitly import it.  !"#   !"#$%&'()*+,-./0123456789:;<=>?      +,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        !"# $4456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                  !"#$%&'()*+,-./0123456789::;<=>?@ABCDEFGHIJKLMNNOPQRSTUVWXYZ[\]^_`abccdefghijklmnopqrstuvwxyz{|}~_  !""##$$$$%&'()))*** * * * * +++++++++++++++++++++ +!+"+#+$+%,&,',(-).*/+0,0-0.0/0001020304 567 8 9:;<=>?@ABCDEFxGHIJKLMNOPQRSTUVWXYZI[\]^_`a>bcdefgXhijkIl]\mnopqr s t u v w x y z {  | } ~!""""""$$$$$$$$$$%%%%%%%%%%%&&&&&&&&&&&&&&&&&&&&&&&&&&)))))))))))))))***********************************************,,,,,,--................. . . . . ..................... .!.".#.$.%.&.'.(.)/*/+/,/-///.//000102034purescript-0.5.2.4 Language.PureScript.Parser.StateLanguage.PureScript.Traversals"Language.PureScript.CodeGen.JS.AST$Language.PureScript.Optimizer.Common$Language.PureScript.Optimizer.Unused$Language.PureScript.Optimizer.BlocksLanguage.PureScript.ConstantsLanguage.PureScript.SupplyLanguage.PureScript.Options!Language.PureScript.Optimizer.TCOLanguage.PureScript.Names"Language.PureScript.CodeGen.Common%Language.PureScript.Optimizer.MagicDo%Language.PureScript.Optimizer.InlinerLanguage.PureScript.Optimizer!Language.PureScript.Parser.Common!Language.PureScript.Pretty.CommonLanguage.PureScript.Kinds Language.PureScript.Parser.Kinds Language.PureScript.Pretty.KindsLanguage.PureScript.Types)Language.PureScript.TypeClassDictionariesLanguage.PureScript.Environment Language.PureScript.Declarations&Language.PureScript.ModuleDependencies'Language.PureScript.DeadCodeEliminationLanguage.PureScript.CodeGen.JSLanguage.PureScript.Pretty.JS Language.PureScript.Pretty.Types!Language.PureScript.Pretty.ValuesLanguage.PureScript.Errors#Language.PureScript.Sugar.Operators$Language.PureScript.Sugar.DoNotation*Language.PureScript.Sugar.CaseDeclarations*Language.PureScript.Sugar.TypeDeclarations'Language.PureScript.Sugar.BindingGroups%Language.PureScript.Sugar.TypeClassesLanguage.PureScript.Sugar.NamesLanguage.PureScript.Sugar#Language.PureScript.CodeGen.Externs Language.PureScript.Parser.Types'Language.PureScript.Parser.Declarations%Language.PureScript.TypeChecker.Monad%Language.PureScript.TypeChecker.Kinds(Language.PureScript.TypeChecker.Synonyms%Language.PureScript.TypeChecker.TypesLanguage.PureScript.TypeCheckerLanguage.PureScriptLanguage.PureScript.PrettyLanguage.PureScript.CodeGenLanguage.PureScript.Parser ParseStateindentationLevelfstMsndMthirdMmaybeMdefSJSJSRaw JSContinueJSBreakJSLabelJSTypeOfJSThrowJSReturnJSIfElseJSForInJSForJSWhile JSAssignmentJSVariableIntroductionJSBlock JSConditionalJSVarJSApp JSFunction JSAccessorJSObjectLiteral JSIndexerJSArrayLiteralJSBinaryJSUnaryJSBooleanLiteralJSStringLiteralJSNumericLiteralBinaryOperatorZeroFillShiftRight ShiftRight ShiftLeft BitwiseXor BitwiseOr BitwiseAndOrAndGreaterThanOrEqualTo GreaterThanLessThanOrEqualToLessThan NotEqualToEqualToModulusDivideMultiplySubtractAdd UnaryOperatorPositive BitwiseNotNotNegateeverywhereOnJSeverywhereOnJSTopDowneverythingOnJSapplyAll replaceIdent replaceIdents isReassigned isReboundisUsedtargetVariable isUpdatedremoveFromBlockremoveUnusedVariablesremoveCodeAfterReturnStatementscollapseNestedBlocks$#++>>=+-*/%<><=>===/=&bar^&&|| unsafeIndexnegateshlshrzshr complementnotreturn returnEscapeduntilEwhileErunST runSTArray stRefValuenewSTRef readSTRef writeSTRef modifySTRef peekSTArray pokeSTArraymonadEffDictionarybindEffDictionary numNumber ordNumbereqNumbereqString eqBoolean bitsNumberboolLikeBooleansemigroupStringmain__superclassesprimprelude preludeUnsafeeffstSupplySupplyT unSupplyT runSupplyT evalSupplyT runSupply evalSupplyfresh freshName$fMonadErroreSupplyTOptionsoptionsNoPrelude optionsNoTcooptionsPerformRuntimeTypeChecksoptionsNoMagicDo optionsMainoptionsNoOptimizationsoptionsBrowserNamespaceoptionsModulesoptionsCodeGenModulesoptionsVerboseErrorsdefaultOptionstco Qualified ModuleName ProperName runProperNameIdentOprunIdent runModuleNamemoduleNameFromStringqualify$fShowQualified$fShowModuleName$fShowProperName $fShowIdent identToJsidentCharToStringnameIsJsReservedisIdentmoduleNameToJsmagicDo etaConvertunThunk evaluateIifesinlineVariablesinlineOperatorinlineCommonOperatorsoptimizereservedPsNamesopCharsreservedTypeNamesreservedOpNames identStart identLetteropStartopLetterlangDef tokenParserlexeme identifierreserved reservedOpoperator stringLiteral whiteSpacesemicolondotcommatickpipenatural properName moduleNameparseQualifiedintegerOrFloat parseIdentsquaresparensbracesanglessepBysepBy1semiSepsemiSep1commaSep commaSep1augmentfoldbuildPostfixParserparseIdentInfixmarkcheckIndentationindentedsamerunIndentParser PrinterStateindent blockIndent withIndent currentIndentprettyPrintManyprettyPrintObjectKeyKindFunKindRowBangStarKUnknowneverywhereOnKindseverythingOnKinds parseKindprettyPrintKindTypePrettyPrintForAllPrettyPrintObjectPrettyPrintArrayPrettyPrintFunctionRConsREmptySkolemConstrainedTypeForAllSaturatedTypeSynonymTypeAppTypeConstructorTypeVarTUnknown SkolemScoperunSkolemScope rowToList rowFromList isMonoTypemkForAllreplaceTypeVarsreplaceAllTypeVarsusedTypeVariablesfreeTypeVariablesquantifymoveQuantifiersToFronteverywhereOnTypeseverywhereOnTypesTopDowneverywhereOnTypesMeverywhereOnTypesTopDownMeverythingOnTypesTypeClassDictionaryTypeTCDAlias TCDRegularTypeClassDictionaryInScopetcdName tcdClassNametcdInstanceTypestcdDependenciestcdTypeTypeKindLocalTypeVariable ExternData TypeSynonymDataTypeNameKindTypeInstanceDictionaryValueDataConstructor LocalVariableExternTypeClassAccessorImportValueForeignImportTypeInlineJavascript ForeignImport EnvironmentnamestypesdataConstructors typeSynonymstypeClassDictionaries typeClassesinitEnvironmentprimNameprimTy tyFunctiontyStringtyNumber tyBooleantyArraytyObjectfunction primTypesBinderPositionedBinder NamedBinder ConsBinder ArrayBinder ObjectBinderConstructorBinder VarBinder NumberBinder StringBinder BooleanBinder NullBinderDoNotationElementPositionedDoNotationElement DoNotationLetDoNotationBindDoNotationValueCaseAlternativecaseAlternativeBinderscaseAlternativeGuardcaseAlternativeResultPositionedValueSuperClassDictionaryTypeClassDictionaryDoLet TypedValueCase Constructor IfThenElseVarAppAbs ObjectUpdateAccessor ObjectLiteral ArrayLiteralParensBinaryNoParens UnaryMinusBooleanLiteral StringLiteralNumericLiteralGuard DeclarationPositionedDeclarationTypeInstanceDeclarationTypeClassDeclarationImportDeclarationFixityDeclarationExternInstanceDeclarationExternDataDeclarationExternDeclarationBindingGroupDeclarationValueDeclarationTypeDeclarationTypeSynonymDeclarationDataBindingGroupDeclarationDataDeclarationDeclarationRefPositionedDeclarationRefTypeInstanceRef TypeClassRefValueRefTypeRefModuleFixity SourcePos sourceName sourcePosLinesourcePosColumn AssociativityInfixInfixrInfixl Precedence isValueDecl isDataDecl isImportDeclisExternDataDeclisExternInstanceDecl isFixityDecl isExternDeclisTypeClassDeclarationcanonicalizeDictionary binderNameseverywhereOnValueseverywhereOnValuesTopDownMeverywhereOnValuesMeverythingOnValueseverythingWithContextOnValueseverywhereWithContextOnValuesM accumTypes$fEqDeclarationRef$fShowSourcePos$fShowAssociativity ModuleGraph sortModuleseliminateDeadCode ModuleTypeGlobalsCommonJS moduleToJsdeclToJs prettyPrintJSprettyPrintRowprettyPrintTypeAtomprettyPrintTypeprettyPrintValueprettyPrintBinder ErrorStack runErrorStack CompileErrorcompileErrorMessagecompileErrorValuecompileErrorPosition ErrorSource TypeError ValueErrorprettyPrintErrorStackstringifyErrorStackisErrorNonEmpty showError mkErrorStack positionErrorrethrowrethrowWithPosition$fErrorErrorStack rebracketremoveSignedLiteralsdesugarDoModuledesugarCasesModule desugarCasesdesugarTypeDeclarationsModuledesugarTypeDeclarationscreateBindingGroupsModulecollapseBindingGroupsModulecreateBindingGroupscollapseBindingGroupsdesugarTypeClassesdesugarImportsdesugar moduleToPs parseTypeAtom parseType parsePolyTypeparseDeclaration parseModule parseModules parseValue parseBinderparseBinderNoParens parseGuardCheckunCheck CheckStatecheckEnv checkNextVarcheckNextDictNamecheckCurrentModule bindNames bindTypeswithTypeClassDictionariesgetTypeClassDictionariesbindLocalVariablesbindLocalTypeVariableslookupVariablelookupTypeVariablegetEnvputEnv modifyEnvrunCheck runCheck' guardWithfreshDictionaryName liftCheck liftUnifykindOfkindsOf kindsOfAllsaturateAllTypeSynonymstypesOf typeCheckAll MonadMake getTimestamp readTextFile writeTextFile liftErrorprogresscompilecompile'maketco'baseGHC.BasemagicDo'inlineST shouldInlineuntilFixedPoint parseStar parseBang typeLiteralsmatchRowfunKind usedModulestoModule getModuleNameKeydeclarationsByModule dependencies exportToJsvaraccessor valueToJs extendObjbindNameruntimeTypeChecksvarToJs qualifiedToJS bindersToJs binderToJsisOnlyConstructor importToJsimportsaccessorStringprettyPrintJS1prettyPrintJS'literalsstring conditionalindexerlamapptypeOfunarybinaryprettyStatementstypeAppappliedFunctioninsertPlaceholders matchTypeAtom matchTypeforall_prettyPrintDeclarationprettyPrintCaseAlternativeprettyPrintDoNotationElement ifThenElse objectUpdateprettyPrintValue'prettyPrintBinderAtomprettyPrintBinder'matchConsBinderprettyPrintObjectPropertyBinderprettyPrintObjectPropertyChainrebracketModule removeParenscollectFixitiesensureNoDuplicatescustomOperatorTablematchOperatorstoAssoctokenparseOp parseTicksmatchOp desugarDo desugarAbs inSameGrouptoDecls isVarBindertoTuplemakeCaseDeclarationcreateBindingGroupsForValuecollapseBindingGroupsForValue usedIdentsusedProperNamesgetIdent getProperNametoBindingGrouptoDataBindingGroup isTypeSynonym fromValueDeclDesugar MemberMap desugarModule desugarDeclmemberToNameAndTypeidentToPropertytypeClassDictionaryDeclaration#typeClassMemberToDictionaryAccessormkSuperclassDictionaryNameunit!typeInstanceDictionaryDeclarationExplicitImportsImportEnvironment importedTypesimportedDataConstructorsimportedTypeClassesimportedValuesExports exportedTypesexportedTypeClassesexportedValuesExportEnvironmentupdateExportedModuleaddEmptyModuleaddType addTypeClassaddValue addExportelaborateExportsrenameInModule findExports filterExports findImportsresolveImports resolveImport parseNumber parseString parseBoolean parseArray parseArrayOf parseFunction parseObjectparseTypeVariableparseTypeConstructor parseForAllparseConstrainedType parseAnyTypeparseNameAndTypeparseRowEndingparseRow sourcePosparseDataDeclarationparseTypeDeclarationparseTypeSynonymDeclarationparseValueDeclarationparseExternDeclarationparseAssociativity parseFixityparseFixityDeclarationparseImportDeclarationparseDeclarationRefparseTypeClassDeclarationparseTypeInstanceDeclaration positionedparseLocalDeclarationbooleanLiteralparseNumericLiteralparseStringLiteralparseBooleanLiteralparseArrayLiteralparseObjectLiteralparseIdentifierAndValueparseAbsparseVarparseConstructor parseCaseparseCaseAlternativeparseIfThenElseparseLetparseValueAtomparsePropertyUpdate parseAccessorparseDoparseDoNotationLetparseDoNotationBindparseDoNotationElementparseStringBinderparseBooleanBinderparseNumberBinderparseVarBinderparseNullaryConstructorBinderparseConstructorBinderparseObjectBinderparseArrayBinderparseNamedBinderparseNullBinderparseIdentifierAndBinder solveTypes starIfUnknowninferinfer'$fUnifiableCheckKind $fPartialKindbuildTypeSubstitutionsaturateTypeSynonymDictionaryValueSubclassDictionaryValueDependentDictionaryValueGlobalDictionaryValueLocalDictionaryValue unifyTypes unifyRows isFunctionisTyped overTypesreplaceTypeClassDictionariesentailspairwise unifiesWithtypeHeadsAreEqualskolemEscapeChecksetify setifyAll varIfUnknowninstantiatePolyTypeWithUnknownsreplaceVarWithUnknownreplaceAllTypeSynonyms'desaturateAllTypeSynonymsexpandTypeSynonym'ensureNoDuplicateProperties inferProperty inferBinder checkBindersnewSkolemConstantnewSkolemScope skolemizeskolemizeTypesInValueintroduceSkolemScopecheckcheck'checkPropertiescheckFunctionApplicationcheckFunctionApplication'subsumes subsumes'typeDictionaryForBindingGrouptypeForBindingGroupElementreplaceAllTypeSynonymsexpandTypeSynonymexpandAllTypeSynonymsinferLetBindingcontainsTypeSynonyms$fUnifiableCheckType $fPartialType addDataTypeaddDataConstructoraddTypeSynonymvalueIsNotDefinedaddTypeClassDictionariescheckTypeClassInstance importPreludetypeCheckModule generateMainreverseDependencies