% G      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDE F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' ( ) * + , - . / 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 e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                         !"#$%&'()*+,-./0123456789:;<=>?@ABCDEF) `A portion of the source, extended with information on the position of entities within the span. !An entity located in the source. NA portion of the source, spanning one or more lines and zero or more columns.  !!A single position in the source. "#$%&6Combine two locations in the source to denote a span. 'FMerge two source spans into a single span from the start of the first I to the end of the second. Assumes that the two spans are given in the $ order they appear in the source. ()*+,-./0123*  !"#$%&'G()*+,-./0123)!"#$% &'()*+,-./0123 )     !"#$%"#$%&'()*+,-./0123454545455portablestable$Niklas Broberg, d00nibro@chalmers.se|6789A guarded case alternative | stmts -> exp. :;The right-hand sides of a case alternative, . which may be a single right-hand side or a  set of guarded ones. <gdpat =-> exp >An alt alternative in a case expression. ?@An fbind1 in a labeled construction or update expression. Arecord field wildcard Brecord field pun Cordinary label-expresion pair D A general  transqual in a list comprehension, 6 which could potentially be a transform of the kind ! enabled by TransformListComp. Ethen group by exp using exp Fthen group using exp Gthen group by exp Hthen exp by exp Ithen exp Jan ordinary statement K!A statement, representing both a stmt in a do -expression,  an ordinary qual' in a list comprehension, as well as a stmt  in a pattern guard. L%a recursive binding group for arrows Mlocal bindings Nan exp by itself: in a do -expression, & an action whose result is discarded; , in a list comprehension and pattern guard,  a guard expression O a generator: pat <- exp PAn fpat in a labeled record pattern. Qrecord field wildcard Rrecord field pun Sordinary label-pattern pair T An entity in a regular pattern. UVWXYZ[\]A regular pattern operator. ^?! = 0 or 1, greedy _? = 0 or 1 `+! = 1 or more, greedy a+ = 1 or more b*! = 0 or more, greedy c* = 0 or more dAn XML attribute in a pattern. ef*A pattern, to be matched against a value. gstrict (bang) pattern:  f !x = ... hquasi quote pattern: [$name| string |] i+Explicit generics style type argument e.g. f {| Int |} x = ... jXML regular list pattern kXML embedded pattern lXML PCDATA pattern mXML singleton element pattern nXML element pattern oregular list pattern pview patterns of the form (exp -> pat) qpattern with type signature rirrefutable pattern: ~pat swildcard pattern: _ t@ -pattern ulabelled pattern, record style vparenthesized pattern w list pattern xtuple pattern y'data constructor and argument patterns z'pattern with an infix data constructor { n+k pattern |negated pattern }literal constant ~ variable <Warning text to optionally use in the module header of e.g.  a deprecated module. BVariables used in a RULES pragma, optionally annotated with types The body of a RULES pragma. %Activation clause of a RULES pragma. &Recognised tools for OPTIONS pragmas. 9A top level options pragma, preceding the module header. AOPTIONS pragma, possibly qualified with a tool, e.g. OPTIONS_GHC CFILES pragma INCLUDE pragma LANGUAGE pragma 3The calling convention of a foreign function call. 'The safety of a foreign function call. safe (H) or threadsafe (I) unsafe %A template haskell splice expression !parenthesised expression splice: $(exp) variable splice: $var 'A template haskell bracket expression. declaration bracket:  [d| ... |] type bracket:  [t| ... |] pattern bracket:  [p| ... |] expression bracket: [| ... |] 3An xml attribute, which is a name-expression pair. )The name of an xml element or attribute, ( possibly qualified with a namespace. Haskell expressions. -higher-order arrow application (from right): exp >>- exp ,higher-order arrow application (from left): exp -<< exp  arrow application (from right): exp >- exp arrow application (from left): exp -< exp  arrows proc: proc pat -> exp GENERATED pragma  SCC pragma  CORE pragma &escaped haskell expression inside xml PCDATA child element #empty xml element, with attributes *xml element, with attributes and children quasi-quotaion: [$name| string |] #template haskell splice expression $template haskell bracket expression ''T( for template haskell reifying of types 'x. for template haskell reifying of expressions (expression with explicit type signature parallel list comprehension ordinary list comprehension bounded arithmetic sequence,  with first two elements given [from, then .. to] unbounded arithmetic sequence,  with first two elements given [from, then ..] bounded arithmetic sequence,  incrementing by 1  [from .. to] unbounded arithmetic sequence,  incrementing by 1: [from ..] record update expression record construction expression right section (qop exp)  left section (exp qop) parenthesised expression list expression tuple section expression, e.g. (,,3) tuple expression mdo -expression do -expression:  the last statement in the list  should be an expression. case exp of alts if exp then exp else exp local declarations with let ... in ... lambda expression negation expression -exp (unary minus) ordinary application infix application literal constant data constructor implicit parameter variable  variable literal E Values of this type hold the abstract value of the literal, not the 3 precise string representation used. For example, 10, 0o12 and 0xa  have the same representation. unboxed string literal unboxed character literal unboxed double literal unboxed float literal unboxed word literal unboxed integer literal floating point literal integer literal string literal character literal Class assertions. * In Haskell 98, the argument would be a tyvar, but this definition 5 allows multiple parameters, and allows them to be types. P Also extended with support for implicit parameters and equality constraints. type equality constraint implicit parameter assertion 4class assertion where the class name is given infix ordinary class assertion !A context is a set of assertions +A functional dependency, given on the form  l1 l2 ... ln -> r2 r3 .. rn An explicit kind annotation. a parenthesised kind ->!, the kind of a type constructor !, the kind of unboxed types *, the kind of types JA type variable declaration, optionally with an explicit kind annotation. ordinary variable binding &variable binding with kind annotation 3Flag denoting whether a tuple is boxed or unboxed. !A type qualified with a context. - An unqualified type has an empty context. "type with explicit kind signature infix type constructor type surrounded by parentheses named type or type constructor type variable "application of a type constructor list syntax, e.g. [a], as opposed to [] a tuple type, possibly boxed function type qualified type A guarded right hand side | stmts = exp. B The guard is a series of statements when using pattern guards, 7 otherwise it will be a single qualifier expression. 6The right hand side of a function or pattern binding. guarded right hand side (gdrhs) unguarded right hand side (exp)  BThe type of a constructor argument or field, optionally including  a strictness annotation.  0unboxed component, marked with an UNPACK pragma  non-strict component  strict component, marked with "!"  -Declarations inside an instance declaration. an INLINE pragma 5an associated data type implemented using GADT style 'an associated data type implementation an associated type definition ordinary declaration )Declarations inside a class declaration. .default choice for an associated type synonym *declaration of an associated type synonym 'declaration of an associated data type ordinary declaration BA single constructor declaration in a GADT data type declaration. +Declaration of a (list of) named field(s). -Declaration of an ordinary data constructor. record constructor infix data constructor ordinary data constructor  AA single constructor declaration within a data type declaration, 9 which may have an existential quantification binding. !"Clauses of a function binding. #$%$A binding of an implicit parameter. &'A binding group inside a let or where clause. ((A binding group for implicit parameters )An ordinary binding group *5A deriving clause following a data type declaration. +,%The head of an instance declaration. -./0)The head of a type or class declaration. 1234GA flag stating whether a declaration is a data or newtype declaration. 567A top-level declaration. 8A SPECIALISE instance pragma 9A SPECIALISE INLINE pragma :A SPECIALISE pragma ;An INLINE pragma <A WARNING pragma =A DEPRECATED pragma >A RULES pragma ?A foreign export declaration @A foreign import declaration AA pattern binding B"A set of function binding clauses CA type signature declaration D(A Template Haskell splicing declaration EA declaration of default types F!A declaration of operator fixity G"A standalone deriving declaration H(An declaration of a type class instance IA declaration of a type class J/A data family instance declaration, GADT style K#A data family instance declaration L#A type family instance declaration MA data family declaration N*A data OR newtype declaration, GADT style OA data OR newtype declaration PA type family declaration QA type declaration RAssociativity of an operator. S*right-associative operator (declared with infixr) T)left-associative operator (declared with infixl). U(non-associative operator (declared with infix) VFAn import specification, representing a single explicit item imported  (or hidden) from a module. WT(C_1,...,C_n): / a class imported with some of its methods, or 4 a datatype imported with some of its constructors. XT(..): . a class imported with all of its methods, or 3 a datatype imported with all of its constructors. YT: 0 the name of a class, datatype or type synonym. Z variable ['An explicit import specification list. \]An import declaration. ^_/annotation, used by parser for position of the import keyword. `name of the module imported. a imported  qualified? bimported with {-# SOURCE #-}? c$imported with explicit package name doptional alias name in an as clause. e(optional list of import specifications. fAn item in a module's export specification. gmodule M:  re-export a module. hT(C_1,...,C_n): / a class exported with some of its methods, or 4 a datatype exported with some of its constructors. iT(..): . a class exported with all of its methods, or 3 a datatype exported with all of its constructors. jT: * a class or datatype exported abstractly,  or a type synonym. k variable l"An explicit export specification. mnCThe head of a module, including the name and export specification. op"A complete Haskell source module. qBa hybrid module combining an XML document with an ordinary module r-a module consisting of a single XML document san ordinary Haskell module tA name (cname/) of a component of a class or data type in an import  or export specification. uname of a data constructor vname of a method or field wOperators appearing in infix# declarations are never qualified. xconstructor operator (conop) yvariable operator (varop) z$Possibly qualified infix operators (qop), appearing in expressions. {constructor operator (qconop) |variable operator (qvarop) }An implicit parameter name. ~%ident, linear implicit parameter ?ident , non-linear implicit parameter AThis type is used to represent variables, and also constructors. varsym or consym varid or conid. =This type is used to represent qualified variables, and also  qualified constructors. )built-in constructor with special syntax unqualified local name "name qualified with a module name "Constructors with special syntax. F These names are never qualified, and always refer to builtin type or  data constructors. $unboxed singleton tuple constructor (# #) list data constructor (:) n-ary tuple type and data  constructors (,) etc, possibly boxed (#,#) function type constructor -> list type constructor [] unit type and data constructor () The name of a Haskell module. |6789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~|psrqnolmfkjihg]^_`abcde[\VZYXWRUTS7QPONMLKJIHGFEDCBA@?>=<;:980321,/.-')(%& *+465 !    "$#KONMLDJIHGFE@CBA>?;=<9:f~}|{zyxwvutsrqponmlkjihgPSRQdeT\[ZYXWVU]cba`_^z|{wyxtvu}~678|678789::;=<<=>??@CBAABCDJIHGFEEFGHIJKONMLLMNOPSRQQRST\[ZYXWVUUVWXYZ[\]cba`_^^_`abcdeef~}|{zyxwvutsrqponmlkjihgghijklmnopqrstuvwxyz{|}~-           !!"$##$%&&')(()*++,/.--./0321123465567QPONMLKJIHGFEDCBA@?>=<;:9889:;<=>?@ABCDEFGHIJKLMNOPQRUTSSTUVZYXWWXYZ[\\]^_`abcde^_`abcdefkjihgghijklmmnoopsrqqrstvuuvwyxxyz|{{|}~~portable experimental$Niklas Broberg, d00nibro@chalmers.se11An identifier with the given string as its name. 4 The string should be a valid Haskell identifier. 2A symbol identifier. The string should be a valid  Haskell symbol identifier.  A local variable as expression. )Use the given identifier as an operator. $A qualified variable as expression. A pattern variable. -Application of expressions by juxtaposition. Apply an operator infix. )Apply a function to a list of arguments. /A constructor pattern, with argument patterns. A tuple expression. A tuple pattern. 1A tuple expression consisting of variables only. .A tuple pattern consisting of variables only. A function with a given name. A literal string expression.  A literal character expression. A literal integer expression. A literal string pattern. A literal character pattern. A literal integer pattern. +A do block formed by the given statements. , The last statement in the list should be  a N expression. -Lambda abstraction, given a list of argument $ patterns and an expression body. A let ... in block. A case expression. An unguarded alternative in a case expression. (An alternative with a single guard in a case expression. J!An unguarded righthand side of a case alternative. K)An list of guarded righthand sides for a case alternative. L&A single guarded righthand side for a case alternative. A list expression. The empty list expression. The empty list pattern. &Put parentheses around an expression. "Put parentheses around a pattern. "A qualifier expression statement. A generator statement: pat <- exp A let binding group as a statement. 0Hoist a set of declarations to a binding group. An empty binding group. The wildcard pattern: _ EGenerate k names by appending numbers 1 through k to a given string.  A function with a single clause >A function with a single clause, a single argument, no guards  and no where declarations :A pattern bind where the pattern is a variable, and where  there are no guards and no 'where' clause. :A pattern bind where the pattern is a variable, and where ! there are no guards, but with a 'where' clause. %Bind an identifier to an expression. 7Apply function of a given name to a list of arguments. 9Apply a constructor of a given name to a list of pattern - arguments, forming a constructor pattern. ...portablestable$Niklas Broberg, d00nibro@chalmers.sesGThings that can be pretty-printed, including all the syntactic objects  in Language.Haskell.Exts.Syntax. M%Pretty-print something in isolation. N0Pretty-print something in a precedence context. O;The document type produced by these pretty printers uses a   environment. PPretty printing monad QPretty-printing parameters. Note: the 3 must be positive and less than all other indents. #indentation of a class or instance indentation of a do -expression indentation of the body of a  case expression %indentation of the declarations in a  let expression %indentation of the declarations in a  where clause #indentation added for continuation ' lines that would otherwise be offside  blank lines between statements? Pretty-printing style to use add GHC-style LINE pragmas to output?  Varieties of layout we can use. everything on a single line )inline decls, with newlines between them classical layout made explicit classical layout CThe default mode: pretty-print using the offside rule and sensible  defaults. RSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~1render the document with a given style and mode. 'render the document with a given mode. render the document with . *pretty-print with a given style and mode. 6pretty-print with the default style and a given mode. (pretty-print with the default style and . ! !    portable stable %Niklas Broberg, d00nibro@chalmers.se @All AST elements that may include expressions which in turn may 9 need fixity tweaking will be instances of this class. 8Tweak any expressions in the element to account for the = fixities given. Assumes that all operator expressions are 0 fully left associative chains to begin with. The fixities to account for. The element to tweak. 9The same element, but with operator expressions updated. 9Operator fixities are represented by their associativity 5 (left, right or none) and their precedence (0-9). %All fixities defined in the Prelude. *All fixities defined in the base package. Note that the +++- operator appears in both Control.Arrows and ; Text.ParserCombinators.ReadP. The listed precedence for +++ in ( this list is that of Control.Arrows.    + portable  transient %Niklas Broberg, d00nibro@chalmers.se E+This datatype is a copy of the one in Cabal'%s Language.Haskell.Extension module. P The intention is to eventually import it from Cabal, but we need to wait for K the next release of Cabal which includes XmlSyntax and RegularPatterns.       !"#$%&'()*+,-./0123456789:;<=>?@AB=Certain extensions imply other extensions, and this function @ makes the implication explicit. This also handles deprecated / extensions, which imply their replacements. < The returned valued is the transitive closure of implied  extensions. &List of all known extensions. Poor man's  instance  (we can't enum with the  constructor). C"The list of extensions enabled by  GHC'#s portmanteau -fglasgow-exts flag. D)A clever version of read that returns an  $ if the string is not recognised. D      !"#$%&'()*+,-./0123456789:;<=>?@ABCDDA@?>=<;:9876543210/.-,+*)('&%$#"!      DBCD@A@?>=<;:9876543210/.-,+*)('&%$#"!            !"#$%&'()*+,-./0123456789:;<=>?@ABCDportablestable$Niklas Broberg, d00nibro@chalmers.seFMonad for parsing E%Static parameters governing a parse. , Note that the various parse functions in Language.Haskell.Exts.Parser 1 never look at LANGUAGE pragmas, regardless of  what the ignoreLanguagePragmas flag is set to.  Only the various  parseFile functions in Language.Haskell.Exts will  act on it, when set to H. FG'original name of the file being parsed H'list of extensions enabled for parsing Iif I, the parser won' t care about further extensions ' in LANGUAGE pragmas in source files J list of fixities to be aware of KThe result of a parse. L"The parse failed at the specified ) source location, with an error message. M'The parse succeeded, yielding a value. N7Retrieve the result of a successful parse, throwing an 2 error if the parse is actually not successful. O Default parameters for a parse. ' The default is an unknown filename, $ no extensions (i.e. Haskell 98),  don't ignore LANGUAGE pragmas, % and be aware of fixities from the Prelude. IDiscard some input characters (these must not include tabs or newlines). 5Discard the next character, which must be a newline. 1Discard the next character, which must be a tab.      5EFGHIJKLMNO     5EFGHIJFGHIJKMLLMNO      portable stable %Niklas Broberg, d00nibro@chalmers.se portablestable$Niklas Broberg, d00nibro@chalmers.se !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]) ^_`abcd] efghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~portablestable$Niklas Broberg, d00nibro@chalmers.se"type with explicit kind signature infix type constructor #assertion of an implicit parameter type surrounded by parentheses named type or type constructor type variable "application of a type constructor list syntax, e.g. [a], as opposed to [] a tuple type, possibly boxed function type  f !a = ... f {| Int |} x = ...  $...|... ''T 'x regular patterns only regular patterns only regular patterns only regular patterns only patterns only pre-ops  post-ops patterns only patterns only patterns only expression type signature parallel list comprehension bounded arithmetic sequence,  with first two elements given unbounded arithmetic sequence,  with first two elements given bounded arithmetic sequence,  incrementing by 1 unbounded arithmetic sequence,  incrementing by 1 record update expression record construction expression parenthesized expression 2 RightSection QOp PExp -- ^ right section (qop exp) list expression  tuple section expression, e.g. (,,3)  mdo -expression  | Tuple [PExp]$ -- ^ tuple expression  do -expression:  the last statement in the list  should be an expression.  case exp of alts  if exp then exp else exp local declarations with let lambda expression negation expression - exp ordinary application infix application literal constant data constructor implicit parameter variable  variable  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_t      #$(*+15<=?@BCDFGHIJKLMNOTUVWXYZt 6           #$(*+15<=?@BCDFGHIJKLMNOTUVWXYZ portablestable$Niklas Broberg, d00nibro@chalmers.se`abcdeP;Class to reuse the parse function at many different types. Q"Parse a string with default mode. R&Parse a string with an explicit mode. SKParse a string with an explicit mode, returning all comments along the AST fghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()TCParse of a string, which should contain a complete Haskell module. UPParse of a string containing a complete Haskell module, using an explicit mode. VdParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. W3Parse of a string containing a Haskell expression. XKParse of a string containing a Haskell expression, using an explicit mode. YdParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. Z0Parse of a string containing a Haskell pattern. [HParse of a string containing a Haskell pattern, using an explicit mode. \dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. ]>Parse of a string containing a Haskell top-level declaration. ^VParse of a string containing a Haskell top-level declaration, using an explicit mode. _dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. `-Parse of a string containing a Haskell type. aEParse of a string containing a Haskell type, using an explicit mode. bdParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. *+,cNPartial parse of a string starting with a series of top-level option pragmas. -./EFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcPQRSEFGHIJOKMLNTUVWXYZ[\]^_`abcPQRSQRSTUVWXYZ[\]^_`abc portablestable$Niklas Broberg, d00nibro@chalmers.se d;Parse a source file on disk, using the default parse mode. eKParse a source file on disk, with an extra set of extensions to know about , on top of what the file itself declares. f<Parse a source file on disk, supplying a custom parse mode. gh@Parse a source file from a string using the default parse mode. iQParse a source file from a string, with an extra set of extensions to know about , on top of what the file itself declares. j=Parse a source file from a string using a custom parse mode. kl3Gather the extensions declared in LANGUAGE pragmas # at the top of the file. Returns 0 if the  parse of the pragmas fails. 12n  !"#$%&'G()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkl dfeghjikl defghijkl portablestable$Niklas Broberg, d00nibro@chalmers.seemA guarded case alternative | stmts -> exp. noThe right-hand sides of a case alternative, . which may be a single right-hand side or a  set of guarded ones. pgdpat q-> exp rAn alt alternative in a case expression. stAn fbind1 in a labeled construction or update expression. urecord field wildcard vrecord field pun wordinary label-expresion pair x A general  transqual in a list comprehension, 6 which could potentially be a transform of the kind ! enabled by TransformListComp. ythen group by exp using exp zthen group using exp {then group by exp |then exp by exp }then exp ~an ordinary statement !A statement, representing both a stmt in a do -expression,  an ordinary qual' in a list comprehension, as well as a stmt  in a pattern guard. %a recursive binding group for arrows local bindings an exp by itself: in a do -expression, & an action whose result is discarded; , in a list comprehension and pattern guard,  a guard expression  a generator: pat <- exp An fpat in a labeled record pattern. record field wildcard record field pun ordinary label-pattern pair  An entity in a regular pattern. A regular pattern operator. ?! = 0 or 1, greedy ? = 0 or 1 +! = 1 or more, greedy + = 1 or more *! = 0 or more, greedy * = 0 or more An XML attribute in a pattern. *A pattern, to be matched against a value. strict (bang) pattern:  f !x = ... quasi quote patter: [$name| string |] +Explicit generics style type argument e.g. f {| Int |} x = ... XML regular list pattern XML embedded pattern XML PCDATA pattern XML singleton element pattern XML element pattern regular list pattern view patterns of the form (exp -> pat) pattern with type signature irrefutable pattern: ~pat wildcard pattern: _ @ -pattern labelled pattern, record style parenthesized pattern  list pattern tuple pattern 'data constructor and argument patterns 'pattern with an infix data constructor  n+k pattern negated pattern literal constant  variable <Warning text to optionally use in the module header of e.g.  a deprecated module. BVariables used in a RULES pragma, optionally annotated with types The body of a RULES pragma. %Activation clause of a RULES pragma. &Recognised tools for OPTIONS pragmas. 9A top level options pragma, preceding the module header. AOPTIONS pragma, possibly qualified with a tool, e.g. OPTIONS_GHC CFILES pragma INCLUDE pragma LANGUAGE pragma 3The calling convention of a foreign function call. 'The safety of a foreign function call. safe (H) or threadsafe (I) unsafe %A template haskell splice expression !parenthesised expression splice: $(exp) variable splice: $var 'A template haskell bracket expression. declaration bracket:  [d| ... |] type bracket:  [t| ... |] pattern bracket:  [p| ... |] expression bracket: [| ... |] 3An xml attribute, which is a name-expression pair. )The name of an xml element or attribute, ( possibly qualified with a namespace. Haskell expressions. -higher-order arrow application (from right): exp >>- exp ,higher-order arrow application (from left): exp -<< exp  arrow application (from right): exp >- exp arrow application (from left): exp -< exp  arrows proc: proc pat -> exp GENERATED pragma  SCC pragma  CORE pragma &escaped haskell expression inside xml PCDATA child element #empty xml element, with attributes *xml element, with attributes and children quasi-quotaion: [$name| string |] #template haskell splice expression $template haskell bracket expression ''T( for template haskell reifying of types 'x. for template haskell reifying of expressions (expression with explicit type signature parallel list comprehension ordinary list comprehension bounded arithmetic sequence,  with first two elements given [from, then .. to] unbounded arithmetic sequence,  with first two elements given [from, then ..] bounded arithmetic sequence,  incrementing by 1  [from .. to] unbounded arithmetic sequence,  incrementing by 1: [from ..] record update expression record construction expression right section (qop exp)  left section (exp qop) parenthesised expression list expression tuple section expression, e.g. (,,3) tuple expression mdo -expression do -expression:  the last statement in the list  should be an expression. case exp of alts if exp then exp else exp local declarations with let ... in ... lambda expression negation expression -exp (unary minus) ordinary application infix application literal constant  data constructor  implicit parameter variable   variable  literal E Values of this type hold the abstract value of the literal, not the 3 precise string representation used. For example, 10, 0o12 and 0xa  have the same representation.  unboxed string literal unboxed character literal unboxed double literal unboxed float literal unboxed word literal unboxed integer literal floating point literal integer literal string literal character literal Class assertions. * In Haskell 98, the argument would be a tyvar, but this definition 5 allows multiple parameters, and allows them to be types. P Also extended with support for implicit parameters and equality constraints. type equality constraint implicit parameter assertion 4class assertion where the class name is given infix ordinary class assertion !A context is a set of assertions +A functional dependency, given on the form  l1 l2 ... ln -> r2 r3 .. rn An explicit kind annotation.  ->!, the kind of a type constructor !!, the kind of unboxed types "*, the kind of types #JA type variable declaration, optionally with an explicit kind annotation. $ordinary variable binding %&variable binding with kind annotation &3Flag denoting whether a tuple is boxed or unboxed. '()!A type qualified with a context. - An unqualified type has an empty context. *"type with explicit kind signature +infix type constructor ,type surrounded by parentheses -named type or type constructor .type variable /"application of a type constructor 0list syntax, e.g. [a], as opposed to [] a 1tuple type, possibly boxed 2function type 3qualified type 4A guarded right hand side | stmts = exp. B The guard is a series of statements when using pattern guards, 7 otherwise it will be a single qualifier expression. 566The right hand side of a function or pattern binding. 7guarded right hand side (gdrhs) 8unguarded right hand side (exp) 9BThe type of a constructor argument or field, optionally including  a strictness annotation. :0unboxed component, marked with an UNPACK pragma ;non-strict component <strict component, marked with "!" =-Declarations inside an instance declaration. >an INLINE pragma ?5an associated data type implemented using GADT style @'an associated data type implementation Aan associated type definition Bordinary declaration C)Declarations inside a class declaration. D.default choice for an associated type synonym E*declaration of an associated type synonym F'declaration of an associated data type Gordinary declaration HBA single constructor declaration in a GADT data type declaration. IJ-Declaration of an ordinary data constructor. Krecord constructor Linfix data constructor Mordinary data constructor NAA single constructor declaration within a data type declaration, 9 which may have an existential quantification binding. OPClauses of a function binding. QR$A binding of an implicit parameter. STA binding group inside a let or where clause. U(A binding group for implicit parameters VAn ordinary binding group WGA flag stating whether a declaration is a data or newtype declaration. XYZA top-level declaration. [A SPECIALISE instance pragma \A SPECIALISE INLINE pragma ]A SPECIALISE pragma ^An INLINE pragma _A WARNING pragma `A DEPRECATED pragma aA RULES pragma bA foreign export declaration cA foreign import declaration dA pattern binding e"A set of function binding clauses fA type signature declaration g(A Template Haskell splicing declaration hA declaration of default types i!A declaration of operator fixity j"A standalone deriving declaration k(An declaration of a type class instance lA declaration of a type class m/A data family instance declaration, GADT style n#A data family instance declaration o#A type family instance declaration pA data family declaration q*A data OR newtype declaration, GADT style rA data OR newtype declaration sA type family declaration tA type declaration uLA single derived instance, which may have arguments since it may be a MPTC. vAssociativity of an operator. w*right-associative operator (declared with infixr) x)left-associative operator (declared with infixl). y(non-associative operator (declared with infix) zFAn import specification, representing a single explicit item imported  (or hidden) from a module. {T(C_1,...,C_n): / a class imported with some of its methods, or 4 a datatype imported with some of its constructors. |T(..): . a class imported with all of its methods, or 3 a datatype imported with all of its constructors. }T: 0 the name of a class, datatype or type synonym. ~ variable An import declaration. position of the import keyword. name of the module imported.  imported  qualified? imported with {-# SOURCE #-}? $imported with explicit package name optional alias name in an as clause. (optional list of import specifications.  The 3 is I if the names are excluded  by hiding. An item in a module's export specification. module M:  re-export a module. T(C_1,...,C_n): / a class exported with some of its methods, or 4 a datatype exported with some of its constructors. T(..): . a class exported with all of its methods, or 3 a datatype exported with all of its constructors. T: * a class or datatype exported abstractly,  or a type synonym.  variable "A complete Haskell source module. A name (cname/) of a component of a class or data type in an import  or export specification. name of a data constructor name of a method or field Operators appearing in infix# declarations are never qualified. constructor operator (conop) variable operator (varop) $Possibly qualified infix operators (qop), appearing in expressions. constructor operator (qconop) variable operator (qvarop) An implicit parameter name. %ident, linear implicit parameter ?ident , non-linear implicit parameter AThis type is used to represent variables, and also constructors. varsym or consym varid or conid. =This type is used to represent qualified variables, and also  qualified constructors. )built-in constructor with special syntax unqualified local name "name qualified with a module name "Constructors with special syntax. F These names are never qualified, and always refer to builtin type or  data constructors. $unboxed singleton tuple constructor (# #) list data constructor (:) n-ary tuple type and data  constructors (,) etc, possibly boxed (#,#) function type constructor -> list type constructor [] unit type and data constructor () The name of a Haskell module. A position in the source. emnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ez~}|{vyxwZtsrqponmlkjihgfedcba`_^]\[TVURSCGFED=BA@?>uWYXJMLKNOHI9<;:PQ68745)3210/.-,+*&('"! #%$   x~}|{zytwvursoqpmn  emnnoqppqrsstwvuuvwx~}|{zyyz{|}~-         "!  !"#%$$%&(''() 3210/.-,+**+,-./0123455687789<;::;<=BA@?>>?@ABCGFEDDEFGHIIJMLKKLMNOOPQQRSSTVUUVWYXXYZtsrqponmlkjihgfedcba`_^]\[[\]^_`abcdefghijklmnopqrstuvyxwwxyz~}|{{|}~ portable experimental$Niklas Broberg, d00nibro@chalmers.se11An identifier with the given string as its name. 4 The string should be a valid Haskell identifier. 2A symbol identifier. The string should be a valid  Haskell symbol identifier.  A local variable as expression. )Use the given identifier as an operator. $A qualified variable as expression. A pattern variable. -Application of expressions by juxtaposition. Apply an operator infix. )Apply a function to a list of arguments. /A constructor pattern, with argument patterns. A tuple expression. A tuple pattern. 1A tuple expression consisting of variables only. .A tuple pattern consisting of variables only. A function with a given name. A literal string expression.  A literal character expression. A literal integer expression. A literal string pattern. A literal character pattern. A literal integer pattern. +A do block formed by the given statements. , The last statement in the list should be  a  expression. -Lambda abstraction, given a list of argument $ patterns and an expression body. A let ... in block. A case expression. An unguarded alternative in a case expression. (An alternative with a single guard in a case expression. 4!An unguarded righthand side of a case alternative. 5)An list of guarded righthand sides for a case alternative. 6&A single guarded righthand side for a case alternative. A list expression. The empty list expression. The empty list pattern. &Put parentheses around an expression. "Put parentheses around a pattern. "A qualifier expression statement. A generator statement: pat <- exp A let binding group as a statement. 0Hoist a set of declarations to a binding group. An empty binding group. The wildcard pattern: _ EGenerate k names by appending numbers 1 through k to a given string.  A function with a single clause >A function with a single clause, a single argument, no guards  and no where declarations :A pattern bind where the pattern is a variable, and where  there are no guards and no 'where' clause. :A pattern bind where the pattern is a variable, and where ! there are no guards, but with a 'where' clause. %Bind an identifier to an expression. 7Apply function of a given name to a list of arguments. 9Apply a constructor of a given name to a list of pattern - arguments, forming a constructor pattern. ... portablestable$Niklas Broberg, d00nibro@chalmers.seuGThings that can be pretty-printed, including all the syntactic objects  in Language.Haskell.Exts.Syntax. 7%Pretty-print something in isolation. 80Pretty-print something in a precedence context. 9;The document type produced by these pretty printers uses a   environment. :Pretty printing monad ;Pretty-printing parameters. Note: the 3 must be positive and less than all other indents. #indentation of a class or instance indentation of a do -expression indentation of the body of a  case expression %indentation of the declarations in a  let expression %indentation of the declarations in a  where clause #indentation added for continuation ' lines that would otherwise be offside   blank lines between statements?  Pretty-printing style to use  add GHC-style LINE pragmas to output?    Varieties of layout we can use. everything on a single line )inline decls, with newlines between them classical layout made explicit classical layout CThe default mode: pretty-print using the offside rule and sensible  defaults. <=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghi1render the document with a given style and mode. j'render the document with a given mode. krender the document with . *pretty-print with a given style and mode. 6pretty-print with the default style and a given mode. (pretty-print with the default style and . lmnopqrstuvwxyz{|}~!      !                 portable stable %Niklas Broberg, d00nibro@chalmers.se @All AST elements that may include expressions which in turn may 9 need fixity tweaking will be instances of this class. 8Tweak any expressions in the element to account for the = fixities given. Assumes that all operator expressions are 0 fully left associative chains to begin with. The fixities to account for. The element to tweak. 9The same element, but with operator expressions updated. 9Operator fixities are represented by their associativity 5 (left, right or none) and their precedence (0-9). %All fixities defined in the Prelude. *All fixities defined in the base package. Note that the +++- operator appears in both Control.Arrows and ; Text.ParserCombinators.ReadP. The listed precedence for +++ in ( this list is that of Control.Arrows.     ! !! !  !portablestable$Niklas Broberg, d00nibro@chalmers.seFMonad for parsing "%Static parameters governing a parse. , Note that the various parse functions in Language.Haskell.Exts.Parser 1 never look at LANGUAGE pragmas, regardless of  what the ignoreLanguagePragmas flag is set to.  Only the various  parseFile functions in Language.Haskell.Exts will  act on it, when set to H. #$'original name of the file being parsed %'list of extensions enabled for parsing &if I, the parser won' t care about further extensions ' in LANGUAGE pragmas in source files ' list of fixities to be aware of (The result of a parse. )"The parse failed at the specified ) source location, with an error message. *'The parse succeeded, yielding a value. +7Retrieve the result of a successful parse, throwing an 2 error if the parse is actually not successful. , Default parameters for a parse. ' The default is an unknown filename, $ no extensions (i.e. Haskell 98),  don't ignore LANGUAGE pragmas, % and be aware of fixities from the Prelude. IDiscard some input characters (these must not include tabs or newlines). 5Discard the next character, which must be a newline. 1Discard the next character, which must be a tab. 5"#$%&'()*+,5"#$%&'#$%&'(*))*+,portablestable$Niklas Broberg, d00nibro@chalmers.se                 )       ]   ! " # $ % & ' ( ) * + , - . / 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 e f g h i j k l m n o p q r s t u v w x y z { |                           ! " # $ % & ' ( ) * + , - . / 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 bԅ Y X W V U T S R Q P O N M L K J I H G F E D C B A @ ? > = < ; : 9 8 7 6 5 4 3 2 1 0 / . - , + * ) ( ' & % $ # " !                                                      ! " # $ % & ' ( ) * + , - . / 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 bportablestable$Niklas Broberg, d00nibro@chalmers.se } ~  "type with explicit kind signature infix type constructor #assertion of an implicit parameter type surrounded by parentheses named type or type constructor type variable "application of a type constructor list syntax, e.g. [a], as opposed to [] a tuple type, possibly boxed function type  f !a = ... f {| Int |} x = ...  $...|... ''T 'x regular patterns only regular patterns only regular patterns only regular patterns only patterns only pre-ops  post-ops patterns only patterns only patterns only expression type signature parallel list comprehension bounded arithmetic sequence,  with first two elements given unbounded arithmetic sequence,  with first two elements given bounded arithmetic sequence,  incrementing by 1 unbounded arithmetic sequence,  incrementing by 1 record update expression record construction expression parenthesized expression 2 RightSection QOp PExp -- ^ right section (qop exp) list expression tuple section expression, e.g. (,,3) mdo -expression  | Tuple [PExp]$ -- ^ tuple expression do -expression:  the last statement in the list  should be an expression. case exp of alts if exp then exp else exp local declarations with let lambda expression negation expression - exp ordinary application infix application literal constant data constructor implicit parameter variable  variable               u } ~      u }  ~ ~    6     portablestable$Niklas Broberg, d00nibro@chalmers.se      -;Class to reuse the parse function at many different types. ."Parse a string with default mode. /&Parse a string with an explicit mode. 0KParse a string with an explicit mode, returning all comments along the AST      ! " # $ % & ' ( ) * + , - . / 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 e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 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 e f g h i j k l m n o p q r s t u v w x y z { | } ~  1CParse of a string, which should contain a complete Haskell module. 2PParse of a string containing a complete Haskell module, using an explicit mode. 3dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. 43Parse of a string containing a Haskell expression. 5KParse of a string containing a Haskell expression, using an explicit mode. 6dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. 70Parse of a string containing a Haskell pattern. 8HParse of a string containing a Haskell pattern, using an explicit mode. 9dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. :>Parse of a string containing a Haskell top-level declaration. ;VParse of a string containing a Haskell top-level declaration, using an explicit mode. <dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. =-Parse of a string containing a Haskell type. >EParse of a string containing a Haskell type, using an explicit mode. ?dParse of a string containing a complete Haskell module, using an explicit mode, retaining comments. @NPartial parse of a string starting with a series of top-level option pragmas. "#$%&'()*+,-./0123456789:;<=>?@-./0"#$%&',(*)+123456789:;<=>?@-./0./0123456789:;<=>?@portablestable$Niklas Broberg, d00nibro@chalmers.se A;Parse a source file on disk, using the default parse mode. BKParse a source file on disk, with an extra set of extensions to know about , on top of what the file itself declares. C<Parse a source file on disk, supplying a custom parse mode. D@Parse a source file from a string using the default parse mode. QParse a source file from a string, with an extra set of extensions to know about , on top of what the file itself declares. E=Parse a source file from a string using a custom parse mode. F3Gather the extensions declared in LANGUAGE pragmas # at the top of the file. Returns 0 if the  parse of the pragmas fails. )       !"#$%&'()*+,-./0123456789:;<=>?@ABCDmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFACBDEFABCDEF  !"#$%&'()*+,,-.//012234567889:;<=>?@ABCDEFGHIJJKLMNNOOPQQRSTRUVWXYZU[\]^_`abcdefghijklmnopqrsttuvwxyz{|}~        !!"#$"%%&'&(()*+,,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZZ[[\]^_`abcdefghiijjklmknopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<<=>?@ABCDE F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b N N O O P Q Q R S T R U V W X Y Z U [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t t u v w x y z { | } ~                           c                                                                                                                                            " # $ " % % & & ( ( ) * + 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 [ [ d ] ^ _ ` a b c d e f g h k k n o p q r s t u v w x y z { | } ~            8 8 9 : ;                                                                                                     Jef<<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\^`bghijhiklmnopqrrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    STR      !"#$%&'()*+,-./01234 5 6 7 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 e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' ( ) * + , - . / 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 e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                    hi l m n o p q r r s t u v w x y z { | } ~                                                                                    !"#$%&'()*+,-./6789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    STR      !"#$%&'()*+,- 0 1234567789:;;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  _ haskell-src-exts-1.1.4&Language.Haskell.Exts.Annotated.Pretty&Language.Haskell.Exts.Annotated.SrcLoc(Language.Haskell.Exts.Annotated.Comments&Language.Haskell.Exts.Annotated.Syntax%Language.Haskell.Exts.Annotated.Build&Language.Haskell.Exts.Annotated.Fixity*Language.Haskell.Exts.Annotated.ExactPrintLanguage.Haskell.Exts.Extension&Language.Haskell.Exts.Annotated.ParserLanguage.Haskell.Exts.AnnotatedLanguage.Haskell.Exts.SyntaxLanguage.Haskell.Exts.BuildLanguage.Haskell.Exts.PrettyLanguage.Haskell.Exts.FixityLanguage.Haskell.Exts.CommentsLanguage.Haskell.Exts.ParserLanguage.Haskell.Exts*Language.Haskell.Exts.Annotated.ParseMonadLanguage.Haskell.Exts.ExtScheme%Language.Haskell.Exts.Annotated.Lexer*Language.Haskell.Exts.Annotated.ParseUtils Language.Haskell.Exts.ParseMonadLanguage.Haskell.Exts.Lexer Language.Haskell.Exts.ParseUtilspretty-1.0.1.1Text.PrettyPrint.HughesPJstyleribbonsPerLine lineLengthmodeStylePageMode ZigZagModeLeftMode OneLineModeModeSrcInfo toSrcInfo fromSrcInfo getPointLocfileName startLine startColumn SrcSpanInfo srcInfoSpan srcInfoPointsLoclocunLocSrcSpansrcSpanFilenamesrcSpanStartLinesrcSpanStartColumnsrcSpanEndLinesrcSpanEndColumnSrcLoc srcFilenamesrcLine srcColumn mkSrcSpan mergeSrcSpan noInfoSpannIS pointInfoSpanpISinfoSpaniS combSpanInfo<++><+?><**<^^>Comment Annotatedannamap GuardedAlt GuardedAlts UnGuardedAltAlt FieldUpdate FieldWildcardFieldPunQualStmt GroupByUsing GroupUsingGroupByThenBy ThenTransStmtRecStmtLetStmt Qualifier GeneratorPatFieldPFieldWildcard PFieldPun PFieldPatRPatRPPatRPParenRPAsRPCAsRPGuardRPSeqRPEitherRPOpRPatOpRPOptGRPOptRPPlusGRPPlusRPStarGRPStarPXAttrPatPBangPat PQuasiQuote PExplTypeArgPXRPatsPXPatTagPXPcdataPXETagPXTagPRPatPViewPat PatTypeSigPIrrPat PWildCardPAsPatPRecPParenPListPTuplePApp PInfixAppPNPlusKPNegPLitPVar WarningTextWarnTextDeprTextRuleVar TypedRuleVarRule Activation ActiveUntil ActiveFromTool UnknownToolHADDOCKYHCNHC98HUGSGHC OptionPragma OptionsPragma CFilesPragma IncludePragmaLanguagePragmaCallConvCCallStdCallSafetyPlaySafe PlayRiskySplice ParenSpliceIdSpliceBracket DeclBracket TypeBracket PatBracket ExpBracketXAttrXNameXDomNameExpRightArrHighAppLeftArrHighApp RightArrApp LeftArrAppProc GenPragma SCCPragma CorePragmaXExpTagXPcdataXETagXTag QuasiQuote SpliceExp BracketExpTypQuoteVarQuote ExpTypeSigParCompListCompEnumFromThenTo EnumFromThen EnumFromToEnumFrom RecUpdate RecConstr RightSection LeftSectionParenList TupleSectionTupleMDoDoCaseIfLetLambdaNegAppAppInfixAppLitConIPVarVarLiteral PrimStringPrimChar PrimDouble PrimFloatPrimWordPrimIntFracIntStringCharAsstEqualPIParamInfixAClassAContextCxEmptyCxParenCxTupleCxSingleFunDepKind KindParenKindFnKindBangKindStar TyVarBind UnkindedVar KindedVarBoxedUnboxedTypeTyKindTyInfixTyParenTyConTyVarTyAppTyListTyTupleTyFunTyForall GuardedRhsRhs GuardedRhss UnGuardedRhsBangType UnpackedTy UnBangedTyBangedTyInstDecl InsInlineInsGDataInsDataInsTypeInsDecl ClassDeclClsTyDefClsTyFam ClsDataFamClsDeclGadtDecl FieldDeclConDeclRecDecl InfixConDecl QualConDeclMatch InfixMatchIPBindBindsIPBindsBDeclsDerivingInstHeadIHParenIHInfixIHeadDeclHeadDHParenDHInfixDHead DataOrNewNewTypeDataTypeDeclInstSig SpecInlineSigSpecSig InlineSigWarnPragmaDeclDeprPragmaDeclRulePragmaDeclForExpForImpPatBindFunBindTypeSig SpliceDecl DefaultDecl InfixDecl DerivDecl GDataInsDecl DataInsDecl TypeInsDecl DataFamDecl GDataDeclDataDecl TypeFamDeclTypeDeclAssoc AssocRight AssocLeft AssocNone ImportSpec IThingWith IThingAllIAbsIVarImportSpecList ImportDecl importAnn importModuleimportQualified importSrc importPkgimportAs importSpecs ExportSpecEModuleContents EThingWith EThingAllEAbsEVarExportSpecList ModuleHeadModule XmlHybridXmlPageCNameConNameVarNameOpConOpVarOpQOpQConOpQVarOpIPNameIPLinIPDupNameSymbolIdentQNameSpecialUnQualQual SpecialConUnboxedSingleConConsTupleConFunConListConUnitCon ModuleName prelude_modmain_mod main_name unit_con_nametuple_con_namelist_cons_nameunboxed_singleton_con_nameunit_con tuple_conunboxed_singleton_conas_namequalified_name hiding_name minus_name bang_namedot_name star_name export_name safe_name unsafe_namethreadsafe_name stdcall_name ccall_nameunit_tycon_namefun_tycon_namelist_tycon_nameunboxed_singleton_tycon_nametuple_tycon_name unit_tycon fun_tycon list_tyconunboxed_singleton_tycon tuple_tycon=~=namesymvaropqvarpvarappinfixAppappFunpApptuplepTuplevarTuple pvarTuplefunctionstrEcharEintEstrPcharPintPdoElamEletEcaseEaltaltGWlistEeListpeListparenpParenqualStmtgenStmtletStmtbindsnoBindswildcardgenNamessfun simpleFunpatBind patBindWherenameBind metaFunction metaConPatPrettyPPHsMode classIndentdoIndent caseIndent letIndent whereIndent onsideIndentspacinglayout linePragmasIndentPPLayout PPNoLayoutPPInLine PPSemiColon PPOffsideRule defaultModeprettyPrintStyleModeprettyPrintWithMode prettyPrint AppFixity applyFixitiesFixitypreludeFixities baseFixitiesinfixr_infixl_infix_ExactP exactPrint ExtensionUnknownExtension TupleSectionsRegularPatterns XmlSyntax ViewPatternsTransformListComp QuasiQuotesPostfixOperatorsNewQualifiedOperatorsImpredicativeTypesPackageImportsConstrainedClassMethodsDeriveDataTypeable UnboxedTuplesExtendedDefaultRulesRelaxedPolyRecNoMonoPatBinds MonoPatBindsGADTsOverloadedStringsDisambiguateRecordFields RecordPunsRecordWildCards TypeOperatorsLiberalTypeSynonymsUnliftedFFITypesPatternSignatures UnicodeSyntaxStandaloneDeriving TypeFamilies MagicHash HereDocumentsRestrictedTypeSynonymsExtensibleRecordsGeneralizedNewtypeDeriving PatternGuardsNamedFieldPunsNoImplicitPreludeGenericsArrowsForeignFunctionInterfaceTemplateHaskellTypeSynonymInstances BangPatternsKindSignaturesCPPEmptyDataDeclsFlexibleInstancesFlexibleContextsImplicitParamsScopedTypeVariablesExistentialQuantificationPolymorphicComponents RankNTypes Rank2TypesExplicitForallFunctionalDependenciesNoMonomorphismRestrictionMultiParamTypeClassesParallelListComp RecursiveDoIncoherentInstancesUndecidableInstancesOverlappingInstances impliesExts glasgowExtsclassifyExtension ParseMode parseFilename extensionsignoreLanguagePragmasfixities ParseResult ParseFailedParseOkfromParseResultdefaultParseMode Parseableparse parseWithModeparseWithComments parseModuleparseModuleWithModeparseModuleWithCommentsparseExpparseExpWithModeparseExpWithCommentsparsePatparsePatWithModeparsePatWithComments parseDeclparseDeclWithModeparseDeclWithComments parseTypeparseTypeWithModeparseTypeWithComments getTopPragmas parseFileparseFileWithExtsparseFileWithModeparseFileWithCommentsparseFileContentsparseFileContentsWithExtsparseFileContentsWithModeparseFileContentsWithCommentsreadExtensions AlwaysActive importLoc MultiLine SingleLine isNullSpanghc-primGHC.BoolFalseTrueunGAltgAltsgAltpretty prettyPrecDocDocMthenDocM then_DocMretDocMunDocMgetPPEnvemptynesttextptextcharintintegerfloatdoublerationalparensbracketsbracesquotes doubleQuotesparensIfsemicommacolonspaceequalslparenrparenlbrackrbracklbracerbrace<><+>$$$+$hcathsepvcatsepcatfsepfcathang punctuaterenderStyleModerenderWithModerenderfullRenderWithMode fullRender ppWarnTxtppWhereppSig ppWarnDepr ppRuleVars ppDerivingppBTypeppAType prec_btype prec_atypeppForall ppOptKind ppFunDeps ppQNameInfixppQName ppNameInfixppName isSymbolNamegetName specialName ppContextmaybePP parenList hashParenList braceList bracketList flatBlock prettyBlock blanklinetopLevelppBody$$$mySepmyVcat myFsepSimplemyFsep layoutChoicemarkLineL askFixitynullAnnfixity appFixDeclsexactPEPPosposrunEPgetPossetPos printString getComment dropCommentnewLinepadUntilmPrintComments printCommentprintWhitespace printStringAtexactPCprintSeq printStrs printPointsprintInterleavedprintInterleaved' printStreams interleavemaybeEP squareList curlyList layoutListisSymbolepQName epInfixQNameepName epInfixNameprintWarndeprs sepFunBindsknownExtensionsbaseGHC.EnumEnumLexrunLPrunP ParseStateCtxtFlag ExtContext CodeTagCtxt CloseTagCtxt ChildCtxtTagCtxtHarpCtxtCodeCtxt LexContextLayoutNoLayout ParseStatusFailedOkindentOfParseStaterunParserWithMode runParserrunParserWithModeCommentsatSrcLoc getSrcLoc getModuleNamepushCurrentContext currentIndent pushContext popContextpushExtContext popExtContext getExtensions pushCtxtFlag pullDoStatusgetInputdiscard lexNewlinelexTabnextTab tAB_LENGTHlexWhile alternativecheckBOLsetBOL startToken getOffside getSrcLocL pushContextL popContextL pullCtxtFlagflagDo getExtContextpushExtContextLpopExtContextLgetExtensionsL pushCommentEnabled isEnabled MExtScheme ExtSchemeAllAnyTokenEOFKW_CCall KW_StdCall KW_Threadsafe KW_UnsafeKW_Safe KW_Export KW_Foreign KW_QualifiedKW_WhereKW_UsingKW_TypeKW_ThenKW_RecKW_ProcKW_Of KW_NewType KW_ModuleKW_Let KW_Instance KW_InfixR KW_InfixLKW_InfixKW_In KW_ImportKW_If KW_HidingKW_Group KW_Forall KW_FamilyKW_ElseKW_MDoKW_Do KW_Deriving KW_DefaultKW_DataKW_ClassKW_CaseKW_ByKW_AsINCLUDELANGUAGECFILESOPTIONSUNPACKCORE GENERATEDSCCWARNING DEPRECATEDSOURCESPECIALISE_INLINE SPECIALISEINLINERULES PragmaEnd XRPatClose XRPatOpenXPCDATAXEmptyTagClose XCloseTagOpen XStdTagClose XStdTagOpen XCodeTagClose XCodeTagOpenRPCAt RPGuardClose RPGuardOpen THQuasiQuote THTyQuote THVarQuote THParenEscape THIdEscape THCloseQuote THTypQuote THDecQuote THPatQuote THExpQuoteRightDblArrowTailLeftDblArrowTailRightArrowTail LeftArrowTailStar ExclamationMinus DoubleArrowTildeAt RightArrow LeftArrowBar BackslashEquals DoubleColonColonDotDotDot BackQuote UnderscoreComma RightSquare LeftSquare VRightCurly RightCurly LeftCurly SemiColon RightCurlyBar LeftCurlyBarRightHashParen LeftHashParen RightParen LeftParen StringHash CharacterHash DoubleTokHash FloatTokHash WordTokHash IntTokHash StringTok CharacterFloatTokIntTokQConSymQVarSymConSymVarSymDVarIdQConIdConId ILinVarId IDupVarIdQVarIdVarId reserved_opsspecial_varops reserved_idsspecial_varidspragmasisIdent isHSymbol matchCharlexertopLexer lexWhiteSpaceisRecognisedPragmalexNestedCommentlexBOLlexToken lexChildCtxt lexPCDATAlexCodeTagCtxtlexCloseTagCtxt lexTagCtxt lexHarpToken lexStdTokenlexPragmaStart lexRawPragmalexDecimalOrFloatlexHashlexConIdOrQual lexCharacter lexString lexEscapelexOctallexHexadecimal lexDecimal parseIntegerflagKWPAsstPTypeTyPredPContext ParseXAttr PFieldUpdatePExpBangPat ExplTypeArgXRPatsCAsRPEitherRPGuardRPSeqRPViewPatPreOpPostOpIrrPatWildCardAsPatS splitTyConApp checkEnabledcheckPatternGuards checkPContextcheckAssertion checkSContext checkContext checkAsstcheckAsstParamcheckDataHeadercheckClassHeader checkSimple isTyVarBind toTyVarBindcheckInstHeader checkInsts checkDeriving checkPatterncheckPat splitBang checkPatField checkPAttrpatFail checkRPattern checkRPatOp fixRPOpPrec mkChildrenPat checkExpr checkAttr check1Expr check2Exprs check3ExprscheckManyExprs mCheckExpr checkRuleExprreadTool checkField getGConName checkValDefisFunLhs checkSigVarcheckClassBody checkInstBodycheckMethodDef checkUnQual checkEqNames checkPrecmkRecConstrOrUpdate checkRevDeclscheckRevClsDeclscheckRevInstDeclscheckDataOrNewcheckSimpleType checkTypecheckT check1Type check2Types checkTypescheckPageModulecheckHybridModulemkDVar mkTyForall p_unit_con p_tuple_conp_unboxed_singleton_con HappyAddrHappyA#HappyStk Happy_IntList HappyConsHappyAny HappyAbsSynhappyIn9 happyOut9 happyIn10 happyOut10 happyIn11 happyOut11 happyIn12 happyOut12 happyIn13 happyOut13 happyIn14 happyOut14 happyIn15 happyOut15 happyIn16 happyOut16 happyIn17 happyOut17 happyIn18 happyOut18 happyIn19 happyOut19 happyIn20 happyOut20 happyIn21 happyOut21 happyIn22 happyOut22 happyIn23 happyOut23 happyIn24 happyOut24 happyIn25 happyOut25 happyIn26 happyOut26 happyIn27 happyOut27 happyIn28 happyOut28 happyIn29 happyOut29 happyIn30 happyOut30 happyIn31 happyOut31 happyIn32 happyOut32 happyIn33 happyOut33 happyIn34 happyOut34 happyIn35 happyOut35 happyIn36 happyOut36 happyIn37 happyOut37 happyIn38 happyOut38 happyIn39 happyOut39 happyIn40 happyOut40 happyIn41 happyOut41 happyIn42 happyOut42 happyIn43 happyOut43 happyIn44 happyOut44 happyIn45 happyOut45 happyIn46 happyOut46 happyIn47 happyOut47 happyIn48 happyOut48 happyIn49 happyOut49 happyIn50 happyOut50 happyIn51 happyOut51 happyIn52 happyOut52 happyIn53 happyOut53 happyIn54 happyOut54 happyIn55 happyOut55 happyIn56 happyOut56 happyIn57 happyOut57 happyIn58 happyOut58 happyIn59 happyOut59 happyIn60 happyOut60 happyIn61 happyOut61 happyIn62 happyOut62 happyIn63 happyOut63 happyIn64 happyOut64 happyIn65 happyOut65 happyIn66 happyOut66 happyIn67 happyOut67 happyIn68 happyOut68 happyIn69 happyOut69 happyIn70 happyOut70 happyIn71 happyOut71 happyIn72 happyOut72 happyIn73 happyOut73 happyIn74 happyOut74 happyIn75 happyOut75 happyIn76 happyOut76 happyIn77 happyOut77 happyIn78 happyOut78 happyIn79 happyOut79 happyIn80 happyOut80 happyIn81 happyOut81 happyIn82 happyOut82 happyIn83 happyOut83 happyIn84 happyOut84 happyIn85 happyOut85 happyIn86 happyOut86 happyIn87 happyOut87 happyIn88 happyOut88 happyIn89 happyOut89 happyIn90 happyOut90 happyIn91 happyOut91 happyIn92 happyOut92 happyIn93 happyOut93 happyIn94 happyOut94 happyIn95 happyOut95 happyIn96 happyOut96 happyIn97 happyOut97 happyIn98 happyOut98 happyIn99 happyOut99 happyIn100 happyOut100 happyIn101 happyOut101 happyIn102 happyOut102 happyIn103 happyOut103 happyIn104 happyOut104 happyIn105 happyOut105 happyIn106 happyOut106 happyIn107 happyOut107 happyIn108 happyOut108 happyIn109 happyOut109 happyIn110 happyOut110 happyIn111 happyOut111 happyIn112 happyOut112 happyIn113 happyOut113 happyIn114 happyOut114 happyIn115 happyOut115 happyIn116 happyOut116 happyIn117 happyOut117 happyIn118 happyOut118 happyIn119 happyOut119 happyIn120 happyOut120 happyIn121 happyOut121 happyIn122 happyOut122 happyIn123 happyOut123 happyIn124 happyOut124 happyIn125 happyOut125 happyIn126 happyOut126 happyIn127 happyOut127 happyIn128 happyOut128 happyIn129 happyOut129 happyIn130 happyOut130 happyIn131 happyOut131 happyIn132 happyOut132 happyIn133 happyOut133 happyIn134 happyOut134 happyIn135 happyOut135 happyIn136 happyOut136 happyIn137 happyOut137 happyIn138 happyOut138 happyIn139 happyOut139 happyIn140 happyOut140 happyIn141 happyOut141 happyIn142 happyOut142 happyIn143 happyOut143 happyIn144 happyOut144 happyIn145 happyOut145 happyIn146 happyOut146 happyIn147 happyOut147 happyIn148 happyOut148 happyIn149 happyOut149 happyIn150 happyOut150 happyIn151 happyOut151 happyIn152 happyOut152 happyIn153 happyOut153 happyIn154 happyOut154 happyIn155 happyOut155 happyIn156 happyOut156 happyIn157 happyOut157 happyIn158 happyOut158 happyIn159 happyOut159 happyIn160 happyOut160 happyIn161 happyOut161 happyIn162 happyOut162 happyIn163 happyOut163 happyIn164 happyOut164 happyIn165 happyOut165 happyIn166 happyOut166 happyIn167 happyOut167 happyIn168 happyOut168 happyIn169 happyOut169 happyIn170 happyOut170 happyIn171 happyOut171 happyIn172 happyOut172 happyIn173 happyOut173 happyIn174 happyOut174 happyIn175 happyOut175 happyIn176 happyOut176 happyIn177 happyOut177 happyIn178 happyOut178 happyIn179 happyOut179 happyIn180 happyOut180 happyIn181 happyOut181 happyIn182 happyOut182 happyIn183 happyOut183 happyIn184 happyOut184 happyIn185 happyOut185 happyIn186 happyOut186 happyIn187 happyOut187 happyIn188 happyOut188 happyIn189 happyOut189 happyIn190 happyOut190 happyIn191 happyOut191 happyIn192 happyOut192 happyIn193 happyOut193 happyIn194 happyOut194 happyIn195 happyOut195 happyIn196 happyOut196 happyIn197 happyOut197 happyIn198 happyOut198 happyIn199 happyOut199 happyIn200 happyOut200 happyIn201 happyOut201 happyIn202 happyOut202 happyIn203 happyOut203 happyIn204 happyOut204 happyIn205 happyOut205 happyIn206 happyOut206 happyIn207 happyOut207 happyIn208 happyOut208 happyIn209 happyOut209 happyIn210 happyOut210 happyIn211 happyOut211 happyIn212 happyOut212 happyIn213 happyOut213 happyIn214 happyOut214 happyIn215 happyOut215 happyIn216 happyOut216 happyIn217 happyOut217 happyIn218 happyOut218 happyIn219 happyOut219 happyIn220 happyOut220 happyIn221 happyOut221 happyIn222 happyOut222 happyIn223 happyOut223 happyIn224 happyOut224 happyIn225 happyOut225 happyInTok happyOutTokhappyActOffsetshappyGotoOffsetshappyDefActions happyCheck happyTable happyThen happyReturn happyReturn1 happyError' parseError simpleParse modeParse commentParse happyTcHack happyDoSeq happyDontSeq Data.MaybeNothing ppContentsdelitBoolppModuleHeaderppFieldpageFunmkPage mkPageModule mkDVarExpr happyIn226 happyOut226