bK      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  $ None&Convert a GADT to a normal data type.  None/Extract the module name from a qualified name. Extract the name from a QName. )Change or add the ModuleName of a QName.  Extract the string from a Name. NoneThe CPP's parsing state. Parse some Fay code. LApply incredibly simplistic CPP handling. It only recognizes the following:   #if FAY  #ifdef FAY  #ifndef FAY  #else  #endif INote that this implementation replaces all removed lines with blanks, so $ that line numbers remain accurate. The parse mode for Fay.  Safe-Inferred   Safe-InferredNone)      !"#$%&'()*+,-./0)      !"#$%&'()*+,-./0)      !"#$%&'()*+,-./0None$123456789:;<=>?@ABCDEFGHIJKLMNOPQRST$123456789:;<=>?@ABCDEFGHIJKLMNOPQRST$123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTNone<The name of a module split into a list for code generation. 5Construct the complete ModulePath from a ModuleName. 7Construct intermediate module paths from a ModuleName.  mkModulePaths A.B => [[A], [A,B]] KConverting a QName to a ModulePath is only relevant for constructors since & they can conflict with module names. U U U  Safe-Inferred 4Alias of liftIO, I hate typing it. Hate reading it. *Do any of the (monadic) predicates match?  Flip of map. 4Read from a process returning both std err and out.  VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:    None;/Helpful for writing qualified symbols (Fay.*). <Helpful for some things. =Helpful for some things. '>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a;<=$>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a'>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a;<=Noneb0Make an identifier from the built-in HJ module. c=Mapping from unqualified names to qualified primitive names. d;Lookup a primop that was resolved to a Prelude definition. e4If this is resolved to a Prelude identifier or if it's unqualified,  check if it' s a primop bcdebdebcdeNone Error type.  !"#$%&'()*+,f !"#$%&'()*+,,+*)('&%$#"! ,+*)('&%$#"! fNone-.The serialization context indicates whether we' re currently E serializing some value or a particular field in a user-defined data  type. 0BThese are the data types that are serializable directly to native E JS data types. Strings, floating points and arrays. The others are: 7 actions in the JS monad, which are thunks that shouldn' t be forced > when serialized but wrapped up as JS zero-arg functions, and  unknown types can'.t be converted but should at least be forced. -./0123456789:;<=>?-./0123456789:;<=>?-/.0?>=<;:987654321None@Literal value type. FA name of some kind. RExpression type. oStatement type. gJust handy to have. ?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}g>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}@EDCBAF QPONMLKJIHGRnmlkjihgfedcba`_^]\[ZYXWVUTSo}|{zyxwvutsrqpgNone~KConvert a Haskell value to a Fay json value. This can fail when primitive  values aren't handled by explicit cases.  can be used to  resolve this issue. KConvert a Haskell value to a Fay json value. This can fail when primitive  values aren'=t handled by explicit cases. When this happens, you can add - additional cases via the first parameter. CThe first parameter is a function that can be used to override the . conversion. This usually looks like using h to additional type-  specific cases. -Convert a Fay json value to a Haskell value. HConvert a Fay json value to a Haskell value. This is like readFromFay, 7 except it yields helpful error messages on failure. -Convert a Fay json value to a Haskell value. CThe first parameter is a function that can be used to override the . conversion. This usually looks like using i to additional type-  specific cases. j&Parse a data type or record or tuple. kParse a tuple. l)Parse a data constructor from an object. m0Make a simple ADT constructor from an object: { slot1: 1, slot2: 2} -> Foo 1 2 n"Make a record from a key-value: { x: 1 } -> Foo { x = 1 } oParse a float. pParse a double. qParse an int. rParse a bool. sParse a string. tParse a char. uParse a Text. vParse an array. w Parse unit. x~yjklmnzopqrs{tuvw|}~~x~yjklmnzopqrs{tuvw|}None"Configuration of the compiler. & The fields with a leading underscore Run optimizations Flatten function application? Export the runtime? Export the stdlib? Export only the stdlib? ~6Possibly a fay package name, and a include directory. Pretty print the JS output? .Output a HTML file including the produced JS. )Output a source map file as outfile.map. %Any JS files to link to in the HTML. Don'"t invoke main in the produced JS. 4Warn on dubious stuff, not related to typechecking. File path to output to. Typecheck with GHC. Typecheck with -Wall. 'Run Google Closure on the produced JS. )The package config e.g. packages-6.12.3. Included Fay packages. $Custom source location for fay-base BProduce strict and uncurried JavaScript callable wrappers for all ? exported functions with type signatures in the given module %Only invoke GHC for typechecking, don't produce any output $Optimize away newtype constructors? 0Reading _configDirectoryIncludes is safe to do. 9Get all include directories without the package mapping. ;Get all include directories not included through packages. ;Add a mapping from (maybe) a package to a source directory !Add several include directories. <Add several include directories without package references. 'Reading _configPackages is safe to do. Add a package to compilation $Add several packages to compilation 6Should a strict wrapper be generated for this module? Default configuration. &~""~None?Given a configuration, resolve any packages specified to their 7 data file directories for importing the *.hs sources. Resolve package. @Does a directory exist and does it contain any Haskell sources? Describe the given package. 6Get the package version from the package description. "Make a share directory generator. None &The JavaScript FFI interfacing monad. Print some value. The printer monad. !The state of the pretty printer. Are we to pretty print? The current line. Current column. Source mappings. Current indentation level. /The current output. TODO: Make more efficient. Just outputted a newline? Compile monad. Uns the compiler ,Configuration and globals for the compiler. The compilation configuration. $Things written out by the compiler. Constructors. Fay to JS dispatchers. JS to Fay dispatchers. State of the compiler. %Exported identifiers for all modules Map types to constructors Map constructors to fields 4Newtype constructor, destructor, wrapped type tuple 8Map of all imported modules and their source locations. MDepth of the current lexical scope, used for creating unshadowing variables. -Name of the module currently being compiled. 0Module paths that have code generated for them. Use JS Strings instead of [Char] for string literals? :Module level declarations having explicit type signatures Default state. Simple concatenating instance. .  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}γo}|{zyxwvutsrqpRnmlkjihgfedcba`_^]\[ZYXWVUTS@EDCBAFQPONMLKJIHG,+*)('&%$#"! 0?>=<;:987654321-/.  NoneWrap an expression in a thunk. Wrap an expression in a thunk. Generate unique names. ?Resolve a given maybe-qualified name to a fully qualifed name. ?Resolve a given maybe-qualified name to a fully qualifed name. . Use this when a resolution failure is a bug. Resolve a newtype constructor. Resolve a newtype destructor. 'Qualify a name for the current module. 7Qualify a QName for the current module if unqualified. Make a top-level binding.  Force an expression in a thunk. )Is a JS expression a literal (constant)? 8Deconstruct a parse result (a la maybe, foldr, either). Get a config option. FOptimize pattern matching conditions by merging conditions in common. 6 TODO This is buggy and no longer used. Fails on tests/case3 Throw a JS exception. )Throw a JS exception (in an expression). Is an alt a wildcard? Is a pattern a wildcard? 5Return formatter string if expression is a FFI call. =Generate a temporary, SCOPED name for testing conditions and  such. =Generate a temporary, SCOPED name for testing conditions and  such. We don'2t have name tracking yet, so instead we use this. Print out a compiler warning.  Pretty print a source location. )Lookup the record for a given type name. !Get the fields for a given type. >Get the flag used for GHC, this differs between GHC-7.6.0 and > GHC-everything-else so we need to specially test for that. It's  lame, but that'$s random flag name changes for you. /Run the top level compilation for all modules. &Runs compilation for a single module. 5Check if the given language pragmas are all present. if then else for when . '''NoneState. Optimize monad. @The arity of a function. Arity here is defined to be the number C of arguments that can be directly uncurried from a curried lambda  abstraction. So x y z -> if x then (a -> a) else (a -> a) has an  arity of 3, not 4. :Run an optimizer, which may output additional statements. 'Inline x >> y to x;y in the JS output. Flatten a a>>(b>>c) to [a,b,c]. !Try to collect nested a>>(b>>c). @Perform any top-level cross-module optimizations and GO DEEP to  optimize further.  Perform tail-call optimization. 7Strip redundant forcing from the whole generated code. 9Strip redundant forcing from an application if possible. =Apply the given function to the top-level expressions in the  given statements. =Apply the given function to the top-level expressions in the  given statement. :Collect functions and their arity from the whole codeset.  Get the arity of an expression. (Change foo(x)(y) to foo$uncurried(x,y). 0Rename an uncurried copy of a curried function. NoneNGet all non local identifiers that should be exported in the JS module scope. >Is this *resolved* name a new type constructor or destructor? /Is this *resolved* name a new type destructor? 0Is this *resolved* name a new type constructor? ?Add a ModulePath to CompileState, meaning it has been printed. Has this ModulePath been added/ printed? ,Find the type signature of a top level name None None=Generate a temporary, SCOPED name for testing conditions and  such. We don'2t have name tracking yet, so instead we use this. /Generates temporary names where the scope doesn' t matter. Don'It call this directly, use withScopedTmpName or unscopedTmpNames instead.  None<Top level, desugar a whole module possibly returning errors ADesugar with the option to specify a prefix for generated names. F Useful if you want to provide valid haskell name that HSE can print. (a f) => b -> a f b  (f b) => a -> a f b *Convert do notation into binds and thens. (,) => x y -> (x,y)  (,,) => x y z -> (x,y,z)  etc case { ... } => foo -> case foo of { ... } 7if | p -> x | q -> y => case () of _ | p -> x | q -> y (a,) => b -> (a,b) "{a} => {a=a} for R{a} expressions {a} => {a=a} for R{a} patterns Desugar list comprehensions. <We only have Enum instance for Int, but GHC hard codes [x..y] E syntax to GHC.Base.Enum instead of using our Enum class so we check E for obviously incorrect usages and throw an error on them. This can + only checks literals, but it helps a bit. <Adds an explicit import Prelude statement when appropriate. JFor each toplevel FFI pattern binding, search the module for the relevant I type declaration; if found, add a type signature to the ffi expression.  e.g.  foo :: Int  foo = ffi 3  becomes  foo :: Int  foo = ffi 3 :: Int a  b => op a b  a + b => (+) a b  for expressions a : b => (:) a b for patterns (a) => a for patterns  NoneThe opposite of Ptr,. Serialize the specified polymorphic type.  foo :: Automatic a -> String >Do not serialize the specified type. This is useful for, e.g.   foo :: String -> String  foo = ffi "%1" AThis would normally serialize and unserialize the string, for no  reason, in this case. Instead:  ! foo :: Ptr String -> Ptr String %Will just give an identity function. Values that may be undefined 9 Defined x encodes to x, Undefined decodes to undefined. B An undefined property in a record will be removed when encoding. Values that may be null 1 Nullable x decodes to x, Null decodes to null. Declare a foreign action. The foreign value. Bottom. None8Compile the given pattern against the given expression. #Compile a pattern variable e.g. x.  Compile a record field pattern. .Compile a literal value from a pattern match. $Compile as binding in pattern match &Compile a pattern match on a newtype. Compile a pattern application. Compile a pattern list. NonePrint the JS to a flat string. !Print the JS to a pretty string. Unqualify a JsName. (Print a constructor name given a QName. Print an unqualified name. =Print a constructor name given a Name. Helper for printCons. 7Words reserved in haskell as well are not needed here: , case, class, do, else, if, import, in, let AThis is a hack for names generated in the Haskell AST. Should be  removed once it's no longer needed. %Encode a Haskell name to JavaScript. 4Normalize the given name to JavaScript-valid names. "Print the given printer indented. Output a newline. ?Write out a string, updating the current position information. QGenerate a mapping from the Haskell location to the current point in the output. Intercalate monadic action. Concatenate two printables. A printer is a printable. Just write out strings.  !Print one of the kinds of names.  Print an expression.  Print a module path.  Print a single statement.  Print a list of statements. $Print (and properly encode) a name. 0Print special constructors (tuples, list, etc.) Print module name. 4Print (and properly encode to JS) a qualified name. 5Print literals. These need some special encoding for 6 JS-format literals. Could use the Text.JSON library.           NoneLCompile an FFI expression (also used when compiling top level definitions). MWarn about uses of naked x.y which will not play nicely with Google Closure.  Make a FayA name used for transcoding. @The name used for the forced version of a transcoding variable. "Get arg types of a function type. :Convert a Haskell type to an internal FFI representation. Expand a type application. Generate a user-defined type. Translate: JS Translate: Fay Make a translator. :Get a JS-representation of a fundamental type for encoding/ decoding.  Get the arity of a type. !8Format the FFI format string with the given arguments. "/Generate n name-typ pairs from the given list. # Generate Fay$ Generate JS% Make a JS&MThe argument types used in serialization of parametrized user-defined types. 'AGet the index of a name from the set of type variables bindings. (/Extract the name from a possibly-kinded tyvar.  !Source Location. The format string.  Arguments.  The JS code. "#$%&'( #$% !"#$%&'(NoneCompile Haskell expression. )Compile variable. *Compile Haskell literal. +Compile simple application. ,Helper for compileApp. -Compile a negate application .Compile a let expression. /Compile let declaration. 0Compile a list expression. 1Compile an if. 2Compile case expressions. 38Compile the given pattern against the given expression. 4Compile a guarded alt. 5Compile guards 6Compile a lambda. 7 Compile [e1..] arithmetic sequences. 8Compile [e1..e3] arithmetic sequences. 9Compile [e1,e2..] arithmetic sequences. :Compile [e1,e2..e3] arithmetic sequences. ;0Compile a record construction with named fields H | GHC will warn on uninitialized fields, they will be undefined in JS. <Compile a record update. =Make a Fay list. >Optimize short literal [e1..e3] arithmetic sequences. ?!Optimize short literal [e1,e2..e3] arithmetic sequences. @BMaximum number of elements to allow in strict list representation  of arithmetic sequences. )*+,-./0123456789:;<=>?@*/5)*+,-./0123456789:;<=>?@ NoneACompile Haskell declaration. Compile a declaration. B"Compile a top-level pattern bind. C)Compile a normal simple pattern binding. DGCompile a data declaration (or a GADT, latter is converted to former). EDCompile a function which pattern matches (causing a case analysis). F&Compile a right-hand-side expression. AGBCDEFAGBCDEFAGBCDEF!NoneH!The data-files source directory. I#The default compiler reader value. JThe default compiler state. HIJHIJHIJ"NoneK(Call out to GHC to type-check the file. KKK#NoneL$Start the compilation process using  compileModule to compile a file. Compile a module M%Compile a module given its file path N6Lookup a module from include directories and compile. OCompile an import. PFind an import'.s filepath and contents from its module name. LMNOPLLMNOP$NoneQFPreprocess and collect all information needed during code generation. R4Preprocess a module given its filepath and content. SPreprocess from an AST TPreprocessing Find newtype declarations UAdd new types to the state V%Add record declarations to the state QRSTUVWQQRSTUVWNone ?Compile a Haskell source string to a JavaScript source string. "Compile the top-level Fay module. Compile a source string. X.Compile given the location and source string. Compile a parse HSE module. YFor a module A.B, generate  | var A = {};  | A.B = {}; Z[Generate exports for non local names, local exports have already been added to the module. [8Generate strict wrappers for the exports of the module. \2Is the module a standard module, i.e., one that we' d rather not  output code for if we're compiling separate files. XYZ[\ XYZ[\ None BCompile the given file and write the output to the given path, or  if nothing given, stdout. gCompile the given file and write to the output, also generates HTML and sourcemap files if configured. Compile the given file. 8Compile a file returning additional generated metadata. GCompile a file returning the resulting internal state of the compiler.  Don't use this directly, it'#s only exposed for the test suite. ]/Compile the given module to a runnable module. -Convert a Haskell filename to a JS filename. -Print a compile error for human consumption. Get the JS runtime source. : This will return the user supplied runtime if it exists. #Get the default JS runtime source. ]Y !"#$%&'()*+,7,+*)('&%$#"!  ]^%&''()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~dj  V  ^  ^ ]  ]  #                !"#$%&'()*+,-./0123456789:;<=>?@ABCDEF !"G#$%&'()*+,-./0123456789:;<=>CH+IJKILMIJNOPQIRSIRTIRUIVWIXYIXZIJ[IJ\IJ]I^_I^`IabIcdIceIcfIcgOhiOhjI^kIJlIJmIJnIJoIJpIqrIqsIatIauIavIawIxyIczIc{Oh|I}~IaIaIJIIJI^OhIIaI}IaIIIxIOOOOOOIaOIIJOOIIOOOIIIIIIIIIIIIIxIxIRIIIIIIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIxIqIqIqIqIIIIIIIIIIIIIIIIIIIIIIIJIIVIIIRI      !"#$%&'()*+,-./0123456789:;<=>?Ia@IaAIaBIaCIaDIEFIRGIHIIIJIKILIMINIOIPIQIRISITIUIJVIEWIRXIRYIZ[IX\IJ]I^IR_Oh`OhaOhbOhcOhdOheOhfIghIiIjIakIalIamIanIaoIapIaqIarIsI^tI^uI^vI^wIxyIz{I}|I}}I}~I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}I}IcIcIcIcIcIcOhOhOhIVIVIVIVIVIVIVIVIVIVIVIIIIIaIaIaIaIaIII^IRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIRIxIxILIJIJIJIJIXIIEIEIEIEIEIEIEIEIIJIIIIIIIIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIE IE IE IE IE IEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIEIE IE!IE"IE#IE$IE%IE&IE'IE(IE)IE*IE+IE,IE-I.I/I0I1I2I3I4I5I6I7I8I9I:I;I<I=I>I?I@AIBCIBDIBEIBFIBGIBHIBIIBJIKILIMINOIPQIPQIPRSTU VW!"G#$%&'()*+,-./0123456789:;<=XYZ[\]^_`a_`bcdefghijklmnopqrstuvwxyz{|}~                            !"#$%&'()*+,-./012345 6 7 8 9 : ; <!=!>!?"@#A#B#C#D#E$F$G$H$I$J$K$LMNOPQ RS fay-0.21.2Fay.Compiler.ParseFay.Types.CompileResult Fay.TypesFay.Compiler.PreludeFay.Types.CompileError Fay.Convert Fay.Config Fay.CompilerFay.Compiler.DesugarFay.FFIFayFay.Compiler.GADTFay.Compiler.QName Paths_fayFay.ExtsFay.Exts.ScopedFay.Types.ModulePathFay.Exts.NoAnnotationFay.Compiler.PrimOp Fay.Types.FFI Fay.Types.JsFay.Compiler.PackagesFay.Compiler.MiscFay.Compiler.OptimizerFay.Compiler.StateFay.Compiler.Desugar.TypesFay.Compiler.Desugar.NameFay.Compiler.PatternFay.Compiler.PrintFay.Compiler.FFIFay.Compiler.ExpFay.Compiler.DeclFay.Compiler.DefaultsFay.Compiler.TypecheckFay.Compiler.ImportFay.Compiler.InitialPassparseFaydefaultExtensions CompileResult resOutput resImportedresSourceMappings ModulePath unModulePath mkModulePath mkModulePathsmkModulePathFromQNameioanyMforreadAllFromProcess CompileErrorUnsupportedWhereInMatchUnsupportedWhereInAltUnsupportedRhsUnsupportedRecursiveDoUnsupportedQualStmtUnsupportedPatternUnsupportedModuleSyntaxUnsupportedLiteralUnsupportedLetBindingUnsupportedLetUnsupportedImportUnsupportedFieldPatternUnsupportedExpressionUnsupportedExportSpecUnsupportedEnumUnsupportedDeclarationUnableResolveQualifiedShouldBeDesugared ParseErrorInvalidDoBlockGHCErrorFfiNeedsTypeSigFfiFormatNoSuchArgFfiFormatInvalidJavaScriptFfiFormatIncompleteArgFfiFormatBadChars EmptyDoBlockCouldn'tFindImportSerializeContextSerializeUserArgSerializeAnywhereFundamentalType UnknownType AutomaticPtrTypeBoolTypeIntType DoubleType StringTypeDateTypeNullableDefined UserDefined TupleTypeListTypeJsType FunctionTypeJsLitJsBool JsFloatingJsIntJsStrJsCharJsName JsModuleName JsBuiltIn JsConstructorJsTmpJsParamJsApplyJsForceJsThunkJsParametrizedTypeJsThis JsNameVarJsExpJsOrJsAnd JsUndefinedJsLitObjJsObjJsInfixJsNeqJsEqJsIndex JsInstanceOf JsThrowExpJsNewJsListJsUpdatePropExternJsGetPropExtern JsUpdatePropJsLookup JsGetPropJsParenJsNull JsTernaryIfJsNegAppJsAppJsFunJsSeqJsRawExpJsStmt JsExpStmtJsBlock JsContinueJsSetPropExternJsSetConstructor JsSetModule JsSetQName JsSetPropJsUpdateJsWhileJsThrow JsEarlyReturnJsIfJsVar showToFay encodeFay readFromFay readFromFay' decodeFayConfigconfigOptimizeconfigFlattenAppsconfigExportRuntimeconfigExportStdlibconfigExportStdlibOnlyconfigPrettyPrintconfigHtmlWrapperconfigSourceMapconfigHtmlJSLibs configLibrary configWarnconfigFilePathconfigTypecheck configWallconfigGClosureconfigPackageConfconfigBasePath configStrictconfigTypecheckOnlyconfigRuntimePathconfigOptimizeNewtypes defaultConfigdefaultConfigWithSandboxconfigDirectoryIncludesconfigDirectoryIncludePaths%nonPackageConfigDirectoryIncludePathsaddConfigDirectoryIncludeaddConfigDirectoryIncludesaddConfigDirectoryIncludePathsconfigPackagesaddConfigPackageaddConfigPackagesshouldExportStrictWrapper PrintableprintJSPrinter runPrinter PrintStatepsPrettypsLinepsColumn psMappings psIndentLevelpsOutput psNewline CompileModuleCompile unCompile CompileReader readerConfigreaderCompileLitreaderCompileDecls CompileWriter writerCons writerFayToJs writerJsToFay CompileStatestateInterfacesstateRecordTypes stateRecords stateNewtypes stateImportedstateNameDepthstateModuleNamestateJsModulePathsstateUseFromString stateTypeSigsdefaultPrintStaterunCompileModuledesugardesugar'desugarPatParendesugarExpParenPtr UndefinedNullffi compileExp compileDecl compileWith compileViaStrcompileToplevelModulecompileModuleFromContentscompileModuleFromAST compileFromTocompileFromToAndGenerateHtml compileFilecompileFileWithResultcompileFileWithStatetoJsNameshowCompileErrorgetConfigRuntime getRuntime convertGADTqModNameunQual changeModuleunname unQualify changeModule' withIdentCPPStateapplyCPP parseModeCPPElseCPPIfNoCPPcatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNameType TyVarBindStmtSrcLoc SpecialConRhsQualStmt QualConDeclQOpQNamePatFieldPatName ModulePragma ModuleNameModuleMatchLiteral ImportSpec ImportDecl GuardedRhsGadtDecl FieldUpdate FieldDecl ExportSpecExpExDeclHeadDecl ClassDeclBangTypeAltX moduleName moduleExportsmoduleNameStringmkIdentnoIconvertFieldDeclfieldDeclNames declHeadNameSign srcSpanInfobaseGHC.Base++GHC.Errerrorfoldrghc-primGHC.PrimseqGHC.Listconcatfilterzip System.IOprint Data.Tuplefstsnd otherwisemap$GHC.Num fromInteger-GHC.Real fromRationalGHC.EnumenumFrom enumFromThen enumFromToenumFromThenTo GHC.Classes==>=negatefail>>=>>fmapreturn Control.Arrowfirst||| fromIntegral realToFrac toInteger toRational Control.MonadliftMBoundedEnumEq GHC.FloatFloating FractionalIntegralMonad Data.DataDataFunctorNumOrdGHC.ReadReadReal RealFloatRealFracGHC.ShowShowData.Typeable.InternalTypeable MonadPlusControl.Applicative Applicative GHC.TypesBoolCharDoubleFloatInt integer-gmpGHC.Integer.TypeIntegerOrderingRationalIO Data.EitherEitherStringFalseTrueLeftRightLTEQGTempty Data.MaybeMaybeNothingShowSshow<**> GHC.UnicodeisSpaceisAlphaisDigit Text.Readread AlternativemplusmzerozipWith Data.Monoid<>mconcatMonoidmemptymappend<=<>=>apfilterMfoldMfoldM_forMforM_foreverjoinliftM2liftM3liftM4liftM5 mapAndUnzipMmfiltermsum replicateM replicateM_unlessvoidwhenzipWithM zipWithM_=<<mapMmapM_sequence sequence_&&&***second+++<**>liftAliftA3optional Data.Functor<$><|>manysome<*>pureConstgetConst WrappedArrow WrapArrow unwrapArrow WrappedMonad WrapMonad unwrapMonadZipList getZipList<$liftA2readFileJustreads!! fromMaybe safe-0.3.8SafefindIndexJustNotefindIndexJustDef findIndexJustelemIndexJustNoteelemIndexJustDef elemIndexJust findJustNote findJustDeffindJustlookupJustNote lookupJustDef lookupJustreadNotereadDefreadMayatNoteatDefatMayat assertNote fromJustNote fromJustDef scanl1Note scanr1Note scanl1Def scanr1Def scanl1May scanr1May foldl1Note' foldl1Note foldr1Note foldl1Def' foldl1Def foldr1Def foldl1May' foldl1May foldr1May maximumByNote minimumByNote maximumByDef minimumByDef maximumByMay minimumByMay maximumNote minimumNote maximumDef minimumDef maximumMay minimumMaylastNoteheadNotelastDefheadDeflastMayheadMayinitSafeinitNoteinitDefinitMaytailSafetailNotetailDeftailMayabort/recipdivfloor^^ Data.Listlines concatMap dataCast1 dataCast2 dataTypeOfgfoldlgmapMgmapMogmapMpgmapQgmapQigmapQlgmapQrgmapTgunfoldtoConstrconstunfoldrtailheadPrelude$!uncurryid readsPrecfoldlminmaxcompare><=</=Text.ParserCombinators.ReadPReadS showsPrecshowListtruncateroundproperFractionceilingremquotRemquotdivModreadListsignumabs+*GHC.IO.ExceptionIOErrorGHC.IOFilePath significand scaleFloatisNegativeZeroisNaN isInfiniteisIEEEisDenormalized floatRange floatRadix floatDigitsexponent encodeFloat decodeFloatatan2tanhtansqrtsinhsinpilogBaselogcoshcosatanhatanasinhasinacoshacos**toEnumsuccpredfromEnumminBoundmaxBound||not&& writeFilereadLnreadIOputStrLnputStrputCharinteractgetLine getContentsgetChar appendFileshows showString showParenshowCharoddlcmgcdeven^ readParenlexsubtractzipWith3zip3unzip3unzip takeWhiletakesplitAtspanscanr1scanrscanl1scanlreverse replicaterepeatornullnotElemlookuplengthlastiterateinitfoldr1elem dropWhiledropcyclebreakanyandall userErrorioError undefineduntilflipasTypeOf.currymaybewordsunwordsunlinessumproductminimummaximumfoldl1eitherord maybeToListmapMaybe listToMaybe isNothingisJustfromJust catMaybeszipWith7zipWith6zipWith5zipWith4zip7zip6zip5zip4unzip7unzip6unzip5unzip4unionByunion transposetails subsequences stripPrefixsortBysort permutations partitionnubBynub minimumBy maximumBy mapAccumR mapAccumL isSuffixOf isPrefixOf isInfixOf intersperse intersectBy intersect intercalateinsertByinsertinitsgroupBygroup genericTakegenericSplitAtgenericReplicate genericLength genericIndex genericDropfoldl1'foldl' findIndices findIndexfind elemIndices elemIndex dropWhileEnddeleteFirstsBydeleteBy\\ isAlphaNum showLitChar intToDigittoLowertoUppertoTitleisUpperisPrint isOctDigitisLowerisLatin1 isHexDigit isControl isAsciiUpper isAsciiLowerisAscii readLitChar lexLitCharGHC.Charchr Data.CharisSymbol isSeparator isPunctuationisNumberisMarkisLettergeneralCategory digitToIntrightspartitionEitherslefts Data.FunctiononData.OrdDown comparing$fIsStringModuleName$fIsStringQName$fIsStringName SrcSpanInfoSrcSpanunAnn fayBuiltin primOpsMap findPrimOp resolvePrimOp$fErrorCompileError$fIsStringJsLit syb-0.4.2Data.Generics.AliasesextQextRparseDataOrTuple parseTuple parseObject makeSimple makeRecord parseFloat parseDoubleparseInt parseBool parseString parseChar parseText parseArray parseUnit GenericParser encodeGeneric lookupField parseUTCTimebadData justRight_configDirectoryIncludes_configPackages$fDefaultConfigresolvePackagesresolvePackagedoesSourceDirExistdescribePackagepackageVersion getShareGen$fMonoidCompileWriter liftModuleT$fMonadModuleCompilethunk stmtsThunk uniqueNamestryResolveNameunsafeResolveNamelookupNewtypeConstlookupNewtypeDestqualify qualifyQName bindToplevelforce isConstant parseResultconfigoptimizePatConditionsthrowthrowExp isWildCardAlt isWildCardPatffiExpwithScopedTmpJsNamewithScopedTmpNamewarn printSrcLoc typeToRecs typeToFieldsgetGhcPackageDbFlag runTopCompilehasLanguagePragmasifOptimizeNewtypesorigName2QNamereplaceWithBuiltInsioWarnprintSrcSpanInfo printSrcSpan recToFieldsshouldBeDesugaredhasLanguagePragmaOptStateOptimize FuncArity runOptimizer inlineMonadflattencollectoptimizeTopleveltcostripAndUncurrywalkAndStripForcesapplyToExpsInStmtsapplyToExpsInStmt collectFuncsexpArityuncurryBindingrenameUncurriedoptStmts optUncurry!getNonLocalExportsWithoutNewtypes isNewtype isNewtypeDest isNewtypeCons addModulePathaddedModulePath findTypeSiggetLocalExportsWithoutNewtypesDesugar unDesugar DesugarReaderreaderNameDepth readerNoInforeaderTmpNamePrefix runDesugarunscopedTmpNamestmpNamedesugarSection desugarDodesugarTupleCon desugarLCasedesugarMultiIfdesugarTupleSectiondesugarFieldPundesugarPatFieldPundesugarListComp checkEnumdesugarImplicitPreludedesugarToplevelFFITypeSigsdesugarInfixOphaskell-src-exts-1.16.0.1%Language.Haskell.Exts.Annotated.BuildopdesugarInfixPat desugarStmt'desugarFFITypeSigsdesugarBindsTypeSigsaddFFIExpTypeSigs transformBi universeBi transformBiM compilePat compilePVarcompilePatFields compilePLit compilePAsPatcompileNewtypePat compilePApp compilePList printJSString printJSPrettyident printConsprintConsUnQual printConsName reservedWords encodeName normalizeNameindentednewlinewritemapping intercalateM+>$fPrintablePrinter $fPrintable[]$fPrintableJsName$fPrintableJsExp$fPrintableModulePath$fPrintableJsStmt$fPrintable[]0$fPrintableName$fPrintableSpecialCon$fPrintableModuleName$fPrintableQName$fPrintableJsLit compileFFIExp warnDotUses emitFayToJstranscodingObjtranscodingObjForcedfunctionTypeArgsargType expandApp userDefinedjsToFayfayToJs translatetypeRep typeArity formatFFI explodeFields fayToJsHash jsToFayHash emitJsToFayargTypesgetIndextyvar compileVar compileLit compileApp compileApp' compileNegApp compileLetcompileLetDecl compileList compileIf compileCase compilePatAltcompileGuardedAlt compileGuards compileLambdacompileEnumFromcompileEnumFromTocompileEnumFromThencompileEnumFromThenTocompileRecConstrcompileRecUpdatemakeList optEnumFromTooptEnumFromThenTomaxStrictASLen compileDeclscompilePatBindcompileUnguardedRhscompileDataDeclcompileFunCase compileRhsmkTyVars faySourceDirdefaultCompileReaderdefaultCompileState typecheck startCompilecompileModuleFromFilecompileModuleFromName compileImport findImport initialPasspreprocessFileWithSource preprocessASTscanNewtypeDeclscompileNewtypeDeclscanRecordDecls scanTypeSigscompileFileWithSourcecreateModulePathgenerateExportsgenerateStrictExportsanStdlibModulecompileToModule