haskell-src-exts 1.12.0 → 1.13.0
raw patch · 13 files changed
+6954/−6852 lines, 13 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Language.Haskell.Exts.Extension: DoAndIfThenElse :: Extension
+ Language.Haskell.Exts.Extension: NPlusKPatterns :: Extension
+ Language.Haskell.Exts.Extension: haskell2010 :: [Extension]
+ Language.Haskell.Exts.Extension: haskell98 :: [Extension]
+ Language.Haskell.Exts.SrcLoc: spanSize :: SrcSpan -> (Int, Int)
Files
- CHANGELOG +21/−0
- Test/examples/ForeignImport.hs +2/−0
- Test/examples/IfThenElseLayout.hs +1/−0
- Test/examples/NPlusK.hs +1/−0
- Test/failing.txt +0/−2
- dist/build/Language/Haskell/Exts/InternalParser.hs +6857/−6833
- haskell-src-exts.cabal +9/−4
- src/Language/Haskell/Exts/Annotated/ExactPrint.hs +31/−9
- src/Language/Haskell/Exts/Extension.hs +17/−0
- src/Language/Haskell/Exts/InternalParser.ly +6/−1
- src/Language/Haskell/Exts/ParseMonad.hs +2/−2
- src/Language/Haskell/Exts/ParseUtils.hs +1/−0
- src/Language/Haskell/Exts/SrcLoc.hs +6/−1
CHANGELOG view
@@ -1,3 +1,24 @@+** 1.13.x + +1.12.0 --> 1.13.0 +=============== + +* Add extensions DoAndIfThenElse and NPlusKPatterns to + Language.Haskell.Exts.Extensions. + +* DoAndIfThenElse is now supported, at long last, + making HSE compatible with Haskell2010 + +* Introduce haskell98 and haskell2010 extension groups, + exported from Language.Haskell.Exts.Extensions. + +* Backwards-incompatible change: default parse mode + is now to use haskell2010, which means the following + features are recognized by default: DoAndIfThenElse, + PatternGuards, ForeignFunctionInterface, EmptyDataDecls. + NPlusKPatterns is no longer recognized by default. + + ** 1.12.x 1.11.1 --> 1.12.0
Test/examples/ForeignImport.hs view
@@ -1,2 +1,4 @@+{- If compiled without ForeignFunctionInterface (part of Haskell2010), + it complains not about FFI but about missing TemplateHaskell -} foreign import ccall unsafe "getProgArgv" getProgArgv :: Ptr CInt -> Ptr (Ptr CString) -> IO ()
Test/examples/IfThenElseLayout.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DoAndIfThenElse #-} module IfThenElseLayout where askCardsForExchange :: Hand -> IO [Card]
Test/examples/NPlusK.hs view
@@ -1,2 +1,3 @@+{-# LANGUAGE NPlusKPatterns #-} f (n+3) = n
Test/failing.txt view
@@ -1,5 +1,3 @@-IfThenElseLayout.hs New layout rules for if-then-else not yet supported. GADTRecord.hs GADT records not yet supported. DoRec.hs DoRec not yet supported. -ForeignImport.hs Shouldn't succeed. Lacks ForeignFunctionInterface pragma, but complains about missing TemplateHaskell. CStyleLinePragmas.hs Shouldn't succeed. HSE does not and will not support C-style line pragmas.
dist/build/Language/Haskell/Exts/InternalParser.hs view
@@ -868,6839 +868,6863 @@ happyOut144 :: (HappyAbsSyn ) -> (PExp L) happyOut144 x = unsafeCoerce# x {-# INLINE happyOut144 #-}-happyIn145 :: (PExp L) -> (HappyAbsSyn )-happyIn145 x = unsafeCoerce# x-{-# INLINE happyIn145 #-}-happyOut145 :: (HappyAbsSyn ) -> (PExp L)-happyOut145 x = unsafeCoerce# x-{-# INLINE happyOut145 #-}-happyIn146 :: (PExp L) -> (HappyAbsSyn )-happyIn146 x = unsafeCoerce# x-{-# INLINE happyIn146 #-}-happyOut146 :: (HappyAbsSyn ) -> (PExp L)-happyOut146 x = unsafeCoerce# x-{-# INLINE happyOut146 #-}-happyIn147 :: (PExp L) -> (HappyAbsSyn )-happyIn147 x = unsafeCoerce# x-{-# INLINE happyIn147 #-}-happyOut147 :: (HappyAbsSyn ) -> (PExp L)-happyOut147 x = unsafeCoerce# x-{-# INLINE happyOut147 #-}-happyIn148 :: ([Pat L]) -> (HappyAbsSyn )-happyIn148 x = unsafeCoerce# x-{-# INLINE happyIn148 #-}-happyOut148 :: (HappyAbsSyn ) -> ([Pat L])-happyOut148 x = unsafeCoerce# x-{-# INLINE happyOut148 #-}-happyIn149 :: (Pat L) -> (HappyAbsSyn )-happyIn149 x = unsafeCoerce# x-{-# INLINE happyIn149 #-}-happyOut149 :: (HappyAbsSyn ) -> (Pat L)-happyOut149 x = unsafeCoerce# x-{-# INLINE happyOut149 #-}-happyIn150 :: (PExp L) -> (HappyAbsSyn )-happyIn150 x = unsafeCoerce# x-{-# INLINE happyIn150 #-}-happyOut150 :: (HappyAbsSyn ) -> (PExp L)-happyOut150 x = unsafeCoerce# x-{-# INLINE happyOut150 #-}-happyIn151 :: (PExp L) -> (HappyAbsSyn )-happyIn151 x = unsafeCoerce# x-{-# INLINE happyIn151 #-}-happyOut151 :: (HappyAbsSyn ) -> (PExp L)-happyOut151 x = unsafeCoerce# x-{-# INLINE happyOut151 #-}-happyIn152 :: (PExp L) -> (HappyAbsSyn )-happyIn152 x = unsafeCoerce# x-{-# INLINE happyIn152 #-}-happyOut152 :: (HappyAbsSyn ) -> (PExp L)-happyOut152 x = unsafeCoerce# x-{-# INLINE happyOut152 #-}-happyIn153 :: ([S]) -> (HappyAbsSyn )-happyIn153 x = unsafeCoerce# x-{-# INLINE happyIn153 #-}-happyOut153 :: (HappyAbsSyn ) -> ([S])-happyOut153 x = unsafeCoerce# x-{-# INLINE happyOut153 #-}-happyIn154 :: (PExp L) -> (HappyAbsSyn )-happyIn154 x = unsafeCoerce# x-{-# INLINE happyIn154 #-}-happyOut154 :: (HappyAbsSyn ) -> (PExp L)-happyOut154 x = unsafeCoerce# x-{-# INLINE happyOut154 #-}-happyIn155 :: (([Maybe (PExp L)],[S])) -> (HappyAbsSyn )-happyIn155 x = unsafeCoerce# x-{-# INLINE happyIn155 #-}-happyOut155 :: (HappyAbsSyn ) -> (([Maybe (PExp L)],[S]))-happyOut155 x = unsafeCoerce# x-{-# INLINE happyOut155 #-}-happyIn156 :: (([PExp L],[S])) -> (HappyAbsSyn )-happyIn156 x = unsafeCoerce# x-{-# INLINE happyIn156 #-}-happyOut156 :: (HappyAbsSyn ) -> (([PExp L],[S]))-happyOut156 x = unsafeCoerce# x-{-# INLINE happyOut156 #-}-happyIn157 :: (PExp L) -> (HappyAbsSyn )-happyIn157 x = unsafeCoerce# x-{-# INLINE happyIn157 #-}-happyOut157 :: (HappyAbsSyn ) -> (PExp L)-happyOut157 x = unsafeCoerce# x-{-# INLINE happyOut157 #-}-happyIn158 :: (PExp L) -> (HappyAbsSyn )-happyIn158 x = unsafeCoerce# x-{-# INLINE happyIn158 #-}-happyOut158 :: (HappyAbsSyn ) -> (PExp L)-happyOut158 x = unsafeCoerce# x-{-# INLINE happyOut158 #-}-happyIn159 :: ([PExp L]) -> (HappyAbsSyn )-happyIn159 x = unsafeCoerce# x-{-# INLINE happyIn159 #-}-happyOut159 :: (HappyAbsSyn ) -> ([PExp L])-happyOut159 x = unsafeCoerce# x-{-# INLINE happyOut159 #-}-happyIn160 :: (PExp L) -> (HappyAbsSyn )-happyIn160 x = unsafeCoerce# x-{-# INLINE happyIn160 #-}-happyOut160 :: (HappyAbsSyn ) -> (PExp L)-happyOut160 x = unsafeCoerce# x-{-# INLINE happyOut160 #-}-happyIn161 :: (XName L) -> (HappyAbsSyn )-happyIn161 x = unsafeCoerce# x-{-# INLINE happyIn161 #-}-happyOut161 :: (HappyAbsSyn ) -> (XName L)-happyOut161 x = unsafeCoerce# x-{-# INLINE happyOut161 #-}-happyIn162 :: (Loc String) -> (HappyAbsSyn )-happyIn162 x = unsafeCoerce# x-{-# INLINE happyIn162 #-}-happyOut162 :: (HappyAbsSyn ) -> (Loc String)-happyOut162 x = unsafeCoerce# x-{-# INLINE happyOut162 #-}-happyIn163 :: (Loc String) -> (HappyAbsSyn )-happyIn163 x = unsafeCoerce# x-{-# INLINE happyIn163 #-}-happyOut163 :: (HappyAbsSyn ) -> (Loc String)-happyOut163 x = unsafeCoerce# x-{-# INLINE happyOut163 #-}-happyIn164 :: ([ParseXAttr L]) -> (HappyAbsSyn )-happyIn164 x = unsafeCoerce# x-{-# INLINE happyIn164 #-}-happyOut164 :: (HappyAbsSyn ) -> ([ParseXAttr L])-happyOut164 x = unsafeCoerce# x-{-# INLINE happyOut164 #-}-happyIn165 :: (ParseXAttr L) -> (HappyAbsSyn )-happyIn165 x = unsafeCoerce# x-{-# INLINE happyIn165 #-}-happyOut165 :: (HappyAbsSyn ) -> (ParseXAttr L)-happyOut165 x = unsafeCoerce# x-{-# INLINE happyOut165 #-}-happyIn166 :: (Maybe (PExp L)) -> (HappyAbsSyn )-happyIn166 x = unsafeCoerce# x-{-# INLINE happyIn166 #-}-happyOut166 :: (HappyAbsSyn ) -> (Maybe (PExp L))-happyOut166 x = unsafeCoerce# x-{-# INLINE happyOut166 #-}-happyIn167 :: (L -> PExp L) -> (HappyAbsSyn )-happyIn167 x = unsafeCoerce# x-{-# INLINE happyIn167 #-}-happyOut167 :: (HappyAbsSyn ) -> (L -> PExp L)-happyOut167 x = unsafeCoerce# x-{-# INLINE happyOut167 #-}-happyIn168 :: (([PExp L],[S])) -> (HappyAbsSyn )-happyIn168 x = unsafeCoerce# x-{-# INLINE happyIn168 #-}-happyOut168 :: (HappyAbsSyn ) -> (([PExp L],[S]))-happyOut168 x = unsafeCoerce# x-{-# INLINE happyOut168 #-}-happyIn169 :: (([[QualStmt L]],[S])) -> (HappyAbsSyn )-happyIn169 x = unsafeCoerce# x-{-# INLINE happyIn169 #-}-happyOut169 :: (HappyAbsSyn ) -> (([[QualStmt L]],[S]))-happyOut169 x = unsafeCoerce# x-{-# INLINE happyOut169 #-}-happyIn170 :: (([QualStmt L],[S])) -> (HappyAbsSyn )-happyIn170 x = unsafeCoerce# x-{-# INLINE happyIn170 #-}-happyOut170 :: (HappyAbsSyn ) -> (([QualStmt L],[S]))-happyOut170 x = unsafeCoerce# x-{-# INLINE happyOut170 #-}-happyIn171 :: (QualStmt L) -> (HappyAbsSyn )-happyIn171 x = unsafeCoerce# x-{-# INLINE happyIn171 #-}-happyOut171 :: (HappyAbsSyn ) -> (QualStmt L)-happyOut171 x = unsafeCoerce# x-{-# INLINE happyOut171 #-}-happyIn172 :: (QualStmt L) -> (HappyAbsSyn )-happyIn172 x = unsafeCoerce# x-{-# INLINE happyIn172 #-}-happyOut172 :: (HappyAbsSyn ) -> (QualStmt L)-happyOut172 x = unsafeCoerce# x-{-# INLINE happyOut172 #-}-happyIn173 :: (([Stmt L],[S])) -> (HappyAbsSyn )-happyIn173 x = unsafeCoerce# x-{-# INLINE happyIn173 #-}-happyOut173 :: (HappyAbsSyn ) -> (([Stmt L],[S]))-happyOut173 x = unsafeCoerce# x-{-# INLINE happyOut173 #-}-happyIn174 :: (Stmt L) -> (HappyAbsSyn )-happyIn174 x = unsafeCoerce# x-{-# INLINE happyIn174 #-}-happyOut174 :: (HappyAbsSyn ) -> (Stmt L)-happyOut174 x = unsafeCoerce# x-{-# INLINE happyOut174 #-}-happyIn175 :: (([Alt L],L,[S])) -> (HappyAbsSyn )-happyIn175 x = unsafeCoerce# x-{-# INLINE happyIn175 #-}-happyOut175 :: (HappyAbsSyn ) -> (([Alt L],L,[S]))-happyOut175 x = unsafeCoerce# x-{-# INLINE happyOut175 #-}-happyIn176 :: (([Alt L],[S])) -> (HappyAbsSyn )-happyIn176 x = unsafeCoerce# x-{-# INLINE happyIn176 #-}-happyOut176 :: (HappyAbsSyn ) -> (([Alt L],[S]))-happyOut176 x = unsafeCoerce# x-{-# INLINE happyOut176 #-}-happyIn177 :: (([Alt L],[S])) -> (HappyAbsSyn )-happyIn177 x = unsafeCoerce# x-{-# INLINE happyIn177 #-}-happyOut177 :: (HappyAbsSyn ) -> (([Alt L],[S]))-happyOut177 x = unsafeCoerce# x-{-# INLINE happyOut177 #-}-happyIn178 :: (Alt L) -> (HappyAbsSyn )-happyIn178 x = unsafeCoerce# x-{-# INLINE happyIn178 #-}-happyOut178 :: (HappyAbsSyn ) -> (Alt L)-happyOut178 x = unsafeCoerce# x-{-# INLINE happyOut178 #-}-happyIn179 :: (GuardedAlts L) -> (HappyAbsSyn )-happyIn179 x = unsafeCoerce# x-{-# INLINE happyIn179 #-}-happyOut179 :: (HappyAbsSyn ) -> (GuardedAlts L)-happyOut179 x = unsafeCoerce# x-{-# INLINE happyOut179 #-}-happyIn180 :: (([GuardedAlt L],L)) -> (HappyAbsSyn )-happyIn180 x = unsafeCoerce# x-{-# INLINE happyIn180 #-}-happyOut180 :: (HappyAbsSyn ) -> (([GuardedAlt L],L))-happyOut180 x = unsafeCoerce# x-{-# INLINE happyOut180 #-}-happyIn181 :: (GuardedAlt L) -> (HappyAbsSyn )-happyIn181 x = unsafeCoerce# x-{-# INLINE happyIn181 #-}-happyOut181 :: (HappyAbsSyn ) -> (GuardedAlt L)-happyOut181 x = unsafeCoerce# x-{-# INLINE happyOut181 #-}-happyIn182 :: (Pat L) -> (HappyAbsSyn )-happyIn182 x = unsafeCoerce# x-{-# INLINE happyIn182 #-}-happyOut182 :: (HappyAbsSyn ) -> (Pat L)-happyOut182 x = unsafeCoerce# x-{-# INLINE happyOut182 #-}-happyIn183 :: (([Stmt L],L,[S])) -> (HappyAbsSyn )-happyIn183 x = unsafeCoerce# x-{-# INLINE happyIn183 #-}-happyOut183 :: (HappyAbsSyn ) -> (([Stmt L],L,[S]))-happyOut183 x = unsafeCoerce# x-{-# INLINE happyOut183 #-}-happyIn184 :: (([Stmt L],[S])) -> (HappyAbsSyn )-happyIn184 x = unsafeCoerce# x-{-# INLINE happyIn184 #-}-happyOut184 :: (HappyAbsSyn ) -> (([Stmt L],[S]))-happyOut184 x = unsafeCoerce# x-{-# INLINE happyOut184 #-}-happyIn185 :: (([Stmt L],[S])) -> (HappyAbsSyn )-happyIn185 x = unsafeCoerce# x-{-# INLINE happyIn185 #-}-happyOut185 :: (HappyAbsSyn ) -> (([Stmt L],[S]))-happyOut185 x = unsafeCoerce# x-{-# INLINE happyOut185 #-}-happyIn186 :: (Stmt L) -> (HappyAbsSyn )-happyIn186 x = unsafeCoerce# x-{-# INLINE happyIn186 #-}-happyOut186 :: (HappyAbsSyn ) -> (Stmt L)-happyOut186 x = unsafeCoerce# x-{-# INLINE happyOut186 #-}-happyIn187 :: (([PFieldUpdate L],[S])) -> (HappyAbsSyn )-happyIn187 x = unsafeCoerce# x-{-# INLINE happyIn187 #-}-happyOut187 :: (HappyAbsSyn ) -> (([PFieldUpdate L],[S]))-happyOut187 x = unsafeCoerce# x-{-# INLINE happyOut187 #-}-happyIn188 :: (PFieldUpdate L) -> (HappyAbsSyn )-happyIn188 x = unsafeCoerce# x-{-# INLINE happyIn188 #-}-happyOut188 :: (HappyAbsSyn ) -> (PFieldUpdate L)-happyOut188 x = unsafeCoerce# x-{-# INLINE happyOut188 #-}-happyIn189 :: (([IPBind L],[S])) -> (HappyAbsSyn )-happyIn189 x = unsafeCoerce# x-{-# INLINE happyIn189 #-}-happyOut189 :: (HappyAbsSyn ) -> (([IPBind L],[S]))-happyOut189 x = unsafeCoerce# x-{-# INLINE happyOut189 #-}-happyIn190 :: (([IPBind L],[S])) -> (HappyAbsSyn )-happyIn190 x = unsafeCoerce# x-{-# INLINE happyIn190 #-}-happyOut190 :: (HappyAbsSyn ) -> (([IPBind L],[S]))-happyOut190 x = unsafeCoerce# x-{-# INLINE happyOut190 #-}-happyIn191 :: (IPBind L) -> (HappyAbsSyn )-happyIn191 x = unsafeCoerce# x-{-# INLINE happyIn191 #-}-happyOut191 :: (HappyAbsSyn ) -> (IPBind L)-happyOut191 x = unsafeCoerce# x-{-# INLINE happyOut191 #-}-happyIn192 :: (PExp L) -> (HappyAbsSyn )-happyIn192 x = unsafeCoerce# x-{-# INLINE happyIn192 #-}-happyOut192 :: (HappyAbsSyn ) -> (PExp L)-happyOut192 x = unsafeCoerce# x-{-# INLINE happyOut192 #-}-happyIn193 :: (Name L) -> (HappyAbsSyn )-happyIn193 x = unsafeCoerce# x-{-# INLINE happyIn193 #-}-happyOut193 :: (HappyAbsSyn ) -> (Name L)-happyOut193 x = unsafeCoerce# x-{-# INLINE happyOut193 #-}-happyIn194 :: (Name L) -> (HappyAbsSyn )-happyIn194 x = unsafeCoerce# x-{-# INLINE happyIn194 #-}-happyOut194 :: (HappyAbsSyn ) -> (Name L)-happyOut194 x = unsafeCoerce# x-{-# INLINE happyOut194 #-}-happyIn195 :: (QName L) -> (HappyAbsSyn )-happyIn195 x = unsafeCoerce# x-{-# INLINE happyIn195 #-}-happyOut195 :: (HappyAbsSyn ) -> (QName L)-happyOut195 x = unsafeCoerce# x-{-# INLINE happyOut195 #-}-happyIn196 :: (IPName L) -> (HappyAbsSyn )-happyIn196 x = unsafeCoerce# x-{-# INLINE happyIn196 #-}-happyOut196 :: (HappyAbsSyn ) -> (IPName L)-happyOut196 x = unsafeCoerce# x-{-# INLINE happyOut196 #-}-happyIn197 :: (Name L) -> (HappyAbsSyn )-happyIn197 x = unsafeCoerce# x-{-# INLINE happyIn197 #-}-happyOut197 :: (HappyAbsSyn ) -> (Name L)-happyOut197 x = unsafeCoerce# x-{-# INLINE happyOut197 #-}-happyIn198 :: (QName L) -> (HappyAbsSyn )-happyIn198 x = unsafeCoerce# x-{-# INLINE happyIn198 #-}-happyOut198 :: (HappyAbsSyn ) -> (QName L)-happyOut198 x = unsafeCoerce# x-{-# INLINE happyOut198 #-}-happyIn199 :: (Name L) -> (HappyAbsSyn )-happyIn199 x = unsafeCoerce# x-{-# INLINE happyIn199 #-}-happyOut199 :: (HappyAbsSyn ) -> (Name L)-happyOut199 x = unsafeCoerce# x-{-# INLINE happyOut199 #-}-happyIn200 :: (QName L) -> (HappyAbsSyn )-happyIn200 x = unsafeCoerce# x-{-# INLINE happyIn200 #-}-happyOut200 :: (HappyAbsSyn ) -> (QName L)-happyOut200 x = unsafeCoerce# x-{-# INLINE happyOut200 #-}-happyIn201 :: (QName L) -> (HappyAbsSyn )-happyIn201 x = unsafeCoerce# x-{-# INLINE happyIn201 #-}-happyOut201 :: (HappyAbsSyn ) -> (QName L)-happyOut201 x = unsafeCoerce# x-{-# INLINE happyOut201 #-}-happyIn202 :: (Name L) -> (HappyAbsSyn )-happyIn202 x = unsafeCoerce# x-{-# INLINE happyIn202 #-}-happyOut202 :: (HappyAbsSyn ) -> (Name L)-happyOut202 x = unsafeCoerce# x-{-# INLINE happyOut202 #-}-happyIn203 :: (QName L) -> (HappyAbsSyn )-happyIn203 x = unsafeCoerce# x-{-# INLINE happyIn203 #-}-happyOut203 :: (HappyAbsSyn ) -> (QName L)-happyOut203 x = unsafeCoerce# x-{-# INLINE happyOut203 #-}-happyIn204 :: (Op L) -> (HappyAbsSyn )-happyIn204 x = unsafeCoerce# x-{-# INLINE happyIn204 #-}-happyOut204 :: (HappyAbsSyn ) -> (Op L)-happyOut204 x = unsafeCoerce# x-{-# INLINE happyOut204 #-}-happyIn205 :: (QOp L) -> (HappyAbsSyn )-happyIn205 x = unsafeCoerce# x-{-# INLINE happyIn205 #-}-happyOut205 :: (HappyAbsSyn ) -> (QOp L)-happyOut205 x = unsafeCoerce# x-{-# INLINE happyOut205 #-}-happyIn206 :: (QOp L) -> (HappyAbsSyn )-happyIn206 x = unsafeCoerce# x-{-# INLINE happyIn206 #-}-happyOut206 :: (HappyAbsSyn ) -> (QOp L)-happyOut206 x = unsafeCoerce# x-{-# INLINE happyOut206 #-}-happyIn207 :: (QName L) -> (HappyAbsSyn )-happyIn207 x = unsafeCoerce# x-{-# INLINE happyIn207 #-}-happyOut207 :: (HappyAbsSyn ) -> (QName L)-happyOut207 x = unsafeCoerce# x-{-# INLINE happyOut207 #-}-happyIn208 :: (QName L) -> (HappyAbsSyn )-happyIn208 x = unsafeCoerce# x-{-# INLINE happyIn208 #-}-happyOut208 :: (HappyAbsSyn ) -> (QName L)-happyOut208 x = unsafeCoerce# x-{-# INLINE happyOut208 #-}-happyIn209 :: (Name L) -> (HappyAbsSyn )-happyIn209 x = unsafeCoerce# x-{-# INLINE happyIn209 #-}-happyOut209 :: (HappyAbsSyn ) -> (Name L)-happyOut209 x = unsafeCoerce# x-{-# INLINE happyOut209 #-}-happyIn210 :: (Name L) -> (HappyAbsSyn )-happyIn210 x = unsafeCoerce# x-{-# INLINE happyIn210 #-}-happyOut210 :: (HappyAbsSyn ) -> (Name L)-happyOut210 x = unsafeCoerce# x-{-# INLINE happyOut210 #-}-happyIn211 :: (IPName L) -> (HappyAbsSyn )-happyIn211 x = unsafeCoerce# x-{-# INLINE happyIn211 #-}-happyOut211 :: (HappyAbsSyn ) -> (IPName L)-happyOut211 x = unsafeCoerce# x-{-# INLINE happyOut211 #-}-happyIn212 :: (QName L) -> (HappyAbsSyn )-happyIn212 x = unsafeCoerce# x-{-# INLINE happyIn212 #-}-happyOut212 :: (HappyAbsSyn ) -> (QName L)-happyOut212 x = unsafeCoerce# x-{-# INLINE happyOut212 #-}-happyIn213 :: (Name L) -> (HappyAbsSyn )-happyIn213 x = unsafeCoerce# x-{-# INLINE happyIn213 #-}-happyOut213 :: (HappyAbsSyn ) -> (Name L)-happyOut213 x = unsafeCoerce# x-{-# INLINE happyOut213 #-}-happyIn214 :: (QName L) -> (HappyAbsSyn )-happyIn214 x = unsafeCoerce# x-{-# INLINE happyIn214 #-}-happyOut214 :: (HappyAbsSyn ) -> (QName L)-happyOut214 x = unsafeCoerce# x-{-# INLINE happyOut214 #-}-happyIn215 :: (Name L) -> (HappyAbsSyn )-happyIn215 x = unsafeCoerce# x-{-# INLINE happyIn215 #-}-happyOut215 :: (HappyAbsSyn ) -> (Name L)-happyOut215 x = unsafeCoerce# x-{-# INLINE happyOut215 #-}-happyIn216 :: (QName L) -> (HappyAbsSyn )-happyIn216 x = unsafeCoerce# x-{-# INLINE happyIn216 #-}-happyOut216 :: (HappyAbsSyn ) -> (QName L)-happyOut216 x = unsafeCoerce# x-{-# INLINE happyOut216 #-}-happyIn217 :: (QName L) -> (HappyAbsSyn )-happyIn217 x = unsafeCoerce# x-{-# INLINE happyIn217 #-}-happyOut217 :: (HappyAbsSyn ) -> (QName L)-happyOut217 x = unsafeCoerce# x-{-# INLINE happyOut217 #-}-happyIn218 :: (Name L) -> (HappyAbsSyn )-happyIn218 x = unsafeCoerce# x-{-# INLINE happyIn218 #-}-happyOut218 :: (HappyAbsSyn ) -> (Name L)-happyOut218 x = unsafeCoerce# x-{-# INLINE happyOut218 #-}-happyIn219 :: (Name L) -> (HappyAbsSyn )-happyIn219 x = unsafeCoerce# x-{-# INLINE happyIn219 #-}-happyOut219 :: (HappyAbsSyn ) -> (Name L)-happyOut219 x = unsafeCoerce# x-{-# INLINE happyOut219 #-}-happyIn220 :: (QName L) -> (HappyAbsSyn )-happyIn220 x = unsafeCoerce# x-{-# INLINE happyIn220 #-}-happyOut220 :: (HappyAbsSyn ) -> (QName L)-happyOut220 x = unsafeCoerce# x-{-# INLINE happyOut220 #-}-happyIn221 :: (Literal L) -> (HappyAbsSyn )-happyIn221 x = unsafeCoerce# x-{-# INLINE happyIn221 #-}-happyOut221 :: (HappyAbsSyn ) -> (Literal L)-happyOut221 x = unsafeCoerce# x-{-# INLINE happyOut221 #-}-happyIn222 :: (S) -> (HappyAbsSyn )-happyIn222 x = unsafeCoerce# x-{-# INLINE happyIn222 #-}-happyOut222 :: (HappyAbsSyn ) -> (S)-happyOut222 x = unsafeCoerce# x-{-# INLINE happyOut222 #-}-happyIn223 :: (S) -> (HappyAbsSyn )-happyIn223 x = unsafeCoerce# x-{-# INLINE happyIn223 #-}-happyOut223 :: (HappyAbsSyn ) -> (S)-happyOut223 x = unsafeCoerce# x-{-# INLINE happyOut223 #-}-happyIn224 :: (ModuleName L) -> (HappyAbsSyn )-happyIn224 x = unsafeCoerce# x-{-# INLINE happyIn224 #-}-happyOut224 :: (HappyAbsSyn ) -> (ModuleName L)-happyOut224 x = unsafeCoerce# x-{-# INLINE happyOut224 #-}-happyIn225 :: (Name L) -> (HappyAbsSyn )-happyIn225 x = unsafeCoerce# x-{-# INLINE happyIn225 #-}-happyOut225 :: (HappyAbsSyn ) -> (Name L)-happyOut225 x = unsafeCoerce# x-{-# INLINE happyOut225 #-}-happyIn226 :: (QName L) -> (HappyAbsSyn )-happyIn226 x = unsafeCoerce# x-{-# INLINE happyIn226 #-}-happyOut226 :: (HappyAbsSyn ) -> (QName L)-happyOut226 x = unsafeCoerce# x-{-# INLINE happyOut226 #-}-happyIn227 :: (Name L) -> (HappyAbsSyn )-happyIn227 x = unsafeCoerce# x-{-# INLINE happyIn227 #-}-happyOut227 :: (HappyAbsSyn ) -> (Name L)-happyOut227 x = unsafeCoerce# x-{-# INLINE happyOut227 #-}-happyIn228 :: (QName L) -> (HappyAbsSyn )-happyIn228 x = unsafeCoerce# x-{-# INLINE happyIn228 #-}-happyOut228 :: (HappyAbsSyn ) -> (QName L)-happyOut228 x = unsafeCoerce# x-{-# INLINE happyOut228 #-}-happyIn229 :: (Name L) -> (HappyAbsSyn )-happyIn229 x = unsafeCoerce# x-{-# INLINE happyIn229 #-}-happyOut229 :: (HappyAbsSyn ) -> (Name L)-happyOut229 x = unsafeCoerce# x-{-# INLINE happyOut229 #-}-happyInTok :: Loc Token -> (HappyAbsSyn )-happyInTok x = unsafeCoerce# x-{-# INLINE happyInTok #-}-happyOutTok :: (HappyAbsSyn ) -> Loc Token-happyOutTok x = unsafeCoerce# x-{-# INLINE happyOutTok #-}---happyActOffsets :: HappyAddr-happyActOffsets = HappyA# "\x00\x00\xad\x11\x38\x11\x98\x09\x7b\x18\xef\x0e\x00\x00\x00\x00\x00\x00\x17\x08\x17\x07\x82\x08\xfb\x07\x00\x00\x52\x08\x00\x00\x00\x00\xe8\x1a\x00\x00\x00\x00\x00\x00\x7b\x16\x00\x00\x62\x08\x00\x00\x00\x00\x50\x08\xf4\x07\x00\x00\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1f\x0c\x42\x02\x9d\x0c\x00\x00\x24\x16\x7b\x16\x7b\x16\x7b\x16\xad\x11\x00\x00\xad\x11\xad\x11\xad\x11\x7b\x18\x00\x00\xac\x19\x4e\x19\x00\x00\xa2\x16\xad\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xad\x11\x5e\x08\x00\x00\xad\x11\x5c\x08\x58\x08\x24\x16\x58\x08\x00\x00\x64\x08\x61\x08\x5d\x08\x00\x00\x00\x00\x2b\x17\x00\x00\x00\x00\x00\x00\xe5\x07\x00\x00\x7b\x18\x3f\x08\x00\x00\x00\x00\x00\x00\x17\x17\x82\x17\x55\x18\x00\x00\x00\x00\x55\x08\xda\x07\xe9\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9d\x17\x7b\x16\xb6\x00\x0f\x18\xff\x07\x44\x08\xef\x07\x00\x00\x00\x00\x00\x00\x0f\x18\x3a\x08\x00\x00\xfc\x15\x34\x08\x34\x08\x1d\x1a\x34\x08\x40\x08\x79\x1a\x79\x1a\xa5\x19\x00\x00\xc5\x07\xc5\x07\x00\x00\xc5\x07\x28\x00\x00\x00\x00\x00\x2c\x08\xa2\x16\xde\x07\x35\x07\x7b\x16\xc3\x07\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7b\x16\x42\x08\x61\x00\x00\x00\x37\x08\x1a\x08\x41\x00\x25\x00\x00\x00\x25\x08\x63\x1a\x30\x00\x0f\x08\x75\x01\x0f\x18\x63\x1a\x63\x1a\x0d\x08\x89\x17\x82\x18\x47\x19\x00\x00\xd4\x07\x00\x00\x00\x00\xc0\x07\x0f\x18\x0f\x18\x0f\x18\x08\x08\xd1\x06\xd1\x06\x97\x04\x97\x04\x00\x00\x00\x00\xad\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x1a\xd6\x19\x00\x00\x00\x00\x0f\x18\x00\x00\x00\x00\x00\x00\xea\x06\x0f\x18\x53\x08\x00\x00\x70\x12\x10\x08\x00\x00\x00\x00\x37\x02\x16\x02\x00\x00\x00\x00\xd0\x00\x19\x08\x0c\x08\x26\x02\x16\x08\x15\x08\x00\x00\x14\x08\x47\x19\x00\x00\x00\x00\x47\x19\x00\x00\x47\x19\x00\x00\x00\x00\x4f\x1a\x0f\x18\x47\x19\x00\x00\x1c\x08\x9f\x07\x93\x07\x00\x00\x90\x0d\x90\x0d\xe0\x07\x00\x00\x7b\x16\x00\x00\xb0\x07\x9e\x07\x00\x00\x99\x07\xd8\x04\xc2\x07\x00\x00\xdf\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\x19\xc0\x01\xe4\x07\x00\x00\x00\x00\x92\x02\x98\x09\xbf\x07\xba\x07\xee\x0a\xb9\x07\xe2\x07\xcc\x07\x27\x01\x00\x00\x7b\x16\x00\x00\xcd\x15\x00\x00\xbb\x07\x97\x01\xd5\x07\xd3\x07\x00\x00\x00\x00\xad\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd6\x19\x00\x00\x00\x00\x00\x00\x93\x01\x00\x00\x8c\x04\xa1\x0b\x20\x02\xdd\x07\xd6\x07\xd2\x07\xc8\x07\xc7\x07\x00\x00\xc6\x07\x7b\x16\xbc\x07\xb6\x07\x82\x18\x7b\x16\x7b\x16\xad\x11\xcb\x17\x00\x00\xad\x11\x0f\x18\xad\x11\xad\x11\xad\x11\xad\x11\x36\x00\xab\x07\x00\x00\xbe\x07\x74\x19\x00\x00\xc4\xff\x00\x00\x40\x07\x00\x00\xa0\x07\x00\x00\x0c\x00\x17\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x97\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x98\x07\x00\x00\x00\x00\x00\x00\x00\x00\x23\x0b\x00\x00\x00\x00\xe1\x01\x00\x00\x00\x00\xad\x11\xad\x11\x00\x00\x9d\x07\x96\x07\x00\x00\x1b\x0d\x00\x00\x1b\x0d\xad\x11\x7a\x0e\x00\x00\xad\x11\xad\x11\x00\x00\xc3\x10\x00\x00\x00\x00\x00\x00\x00\x00\x36\x00\x00\x00\x00\x00\xa2\x07\xa2\x16\xed\x14\x00\x00\x00\x00\x00\x00\x00\x00\x61\x07\xad\x11\x8f\x07\xad\x11\xad\x11\x00\x00\xad\x11\x88\x07\x89\x07\x90\x0d\x36\x00\xad\x11\xad\x11\x7d\x07\xd9\x18\x00\x00\x79\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f\x18\x00\x00\x00\x00\x27\x00\x00\x00\x00\x00\x0f\x18\x00\x00\x00\x00\x00\x00\xc2\x14\x0f\x18\x73\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa2\x15\xea\x06\x2f\x07\x28\x07\x27\x00\x31\x07\x4d\x04\x3e\x07\x66\x01\x00\x00\x11\x07\x55\x07\x00\x00\xad\x11\xc3\x10\x01\x07\x2b\x07\x00\x00\x00\x00\x67\x08\xf9\x06\x00\x00\x41\x07\x4a\x07\x00\x00\x37\x07\x00\x00\x00\x00\x00\x00\x39\x07\x8d\x13\x3a\x07\x30\x07\x36\x00\x36\x00\x27\x07\x00\x00\x1e\x07\x47\x19\x0f\x18\xc5\x06\xc3\x06\xbe\x06\x0f\x18\x21\x07\x2a\x07\x0c\x07\xc1\x06\x20\x07\x00\x00\x48\x1a\x00\x00\x48\x1a\x00\x00\x00\x00\x7b\x16\x00\x00\x08\x07\xf5\x06\x00\x00\x00\x00\x83\x06\x00\x00\x00\x00\xad\x06\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x06\x90\x08\x36\x00\xed\x14\xaf\x06\xd0\x06\xd5\x06\xcc\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xad\x11\x62\x13\x0f\x18\xb2\x06\x00\x00\x4c\x06\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x47\x19\x00\x00\x0f\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15\x0a\x00\x00\x00\x00\x96\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc2\x14\x90\x06\x8a\x06\x00\x00\x00\x00\x8d\x06\x00\x00\x71\x06\x00\x00\xe6\x08\x23\x01\x67\x08\x00\x00\x00\x00\x00\x00\x00\x00\x69\x06\x00\x00\x49\x01\x00\x00\x6b\x06\x67\x06\x00\x00\x00\x00\x00\x00\xe9\x12\x0f\x18\x00\x00\x46\x06\x00\x00\xc8\x0a\x00\x00\x00\x00\x00\x00\x31\x06\x27\x00\x00\x00\x00\x00\x11\x06\x3f\x06\x00\x00\xc5\x01\xfa\x05\xdf\x05\x26\x06\x24\x06\x53\x08\x00\x00\x1e\x06\x00\x00\x20\x06\x13\x06\x00\x00\x00\x00\x1c\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\x0d\x00\x00\x00\x00\x00\x00\xc4\x05\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x00\x00\x00\x00\xfb\x05\x00\x00\xb3\x06\x85\x04\x6c\x04\x38\x04\x24\x04\x17\x04\xbf\x03\xaf\x03\x9a\x03\x92\x03\x46\x03\x3c\x03\x00\x00\x98\x09\xf9\x05\xd0\x05\x01\x01\x00\x00\x00\x00\xe4\x05\xe0\x05\x00\x00\x00\x00\x00\x00\x4e\x10\x00\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd1\x05\x00\x00\x00\x00\x00\x00\xca\x01\x00\x00\x00\x00\xad\x11\x00\x00\x6a\x0a\x00\x00\x00\x00\xe8\x05\xf0\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xad\x11\xa7\x05\x07\x00\x7a\x0e\x7a\x0e\xd9\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7b\x16\x00\x00\x05\x0e\xcb\x05\x36\x00\xad\x11\x00\x00\xad\x05\x00\x00\x27\x00\x00\x00\x00\x00\x00\x00\x89\x05\x00\x00\x00\x00\x00\x00\xe2\x17\x00\x00\x00\x00\x00\x00\xbf\x05\x27\x00\x16\x00\x00\x00\x03\x0a\xc8\x0a\x00\x00\x00\x00\x87\x0a\x4f\x00\xa9\x05\xa5\x05\x17\x17\x47\x19\x3b\x05\x53\x05\x00\x00\x00\x00\x23\x01\x4a\x05\xad\x11\xad\x11\x00\x00\x00\x00\x96\x05\x74\x05\x47\x19\x00\x00\x00\x00\x00\x00\x00\x00\x49\x14\x14\x13\x82\x05\x36\x00\xad\x11\xe7\x06\x7e\x05\x62\x15\x74\x14\x7e\x05\x00\x00\x0f\x18\x00\x00\x00\x00\x08\x05\x64\x05\x9b\x0a\x00\x00\xcd\x07\x5e\x05\xf5\x04\xf1\x04\x00\x05\x00\x00\x1f\x04\x00\x00\x79\x06\x00\x00\x00\x00\x00\x00\x00\x00\xeb\x04\x00\x00\xe8\x04\xdc\x04\x14\x09\x3d\x05\x00\x00\x00\x00\x3a\x05\x2b\x05\x00\x00\x00\x00\x00\x00\x35\x05\x00\x00\x98\x06\x00\x00\x00\x00\x00\x00\xad\x11\x21\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15\x05\x00\x00\x00\x00\x00\x00\x0f\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdb\x0a\x00\x00\x47\x19\x00\x00\x00\x00\x22\x12\x1c\x05\x36\x00\x00\x00\x47\x19\x00\x00\x00\x00\x00\x00\x00\x00\x06\x05\x00\x00\x00\x00\x14\x05\x07\x1a\x80\x0a\x22\x05\x00\x00\x00\x00\x47\x19\x9e\x04\x20\x0a\x00\x00\x47\x19\x47\x19\x8f\x04\x00\x00\x00\x00\x00\x00\x45\x01\xfe\x04\x36\x00\xf6\x04\xfb\x04\x00\x00\x00\x00\xf7\x04\xfd\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x22\x03\x00\x00\x5e\x04\x00\x00\xdd\x04\x00\x00\xad\x11\xad\x11\xad\x11\x00\x00\x00\x00\x00\x00\x8e\x04\xa2\x16\x89\x04\xd0\x04\x00\x00\xd9\x0f\xad\x11\x64\x0f\xda\x04\xc7\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xca\x04\x03\x01\xae\x04\x00\x00\x98\x18\xac\x04\x00\x00\x47\x19\x00\x00\x21\x00\x4a\x02\x00\x00\x00\x00\xbc\x04\x47\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0f\x18\x82\x18\xad\x04\x0f\x18\xfb\x13\xb4\x04\x88\x06\x0f\x18\x00\x00\x00\x00\x7f\x19\xb2\x04\x06\x19\x00\x00\xc3\x02\x00\x00\x00\x00\x00\x00\xb8\x04\x00\x00\x85\x06\x00\x00\xa2\x16\x00\x00\x00\x00\xc8\x01\x00\x00\x00\x00\x00\x00\x00\x00\xa8\x04\xa4\x04\x4c\x04\x26\x04\x00\x00\x00\x00\x0f\x18\x78\x04\x6e\x04\x68\x04\x68\x04\x9b\x12\x71\x04\x00\x00\x00\x00\xc3\x18\x29\x0a\xe0\x18\xe0\x18\x0f\x18\xba\x01\x71\x04\x7a\x04\x00\x00\x00\x00\x5c\x01\x00\x00\x00\x00\x39\x04\xad\x11\x00\x00\x00\x00\xad\x11\xf7\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\x18\xf4\x03\x00\x00\x00\x00\x00\x00\x00\x00\x0f\x18\x00\x00\x12\x04\x00\x00\x00\x00\x00\x00\x00\x00\xd3\x13\x1d\x04\xfb\x03\x1f\x00\x85\x06\x00\x00\x00\x00\x00\x00\x00\x00\x31\x04\x00\x00\xad\x11\x00\x00\x00\x00\xe0\x18\x00\x00\x00\x00\x00\x00\x2c\x04\x00\x00\xed\x19\x00\x00\x1a\x04\x0b\x04\x00\x00\x00\x00\x00\x00\x27\x04\xf7\x11\x13\x04\xd3\x13\x00\x00\x00\x00\x00\x00\x63\x01\x00\x00\x0f\x04\x00\x00\x00\x00\x00\x00"#--happyGotoOffsets :: HappyAddr-happyGotoOffsets = HappyA# "\x02\x00\x35\x21\xb5\x23\xae\x01\xdc\x05\xed\x1d\x01\x00\xff\xff\xfe\xff\x44\x02\x75\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd7\x09\x00\x00\x00\x00\x00\x00\x29\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4b\x21\x82\x03\x9d\x21\x00\x00\x23\x29\x0e\x2b\xe1\x28\xe7\x2a\x9f\x23\x00\x00\xe2\x20\xcc\x20\x6d\x28\xc9\x05\x33\x03\x7a\x07\x88\x01\x00\x00\xdb\x06\xc5\x27\x6e\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x27\x92\xff\x00\x00\x5d\x27\xef\xff\x83\xff\x7a\x29\x81\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x38\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd9\x06\x00\x00\x00\x00\x00\x00\x00\x00\x1b\x04\xb9\x04\x02\x07\xa4\x03\x00\x00\xca\x03\x00\x00\xc6\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x06\x04\xcc\x2a\x00\x00\xb1\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9e\x06\xec\xff\x00\x00\xd7\x02\xb0\x03\xac\x03\x62\x03\xa7\x03\x2b\x06\x75\x03\xbd\x02\x7c\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x83\x02\x00\x00\x00\x00\xfc\xff\xc8\x06\x6d\x06\xfc\x02\xb6\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x01\x9b\x2a\x12\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x03\x1c\x03\x00\x00\x00\x00\xd1\x01\x77\x06\x98\x02\x8e\x01\x00\x00\x38\x07\x8b\x06\xd2\x03\x00\x00\x00\x00\x18\x00\x04\x00\x47\x03\x64\x06\x48\x01\x51\x06\x53\x03\x83\x03\x6b\x03\x5a\x06\x5d\x05\x00\x00\x00\x00\x83\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdc\x00\x3a\x02\x00\x00\x00\x00\xb6\x05\x00\x00\x00\x00\x00\x00\xff\x00\xa1\x05\xf9\xff\x00\x00\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\xa4\x01\x00\x00\xb2\x00\x00\x00\x00\x00\x5d\x02\x3e\x06\x8e\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x47\x1d\xf4\x1c\x00\x00\x00\x00\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xae\x02\x00\x00\xfb\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x00\xf4\x02\x00\x00\x00\x00\x00\x00\x33\x01\x2b\x01\x00\x00\x00\x00\xf2\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x2a\x00\x00\x39\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x22\xaf\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe1\x28\x00\x00\x00\x00\xee\x06\x43\x2a\x28\x2a\x79\x20\x65\x01\x00\x00\x83\x28\x7a\x05\x47\x27\xf5\x26\xdf\x26\x8d\x26\xdd\x02\x00\x00\x41\x06\x0f\x00\x48\x02\x00\x00\x04\x02\x00\x00\x00\x00\x2e\x06\x00\x00\x00\x00\x00\x00\xed\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2b\x22\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x4d\x23\x77\x26\x00\x00\x00\x00\x00\x00\x00\x00\x0d\x22\x00\x00\xbb\x21\x25\x26\x5c\x1a\x00\x00\x0f\x26\xbd\x25\x00\x00\xa1\x1c\x00\x00\x00\x00\x00\x00\x00\x00\xce\x02\xc6\x05\x00\x00\x00\x00\x39\x05\xd0\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x37\x23\x7b\xff\xa7\x25\x55\x25\x00\x00\x3f\x25\x00\x00\xbe\x02\x4e\x1c\xb6\x02\xed\x24\xd7\x24\x00\x00\xb4\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x29\x06\x00\x00\x00\x00\xc3\x04\x00\x00\x00\x00\x16\x06\x00\x00\x00\x00\x00\x00\x11\x01\x02\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcb\x02\xb9\x00\x0f\x03\x07\x03\x9f\x04\x3f\x04\x00\x00\x00\x00\x00\x00\x00\x00\xcd\x02\xd5\x02\x00\x00\x63\x20\xfb\x1b\xc9\x02\x03\x03\x00\x00\x00\x00\xea\xff\xc2\x02\x31\x03\xc0\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x45\x02\xf7\x01\x00\x00\x00\x00\x54\x02\x47\x02\x00\x00\x00\x00\xa2\x02\x91\x04\x67\x05\x00\x00\x00\x00\x00\x00\x7d\x03\x00\x00\x00\x00\x00\x00\xdb\x02\xbb\x02\x00\x00\xa3\x07\x00\x00\x00\x02\x00\x00\x00\x00\x01\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdc\x02\x00\x00\x00\x00\x00\x00\x55\x02\x00\x00\xec\x04\x4f\x04\x00\x00\x67\x00\x0b\x02\x90\x29\xd2\x02\x5b\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0e\x28\x17\x00\x2b\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb4\x03\x00\x00\x54\x05\x00\x00\x00\x00\x00\x00\x00\x00\x48\x05\x00\x00\x7a\x02\x37\x05\x00\x00\x00\x00\x00\x00\x3e\x00\x24\x00\x00\x00\x00\x00\x79\xff\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x01\x00\x00\x00\x00\x00\x00\x87\x00\xf9\x01\xd9\xff\x00\x00\x00\x00\x00\x00\x00\x00\xe6\xff\x00\x00\x00\x00\x00\x00\x00\x00\xde\xff\x00\x00\x00\x00\x00\x00\xc0\x00\x41\x05\x00\x00\x00\x00\x00\x00\x25\x07\x70\x02\x00\x00\x00\x00\x00\x00\xc6\x04\x00\x00\x00\x00\x52\x02\xe5\x01\x00\x00\xbc\xff\x30\x02\x50\x02\x00\x00\x00\x00\x58\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa8\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x37\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x41\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x77\x02\x00\x00\x00\x00\x85\x24\x00\x00\x18\x03\x00\x00\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x24\x00\x00\x00\x00\x02\x1b\xaf\x1a\x9a\x1d\x00\x00\x00\x00\x00\x00\xfd\x01\x00\x00\xe6\x29\x00\x00\xcf\x22\x00\x00\xad\x01\x1d\x24\x00\x00\x00\x00\x00\x00\xaa\x03\x00\x00\x00\x00\x00\x00\x10\x02\x00\x00\x00\x00\x00\x00\xa6\x04\x05\x01\x42\x00\x00\x00\x00\x00\x98\x04\x1e\x00\x00\x00\xb4\x03\x4d\x07\x00\x00\x00\x00\x60\x07\x74\x00\x00\x00\x00\x00\xe9\x03\xd1\x07\x00\x00\x65\x04\x00\x00\x00\x00\xa0\x01\x00\x00\xfa\x1f\xa7\x1f\x00\x00\x00\x00\x00\x00\x00\x00\xc8\x03\x2c\x00\x2a\x00\x28\x03\x35\x04\x00\x00\xde\x02\x00\x00\x91\x01\x91\x1f\xa4\x00\x00\x00\xcb\x28\xc6\x02\x00\x00\x00\x00\x13\x02\x00\x00\x00\x00\x00\x00\x00\x00\xe7\xff\x00\x00\xb9\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\xff\x00\x00\x00\x00\x00\x00\x15\x04\x00\x00\x00\x00\x49\x02\x00\x00\x40\x02\x00\x00\x7d\x00\x00\x00\xb7\x01\x00\x00\x00\x00\x1d\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x54\x01\x00\x00\x00\x00\x00\x00\x3e\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x05\x00\x00\x11\x04\x00\x00\x00\x00\x00\x00\x7a\x02\x00\x00\xbe\x03\x00\x00\x00\x00\x1b\x02\x00\x00\x4d\x01\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe1\xff\x55\x01\x31\x01\x00\x00\x00\x00\xc1\x07\x00\x00\xb4\x03\x00\x00\x4d\x02\xa8\x07\x00\x00\x00\x00\x00\x00\x00\x00\xce\xff\x00\x00\x0a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x00\x00\x64\x03\x00\x00\xdd\x01\x00\x00\x00\x00\x00\x00\x28\x1f\xd5\x1e\xbf\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x58\x03\x46\x01\x12\x01\x00\x00\x55\x1b\x6c\x1e\xe5\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xeb\x02\x00\x00\x00\x00\x9a\x00\x00\x00\x00\x00\xb4\x03\x00\x00\x00\x00\xb4\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9c\x07\x00\x00\x00\x00\x00\x00\x00\x00\x97\x02\x00\x00\x00\x00\xef\x05\x90\x03\x00\x00\x19\x05\x32\x03\x00\x00\x15\x00\x05\x05\x00\x00\x00\x00\x5f\x00\x00\x00\x11\x00\x00\x00\xdd\x01\x00\x00\x00\x00\x00\x00\x9c\x01\x00\x00\xcf\x00\x00\x00\x37\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2c\x01\x37\x01\x00\x00\x00\x00\xf2\x04\x00\x00\x00\x00\xfb\x00\xc8\x00\x64\x02\x00\x00\x00\x00\x00\x00\xbd\x00\x05\x04\x8c\x07\x87\x07\xdf\x04\xb9\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x1e\x00\x00\x00\x00\x03\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcc\x04\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xad\x00\x00\x00\xa2\x00\x80\x03\xb2\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x24\x00\x00\x00\x00\x12\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfd\xff\x00\x00\x00\x00\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x57\x00\x00\x00\x51\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#--happyDefActions :: HappyAddr-happyDefActions = HappyA# "\xb3\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb3\xfd\xb3\xfd\x00\x00\xe5\xff\xed\xff\x00\x00\x00\x00\x0e\xfe\xc6\xfe\xc4\xfe\xbe\xfe\xbd\xfe\xbb\xfe\xb9\xfe\xb4\xfe\xaf\xfe\xaa\xfe\xa2\xfe\x9e\xfe\x90\xfe\x00\x00\x00\x00\x9b\xfe\x9c\xfe\x9d\xfe\xfe\xfd\xf9\xfd\xd7\xfd\xe0\xfd\xf7\xfd\xf4\xfd\xd1\xfd\x9a\xfe\xde\xfd\xdf\xfd\xd3\xfd\xd2\xfd\xcf\xfd\xd0\xfd\xbd\xfd\xbb\xfd\xbc\xfd\xba\xfd\xb9\xfd\xb8\xfd\xb7\xfd\xb6\xfd\xb5\xfd\xb4\xfd\x00\x00\x00\x00\x00\x00\x94\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8f\xfe\x00\x00\x00\x00\x00\x00\x00\x00\xb3\xfd\x00\x00\x00\x00\x85\xfe\x00\x00\x00\x00\x73\xfe\xda\xfd\xd6\xfd\xd5\xfd\xd4\xfd\xd9\xfd\xd8\xfd\xdd\xfd\x00\x00\xb3\xfd\xdb\xfd\x00\x00\xb3\xfd\xb3\xfd\x00\x00\xb3\xfd\xdc\xfd\x00\x00\x00\x00\x00\x00\x47\xff\x2d\xff\x4e\xff\x44\xff\x42\xff\x3b\xff\x00\x00\x30\xff\x00\x00\x00\x00\xac\xfd\x34\xff\x41\xff\x00\x00\x00\x00\x00\x00\x26\xff\x85\xff\xad\xff\x00\x00\x00\x00\x90\xff\x86\xff\x7f\xff\x84\xff\x97\xff\xbd\xfe\x00\x00\x00\x00\x00\x00\x8f\xff\x00\x00\x00\x00\xab\xff\xaa\xff\xa9\xff\x00\x00\xb3\xfd\x8e\xff\x00\x00\x64\xff\x64\xff\x00\x00\x64\xff\x66\xff\x58\xff\x58\xff\x00\x00\x19\xfe\x00\x00\x00\x00\xc6\xfe\x00\x00\xe5\xff\xf4\xff\xf2\xff\xb3\xfd\x00\x00\xe5\xff\x00\x00\x00\x00\x00\x00\x53\xff\x54\xff\xfd\xfd\xf6\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x59\xff\x00\x00\x56\xff\x00\x00\x00\x00\x67\xff\x64\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4e\xff\x00\x00\x00\x00\x76\xff\x00\x00\xd9\xff\xd9\xff\xdc\xfe\x00\x00\x8b\xff\x00\x00\x20\xff\x00\x00\x00\x00\x00\x00\x00\x00\xe6\xfd\xe5\xfd\x00\x00\xea\xfd\xe1\xfd\xce\xfd\xf0\xfd\xcb\xfd\xca\xfd\xc7\xfd\xcc\xfd\xbe\xfd\xcd\xfd\x00\x00\x00\x00\xc4\xfd\xe2\xfd\x00\x00\xc6\xfd\xc5\xfd\xc3\xfd\xec\xfe\x00\x00\x00\x00\xac\xff\x00\x00\x00\x00\x38\xff\x29\xff\x00\x00\x00\x00\x36\xff\x83\xfe\x29\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\xff\x00\x00\x00\x00\x2e\xff\x45\xff\x00\x00\x31\xff\x00\x00\xaa\xfd\xa9\xfd\x00\x00\x00\x00\x00\x00\x2c\xff\x00\x00\x00\x00\x00\x00\x0d\xfe\x13\xfe\x13\xfe\x00\x00\xa7\xfe\x00\x00\xb0\xfe\x10\xfe\x00\x00\xb1\xfe\x00\x00\x00\x00\x00\x00\x41\xfe\x6e\xfe\x6a\xfe\x6d\xfe\x6c\xfe\x6b\xfe\x66\xfe\x65\xfe\x64\xfe\x63\xfe\x62\xfe\x61\xfe\x60\xfe\x5f\xfe\x5e\xfe\x5d\xfe\x68\xfe\x67\xfe\x5c\xfe\x5b\xfe\x5a\xfe\x59\xfe\x58\xfe\x57\xfe\x56\xfe\x55\xfe\x54\xfe\x53\xfe\x52\xfe\x51\xfe\x50\xfe\x4f\xfe\x4e\xfe\x4d\xfe\x4c\xfe\x4b\xfe\x4a\xfe\x49\xfe\x48\xfe\x47\xfe\x46\xfe\x69\xfe\x45\xfe\x44\xfe\x43\xfe\x86\xfe\x87\xfe\x00\x00\x00\x00\x00\x00\x89\xfe\x88\xfe\x00\x00\x00\x00\x00\x00\x00\x00\xbd\xfe\x00\x00\x00\x00\x7b\xfe\x00\x00\x18\xfe\xb2\xfe\xa3\xfe\x00\x00\xa8\xfe\x82\xfe\x3d\xfe\x00\x00\x3c\xfe\xe4\xfd\xe3\xfd\x00\x00\xee\xfd\xc9\xfd\xc8\xfd\xc2\xfd\x02\xfe\x00\x00\xc0\xfd\xc1\xfd\xbf\xfd\x00\x00\x00\xfe\x82\xfe\x00\x00\x00\x00\x00\x00\xea\xfd\x00\x00\xc8\xfd\xc2\xfd\x03\xfe\xc0\xfd\xc6\xfd\xc1\xfd\xbf\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\xfe\xc3\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd9\xff\x00\x00\x00\x00\xf7\xff\xe5\xff\xf6\xff\x00\x00\xd9\xff\xe8\xff\xda\xff\x00\x00\xed\xff\xef\xff\xb1\xfd\xb2\xfd\xbf\xfe\xc0\xfe\xc1\xfe\xc2\xfe\xc5\xfe\xbc\xfe\xba\xfe\x00\x00\x0b\xfe\x09\xfe\xa1\xfe\x08\xfe\x0f\xfe\xa4\xfe\xa5\xfe\x00\x00\x49\xff\xf8\xfd\xf3\xfd\x93\xfe\x00\x00\x98\xfe\x99\xfe\x00\x00\x01\xfe\x84\xfe\x00\x00\x00\x00\xff\xfd\x00\x00\x00\x00\x81\xfe\x00\x00\x95\xfe\x00\x00\x3b\xfe\x00\x00\xa9\xfe\x00\x00\x00\x00\x92\xfe\x00\x00\x8e\xfe\x8d\xfe\x8c\xfe\x8b\xfe\x00\x00\xd9\xff\xa4\xff\x00\x00\x00\x00\x3e\xfe\x76\xfe\x70\xfe\x74\xfe\x72\xfe\x00\x00\x00\x00\xb3\xfd\x00\x00\x00\x00\xa6\xfe\x00\x00\x00\x00\x11\xfe\x13\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x4a\xff\x4b\xff\x00\x00\x4c\xff\x4d\xff\x48\xff\x39\xff\x32\xff\x33\xff\x37\xff\x00\x00\x40\xff\x3d\xff\x00\x00\x35\xff\x3f\xff\x00\x00\x3e\xff\x27\xff\x25\xff\x00\x00\x00\x00\xae\xff\xe8\xfd\xe7\xfd\xa7\xff\xec\xfd\xf2\xfd\x00\x00\xec\xfe\xf8\xfe\x19\xff\x00\x00\x0e\xff\x81\xff\x00\x00\x00\x00\x72\xff\xce\xfe\xca\xfe\xc8\xfe\x00\x00\x00\x00\xce\xfe\x6c\xff\x71\xff\x70\xff\x00\x00\xe8\xfe\x22\xff\xec\xfe\x00\x00\x8c\xff\x49\xff\x8d\xff\x99\xff\x9a\xff\xb3\xfd\x89\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4f\xff\xec\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\xff\x68\xff\x94\xff\x5a\xff\x93\xff\x00\x00\x57\xff\x92\xff\x00\x00\x51\xff\x00\x00\x00\x00\x91\xff\x50\xff\xe2\xff\xb0\xfd\xaf\xfd\x00\x00\x41\xfe\xe7\xff\xd9\xff\xd9\xff\x00\x00\xdc\xff\x00\x00\x3e\xfe\x00\x00\xd7\xff\x00\x00\x00\x00\xfc\xfd\xf5\xfd\x52\xff\x55\xff\x5b\xff\x69\xff\x00\x00\x00\x00\x00\x00\x00\x00\x63\xff\x00\x00\x79\xff\x77\xff\x7a\xff\x7d\xff\x7e\xff\xa3\xff\x4a\xff\xa2\xff\x00\x00\x74\xff\x82\xff\x75\xff\x83\xff\xd9\xff\x87\xff\xcc\xfe\xd9\xff\x05\xfe\x9d\xfe\xdb\xff\xd9\xff\xd9\xff\x98\xff\x9e\xff\x00\x00\x00\x00\x1f\xff\x1d\xff\x9b\xff\xb3\xfd\x95\xff\x00\x00\xfb\xfd\x00\x00\x00\x00\x00\x00\x6f\xff\x6e\xff\x6d\xff\xd0\xfe\xb3\xfd\x26\xfe\x00\x00\x28\xfe\x00\x00\xb3\xfd\xcb\xfe\xc9\xfe\xd1\xfe\x00\x00\x00\x00\xef\xfd\x14\xff\x12\xff\x00\x00\x26\xff\xeb\xfe\xf2\xfe\xf1\xfe\x00\x00\xee\xfe\xef\xfe\xf8\xfe\xb3\xfd\xa0\xff\x00\x00\xf8\xfe\x19\xff\x00\x00\x00\x00\x00\x00\x2f\xff\x00\x00\x28\xff\x00\x00\x2a\xff\xab\xfd\x2b\xff\x00\x00\xad\xfe\xae\xfe\x16\xfe\x14\xfe\x15\xfe\x13\xfe\x17\xfe\xb5\xfe\xb7\xfe\x00\x00\xb3\xfe\xd9\xff\xd9\xff\x7b\xfe\x00\x00\x75\xfe\x3f\xfe\x00\x00\x42\xfe\x00\x00\xde\xfd\xcf\xfd\xda\xfd\xd6\xfd\xd5\xfd\xd4\xfd\xd9\xfd\xd8\xfd\xdd\xfd\xdb\xfd\xdc\xfd\x6f\xfe\xda\xff\xa6\xff\x00\x00\x00\x00\x7c\xfe\xb8\xfe\x37\xfe\x33\xfe\x31\xfe\x30\xfe\x2f\xfe\x00\x00\x39\xfe\x82\xfe\x35\xfe\x36\xfe\xe9\xfd\xed\xfd\x80\xfe\x79\xfe\x7a\xfe\x96\xfe\x97\xfe\x00\x00\x7d\xfe\x9f\xfe\x00\x00\xa0\xfe\x00\x00\xee\xff\xeb\xff\x00\x00\x00\x00\xea\xff\xec\xff\xe9\xff\x0c\xfe\x0a\xfe\x7f\xfe\x7e\xfe\x3a\xfe\x2e\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x91\xfe\x8a\xfe\xa5\xff\x73\xfe\x77\xfe\x00\x00\x71\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x12\xfe\x00\x00\x3c\xff\x00\x00\xa8\xff\xeb\xfd\xf1\xfd\xf8\xfe\x9d\xff\xf7\xfe\xf3\xfe\x00\x00\xd9\xff\xd9\xff\x9f\xff\x00\x00\x00\x00\x00\x00\x01\xff\x09\xff\x00\x00\x10\xff\x0d\xff\x08\xff\x00\x00\x00\x00\x34\xff\x00\x00\x00\x00\x00\x00\x0e\xff\x80\xff\x73\xff\x00\x00\x25\xfe\x00\x00\x00\x00\xcf\xfe\x96\xff\x00\x00\x00\x00\x00\x00\xd9\xff\xd9\xff\x22\xff\x22\xff\x21\xff\xda\xfe\x00\x00\x00\x00\x00\x00\xda\xff\x07\xfe\x00\x00\xda\xff\x8a\xff\xa1\xff\x00\x00\x7c\xff\x62\xff\x00\x00\x00\x00\x5f\xff\x5d\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd8\xff\xd3\xff\xf3\xff\x00\x00\xe0\xff\xd9\xff\xc9\xff\xde\xff\xc6\xff\xe1\xff\xc4\xff\x00\x00\xda\xff\xdd\xff\x73\xfe\xf0\xff\x00\x00\xd3\xff\xd1\xff\xd0\xff\xad\xfd\xcf\xff\xd4\xff\x00\x00\xe6\xff\xe4\xff\xe3\xff\x00\x00\x00\x00\x5e\xff\x60\xff\x7b\xff\x78\xff\x88\xff\x06\xfe\x00\x00\x04\xfe\xdd\xfe\xde\xfe\x00\x00\xd5\xfe\xd9\xff\xd8\xfe\xd6\xfe\xd7\xfe\xcc\xfe\x8f\xff\x00\x00\x1c\xff\x1e\xff\xe6\xfe\x00\x00\x00\x00\x6a\xff\x00\x00\xfa\xfd\xc7\xfe\x27\xfe\x13\xff\x00\x00\x00\xff\x43\xff\x00\x00\x00\x00\x00\x00\x00\x00\x04\xff\x05\xff\x00\x00\x00\x00\x09\xff\x11\xff\x00\x00\x00\x00\x00\x00\x0f\xff\xf0\xfe\xed\xfe\x00\x00\x00\x00\x00\x00\xf4\xfe\x00\x00\xf6\xfe\x9c\xff\x00\x00\x00\x00\xb6\xfe\x23\xfe\x24\xfe\xd9\xff\x20\xfe\x00\x00\x40\xfe\x00\x00\x29\xfe\x34\xfe\x32\xfe\x00\x00\x00\x00\x00\x00\x38\xfe\x2d\xfe\x2b\xfe\x2c\xfe\x00\x00\xce\xfe\x1d\xfe\x1b\xfe\x00\x00\x00\x00\xda\xff\x22\xfe\x00\x00\x24\xff\xf5\xfe\x1a\xff\x1b\xff\xd9\xff\x16\xff\x00\x00\x00\x00\x00\x00\x07\xff\x00\x00\x00\x00\x03\xff\x46\xff\x0c\xff\x00\x00\x00\x00\xfd\xfe\x0b\xff\x33\xff\x00\x00\x6b\xff\xe9\xfe\xea\xfe\xe3\xfe\xd9\xff\xe4\xfe\xe2\xfe\x00\x00\x00\x00\x00\x00\x00\x00\xda\xff\xdb\xfe\xec\xfe\x00\x00\x65\xff\xcb\xff\x00\x00\x00\x00\xd4\xff\xd5\xff\x00\x00\xca\xff\xdf\xff\xc7\xff\xc2\xff\xc5\xff\x00\x00\xc3\xff\x00\x00\xd2\xff\xd6\xff\x00\x00\xb1\xff\xb0\xff\xaf\xff\xcd\xff\x00\x00\x00\x00\xf8\xfe\x19\xff\xd9\xfe\xcd\xfe\x00\x00\x00\x00\x47\xff\xec\xfe\xec\xfe\xda\xff\xe7\xfe\xff\xfe\x0a\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xda\xff\x18\xff\x00\x00\x21\xfe\x1e\xfe\x00\x00\x1c\xfe\x1f\xfe\x00\x00\x00\x00\x2a\xfe\x78\xfe\x00\x00\x00\x00\x17\xff\x15\xff\x06\xff\x02\xff\xfb\xfe\xfc\xfe\x00\x00\x00\x00\xfe\xfe\xe5\xfe\xdf\xfe\xe1\xfe\x00\x00\xd4\xfe\xf8\xfe\xd3\xfe\x5c\xff\xce\xff\xcc\xff\x00\x00\x00\x00\xc0\xff\xbe\xff\x00\x00\xf1\xff\xb2\xff\xd2\xfe\xe0\xfe\x00\x00\xfa\xfe\x00\x00\x1a\xfe\xac\xfe\x00\x00\xc1\xff\xc8\xff\xbf\xff\x00\x00\xbb\xff\xd3\xff\xf9\xfe\x00\x00\xd3\xff\xb8\xff\xb7\xff\xae\xfd\xb6\xff\x00\x00\x00\x00\xd4\xff\xbc\xff\xb9\xff\xbd\xff\x00\x00\xb4\xff\x00\x00\xb5\xff\xb3\xff"#--happyCheck :: HappyAddr-happyCheck = HappyA# "\xff\xff\x00\x00\x04\x00\x04\x00\x02\x00\x04\x00\x04\x00\x0b\x00\x11\x00\x12\x00\x13\x00\x2d\x00\x1c\x00\x07\x00\x11\x00\x36\x00\x32\x00\x0d\x00\x0e\x00\x2d\x00\x33\x00\x5c\x00\x07\x00\x01\x00\x32\x00\x2d\x00\x1d\x00\x1e\x00\x2d\x00\x24\x00\x32\x00\xa4\x00\x36\x00\x32\x00\x3b\x00\x3c\x00\x13\x00\x0d\x00\x0e\x00\x6b\x00\x1c\x00\x5b\x00\x5c\x00\x22\x00\x16\x00\xac\x00\x2a\x00\xac\x00\x6c\x00\x0d\x00\x0e\x00\x0d\x00\x0e\x00\x16\x00\x00\x00\x0d\x00\x0e\x00\x0d\x00\x0e\x00\x25\x00\x0c\x00\x16\x00\xac\x00\xc6\x00\xc7\x00\x1c\x00\x2a\x00\x22\x00\x0d\x00\x0e\x00\x11\x00\x66\x00\x67\x00\x28\x00\x86\x00\x0d\x00\x0e\x00\x1a\x00\xd3\x00\x0d\x00\x0e\x00\xd8\x00\x3b\x00\x3c\x00\xd3\x00\x1f\x00\xd3\x00\x4e\x00\x09\x00\x32\x00\x33\x00\x42\x00\x43\x00\x1c\x00\x57\x00\x2f\x00\x47\x00\x2e\x00\x49\x00\x4a\x00\x4b\x00\xd3\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x3a\x00\x46\x00\x1e\x00\x48\x00\x53\x00\x5d\x00\x24\x00\xbb\x00\x85\x00\x1f\x00\x20\x00\x62\x00\x26\x00\x73\x00\x14\x00\x15\x00\x1c\x00\x1f\x00\x20\x00\x2d\x00\x62\x00\xc9\x00\xca\x00\x6f\x00\xc9\x00\xca\x00\xd5\x00\x21\x00\xbb\x00\x23\x00\x75\x00\x25\x00\x26\x00\x27\x00\x28\x00\xb7\x00\x85\x00\x15\x00\x2c\x00\x6c\x00\x2e\x00\x2f\x00\xc9\x00\xca\x00\xb8\x00\x76\x00\x71\x00\x5a\x00\x71\x00\x21\x00\xc6\x00\x23\x00\xb7\x00\x25\x00\x26\x00\x27\x00\x28\x00\xc5\x00\xc6\x00\xc7\x00\x2c\x00\x85\x00\x2e\x00\x2f\x00\xc6\x00\xc7\x00\xb8\x00\xc6\x00\xd3\x00\xbb\x00\xb6\x00\x76\x00\xbc\x00\xb2\x00\xba\x00\xbf\x00\xd3\x00\xc1\x00\x19\x00\xc5\x00\xc6\x00\xc7\x00\xd3\x00\xc9\x00\xca\x00\xd3\x00\xc6\x00\xc7\x00\xcc\x00\x85\x00\xca\x00\xcf\x00\xb8\x00\xb2\x00\xa5\x00\xbb\x00\x20\x00\xd7\x00\xd3\x00\xca\x00\xd3\x00\xd3\x00\xd6\x00\xd3\x00\xd3\x00\xc5\x00\xc6\x00\xc7\x00\xca\x00\xc9\x00\xca\x00\xa5\x00\xc6\x00\xc7\x00\xc6\x00\xc7\x00\x7a\x00\xc9\x00\xca\x00\xc6\x00\xc7\x00\x85\x00\x17\x00\xd7\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\x33\x00\xd8\x00\x8b\x00\x8c\x00\x8d\x00\x43\x00\xd8\x00\x7a\x00\x28\x00\x47\x00\x93\x00\x49\x00\x4a\x00\x4b\x00\x8e\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\x50\x00\xb6\x00\x8b\x00\x8c\x00\x8d\x00\xba\x00\x09\x00\xb6\x00\x0b\x00\x33\x00\x93\x00\xba\x00\x0d\x00\x0e\x00\x69\x00\xb6\x00\x5d\x00\xc6\x00\xc7\x00\xba\x00\x64\x00\xca\x00\xb5\x00\xc6\x00\xc7\x00\xb8\x00\xb9\x00\xca\x00\xbb\x00\x22\x00\x67\x00\xc6\x00\xc7\x00\xd6\x00\x6f\x00\xca\x00\x27\x00\x08\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xbf\x00\xc4\x00\xb8\x00\xb9\x00\x6f\x00\xbb\x00\xd2\x00\x39\x00\xcb\x00\xcc\x00\xcd\x00\xb7\x00\xcf\x00\xcc\x00\xd1\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x25\x00\x22\x00\x05\x00\x06\x00\x21\x00\xc6\x00\x23\x00\xd2\x00\x25\x00\x26\x00\x27\x00\x28\x00\x31\x00\x32\x00\x33\x00\x2c\x00\xb4\x00\x2e\x00\x2f\x00\x16\x00\x5d\x00\xb9\x00\xc4\x00\x5a\x00\x39\x00\x1c\x00\x21\x00\xb6\x00\x23\x00\xcb\x00\xcc\x00\xba\x00\x27\x00\x28\x00\x6f\x00\x22\x00\xc8\x00\x2c\x00\x6f\x00\x2e\x00\x2f\x00\x29\x00\x29\x00\xc6\x00\xc7\x00\xb8\x00\xb6\x00\xca\x00\xc6\x00\xc7\x00\x17\x00\xc9\x00\xca\x00\x08\x00\x22\x00\x0a\x00\x08\x00\x09\x00\xc5\x00\xc6\x00\xc7\x00\x22\x00\xc6\x00\xc7\x00\x22\x00\x2d\x00\xd8\x00\x43\x00\x44\x00\x45\x00\x28\x00\x47\x00\x59\x00\x49\x00\x4a\x00\x4b\x00\xb8\x00\x69\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x25\x00\x46\x00\x47\x00\x25\x00\x49\x00\x4a\x00\x4b\x00\xc5\x00\xc6\x00\xc7\x00\xd5\x00\x7a\x00\x31\x00\x32\x00\x33\x00\x31\x00\x32\x00\x33\x00\x19\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\x18\x00\x22\x00\x8b\x00\x8c\x00\x8d\x00\x22\x00\x65\x00\x7a\x00\xaa\x00\x26\x00\x93\x00\x05\x00\x06\x00\x7b\x00\x2b\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\x05\x00\x06\x00\x8b\x00\x8c\x00\x8d\x00\x21\x00\x16\x00\x23\x00\x4a\x00\x4b\x00\x93\x00\x27\x00\x28\x00\xc6\x00\xc7\x00\x19\x00\x2c\x00\x16\x00\x2e\x00\x2f\x00\xd4\x00\x17\x00\xb5\x00\x17\x00\x22\x00\xb8\x00\xb9\x00\xcc\x00\xbb\x00\x43\x00\xcf\x00\xd8\x00\x22\x00\x47\x00\x22\x00\x49\x00\x4a\x00\x4b\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xc4\x00\x17\x00\xb8\x00\xb9\x00\xca\x00\xbb\x00\xd2\x00\xcb\x00\xcc\x00\xcd\x00\xb9\x00\xcf\x00\x22\x00\xd1\x00\x01\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x08\x00\x09\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xd2\x00\xbc\x00\xb0\x00\xb1\x00\xbf\x00\x21\x00\xc1\x00\x23\x00\xc6\x00\xc7\x00\xb8\x00\xc9\x00\xca\x00\xd8\x00\xd4\x00\x2b\x00\x2c\x00\xcc\x00\x2e\x00\x2f\x00\xcf\x00\x7a\x00\xd5\x00\xc5\x00\xc6\x00\xc7\x00\xd8\x00\x11\x00\x19\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\x17\x00\x22\x00\x8b\x00\x8c\x00\x8d\x00\x21\x00\x17\x00\x23\x00\x3f\x00\x40\x00\x93\x00\x22\x00\x30\x00\x31\x00\x01\x00\xb8\x00\x2c\x00\x22\x00\x2e\x00\x2f\x00\x94\x00\x08\x00\x09\x00\xc6\x00\xc7\x00\x19\x00\xc9\x00\xca\x00\xc5\x00\xc6\x00\xc7\x00\x43\x00\x17\x00\x45\x00\x22\x00\x47\x00\x19\x00\x49\x00\x4a\x00\x4b\x00\x16\x00\xd8\x00\x4e\x00\x4f\x00\xb5\x00\x22\x00\xd4\x00\xb8\x00\xb9\x00\x1e\x00\xbb\x00\xc6\x00\xc7\x00\x22\x00\xc9\x00\xca\x00\xcf\x00\x93\x00\x7a\x00\x95\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x69\x00\x1e\x00\x84\x00\xd8\x00\x86\x00\x22\x00\x88\x00\xd2\x00\xd4\x00\x8b\x00\x8c\x00\x8d\x00\x21\x00\x03\x00\x23\x00\x40\x00\x41\x00\x93\x00\x08\x00\x09\x00\x72\x00\x73\x00\x74\x00\x2c\x00\x94\x00\x2e\x00\x2f\x00\x47\x00\x7a\x00\x49\x00\x4a\x00\x4b\x00\x69\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\xcd\x00\x84\x00\xcf\x00\x86\x00\xd1\x00\x88\x00\x0d\x00\x0e\x00\x8b\x00\x8c\x00\x8d\x00\x59\x00\xb3\x00\xb4\x00\xb5\x00\x43\x00\x93\x00\xb8\x00\xb9\x00\x47\x00\xbb\x00\x49\x00\x4a\x00\x4b\x00\xb6\x00\x25\x00\xd3\x00\x27\x00\xba\x00\x69\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x52\x00\x31\x00\x32\x00\x33\x00\xc6\x00\xc7\x00\xcf\x00\xd2\x00\xca\x00\xd3\x00\xb9\x00\xc5\x00\xc6\x00\xc7\x00\xb5\x00\xc9\x00\xca\x00\xb8\x00\xb9\x00\x03\x00\xbb\x00\x73\x00\x74\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x7a\x00\xd4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x0a\x00\x21\x00\x84\x00\x23\x00\x86\x00\xd8\x00\x88\x00\xd2\x00\x99\x00\x8b\x00\x8c\x00\x8d\x00\x2c\x00\x38\x00\x2e\x00\x2f\x00\x7c\x00\x93\x00\x0d\x00\x0e\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xb6\x00\xc5\x00\xc6\x00\xc7\x00\xba\x00\xc9\x00\xca\x00\x8e\x00\x28\x00\x90\x00\x45\x00\x46\x00\x47\x00\x48\x00\x49\x00\x2f\x00\xc6\x00\xc7\x00\x4d\x00\x6f\x00\xca\x00\xc6\x00\xc7\x00\x3a\x00\xc9\x00\xca\x00\xd3\x00\xb5\x00\x43\x00\xd4\x00\xb8\x00\xb9\x00\x47\x00\xbb\x00\x49\x00\x4a\x00\x4b\x00\xc6\x00\xc7\x00\xd8\x00\xc9\x00\xca\x00\xd4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x6f\x00\xc6\x00\xc7\x00\x70\x00\xc9\x00\xca\x00\xd8\x00\xd2\x00\xbd\x00\x35\x00\x8e\x00\xc0\x00\x90\x00\xc2\x00\x8e\x00\xc4\x00\x90\x00\x7a\x00\x93\x00\xd8\x00\x95\x00\x7b\x00\xcb\x00\xcc\x00\xcd\x00\x7b\x00\xcf\x00\x84\x00\xd1\x00\x86\x00\x2b\x00\x88\x00\x2d\x00\xb8\x00\x8b\x00\x8c\x00\x8d\x00\x7f\x00\x77\x00\x78\x00\x79\x00\x7a\x00\x93\x00\x28\x00\x30\x00\x31\x00\xc5\x00\xc6\x00\xc7\x00\x59\x00\x2f\x00\x84\x00\x27\x00\x86\x00\x29\x00\x88\x00\x0d\x00\x0e\x00\x8b\x00\x8c\x00\x8d\x00\xae\x00\x27\x00\x43\x00\x29\x00\x45\x00\x93\x00\x47\x00\xb6\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x69\x00\x4e\x00\x4f\x00\xb5\x00\x54\x00\x55\x00\xb8\x00\xb9\x00\x58\x00\xbb\x00\x8e\x00\xc6\x00\xc7\x00\x54\x00\x55\x00\xca\x00\x57\x00\x58\x00\xd4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xc6\x00\xc7\x00\xb5\x00\x99\x00\xca\x00\xb8\x00\xb9\x00\xd2\x00\xbb\x00\x1a\x00\x1b\x00\x1c\x00\xc6\x00\xc7\x00\x34\x00\xc9\x00\xca\x00\xd4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x56\x00\x78\x00\x79\x00\x7a\x00\x30\x00\x31\x00\xd8\x00\xd2\x00\xd4\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\x84\x00\x34\x00\x86\x00\x27\x00\x88\x00\x29\x00\x75\x00\x8b\x00\x8c\x00\x8d\x00\x43\x00\x27\x00\x45\x00\x29\x00\x47\x00\x93\x00\x49\x00\x4a\x00\x4b\x00\xb1\x00\x39\x00\x4e\x00\x4f\x00\x96\x00\x97\x00\x98\x00\xb8\x00\xd5\x00\x42\x00\x43\x00\xb8\x00\x45\x00\x27\x00\x47\x00\x29\x00\x49\x00\x4a\x00\x4b\x00\xca\x00\xc5\x00\xc6\x00\xc7\x00\x39\x00\xc5\x00\xc6\x00\xc7\x00\xb9\x00\x39\x00\x27\x00\xb5\x00\x29\x00\x39\x00\xb8\x00\xb9\x00\x22\x00\xbb\x00\x96\x00\x97\x00\x98\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x52\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x49\x00\x4a\x00\x4b\x00\x42\x00\x43\x00\x94\x00\xd8\x00\xd2\x00\x47\x00\xd3\x00\x49\x00\x4a\x00\x4b\x00\x42\x00\x43\x00\xa8\x00\xa9\x00\xaa\x00\x47\x00\x8e\x00\x49\x00\x4a\x00\x4b\x00\x42\x00\x43\x00\x6c\x00\x6d\x00\x6e\x00\x47\x00\xb8\x00\x49\x00\x4a\x00\x4b\x00\x0d\x00\x0e\x00\x01\x00\x02\x00\x0d\x00\x0e\x00\x05\x00\x06\x00\x17\x00\xc5\x00\xc6\x00\xc7\x00\x17\x00\xb6\x00\x43\x00\x22\x00\x45\x00\xba\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\x16\x00\xb9\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\xc6\x00\xc7\x00\x16\x00\x27\x00\xca\x00\x29\x00\x22\x00\x16\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x27\x00\x47\x00\x29\x00\x49\x00\x4a\x00\x4b\x00\x56\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x0c\x00\x0d\x00\x0e\x00\x43\x00\x27\x00\x45\x00\x29\x00\x47\x00\x32\x00\x49\x00\x4a\x00\x4b\x00\x4a\x00\xd8\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x68\x00\x5c\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x29\x00\x8e\x00\x2b\x00\x85\x00\xc6\x00\xc7\x00\x85\x00\xc9\x00\xca\x00\xc6\x00\xc7\x00\x62\x00\x7c\x00\x4a\x00\xc6\x00\xc7\x00\x0c\x00\xc9\x00\xca\x00\x54\x00\x55\x00\x6c\x00\xd8\x00\x1c\x00\xc6\x00\xc7\x00\x28\x00\xc9\x00\xca\x00\x27\x00\x75\x00\x29\x00\xd8\x00\x29\x00\xc6\x00\xc7\x00\x74\x00\xc9\x00\xca\x00\x5e\x00\x5f\x00\x60\x00\xd8\x00\x29\x00\xb9\x00\x45\x00\x46\x00\x47\x00\x48\x00\x49\x00\x5c\x00\x8e\x00\xd8\x00\x4d\x00\x27\x00\xc4\x00\x29\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\x2b\x00\xcf\x00\x2d\x00\xd1\x00\x17\x00\x40\x00\x41\x00\xb9\x00\x17\x00\x29\x00\xd8\x00\x2b\x00\xbd\x00\x5f\x00\x60\x00\xc0\x00\x0f\x00\xc2\x00\x17\x00\xc4\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x1c\x00\xcb\x00\xcc\x00\xcd\x00\xb9\x00\xcf\x00\x29\x00\xd1\x00\x47\x00\x1d\x00\x49\x00\x4a\x00\x4b\x00\xd8\x00\x32\x00\xc4\x00\x32\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\x43\x00\xcf\x00\x45\x00\xd1\x00\x47\x00\x27\x00\x49\x00\x4a\x00\x4b\x00\x28\x00\xd8\x00\x4e\x00\x4f\x00\x1c\x00\x51\x00\x0c\x00\x0d\x00\x0e\x00\x2b\x00\x43\x00\x74\x00\x45\x00\x22\x00\x47\x00\x73\x00\x49\x00\x4a\x00\x4b\x00\x6d\x00\x6e\x00\x4e\x00\x4f\x00\x0c\x00\x51\x00\x6c\x00\x6d\x00\x6e\x00\x17\x00\x43\x00\x6a\x00\x45\x00\x17\x00\x47\x00\x85\x00\x49\x00\x4a\x00\x4b\x00\x22\x00\x4d\x00\x4e\x00\x4f\x00\x1e\x00\x45\x00\x46\x00\x47\x00\x48\x00\x49\x00\x43\x00\x85\x00\x45\x00\x4d\x00\x47\x00\x05\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x4d\x00\x4e\x00\x4f\x00\x6c\x00\x6d\x00\x6e\x00\xb6\x00\x6d\x00\x6e\x00\x43\x00\xba\x00\x45\x00\x32\x00\x47\x00\x1e\x00\x49\x00\x4a\x00\x4b\x00\x29\x00\x4d\x00\x4e\x00\x4f\x00\xc6\x00\xc7\x00\x0d\x00\x0e\x00\xca\x00\x8e\x00\x43\x00\x28\x00\x45\x00\x16\x00\x47\x00\x22\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x4d\x00\x4e\x00\x4f\x00\x0d\x00\x0e\x00\xc6\x00\xc7\x00\x1c\x00\xc9\x00\xca\x00\x43\x00\x75\x00\x45\x00\xb9\x00\x47\x00\x85\x00\x49\x00\x4a\x00\x4b\x00\x7a\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\x0f\x00\x10\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x74\x00\x47\x00\x85\x00\x49\x00\x4a\x00\x4b\x00\x85\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x29\x00\x47\x00\x25\x00\x49\x00\x4a\x00\x4b\x00\x85\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x1c\x00\x47\x00\x28\x00\x49\x00\x4a\x00\x4b\x00\x1e\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x17\x00\x47\x00\x65\x00\x49\x00\x4a\x00\x4b\x00\x60\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x85\x00\x47\x00\x1d\x00\x49\x00\x4a\x00\x4b\x00\x1d\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x97\x00\x98\x00\xb9\x00\x0d\x00\x0e\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\x7d\x00\x7e\x00\x7f\x00\xd8\x00\x31\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\x5c\x00\x45\x00\xb9\x00\x47\x00\x1e\x00\x49\x00\x4a\x00\x4b\x00\x05\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\x05\x00\x06\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x2b\x00\x47\x00\x57\x00\x49\x00\x4a\x00\x4b\x00\x22\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x2b\x00\x47\x00\x41\x00\x49\x00\x4a\x00\x4b\x00\x1c\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x5e\x00\x47\x00\x29\x00\x49\x00\x4a\x00\x4b\x00\x0c\x00\x4d\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x22\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\x0d\x00\x0e\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\x28\x00\x45\x00\x24\x00\x47\x00\x24\x00\x49\x00\x4a\x00\x4b\x00\x0d\x00\x0e\x00\x4e\x00\x4f\x00\xd8\x00\x74\x00\xc6\x00\xc7\x00\x5c\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x1d\x00\x47\x00\x2d\x00\x49\x00\x4a\x00\x4b\x00\x37\x00\x38\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\x5c\x00\x45\x00\xb9\x00\x47\x00\x2b\x00\x49\x00\x4a\x00\x4b\x00\x08\x00\x09\x00\x4e\x00\x4f\x00\xd8\x00\x05\x00\x06\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x1d\x00\x47\x00\x1d\x00\x49\x00\x4a\x00\x4b\x00\x05\x00\x06\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x2c\x00\x47\x00\x28\x00\x49\x00\x4a\x00\x4b\x00\x05\x00\x06\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x1d\x00\x47\x00\x22\x00\x49\x00\x4a\x00\x4b\x00\x28\x00\x29\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x2d\x00\x47\x00\x29\x00\x49\x00\x4a\x00\x4b\x00\x4a\x00\x4b\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x22\x00\x43\x00\xb9\x00\x45\x00\x85\x00\x47\x00\x21\x00\x49\x00\x4a\x00\x4b\x00\x7d\x00\x7e\x00\x7f\x00\xd8\x00\x0f\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x0f\x00\x47\x00\x16\x00\x49\x00\x4a\x00\x4b\x00\x03\x00\x04\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\x46\x00\x45\x00\xb9\x00\x47\x00\x4c\x00\x49\x00\x4a\x00\x4b\x00\x4a\x00\x4b\x00\x4e\x00\x4f\x00\xd8\x00\x7f\x00\x80\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x17\x00\x47\x00\x1e\x00\x49\x00\x4a\x00\x4b\x00\x28\x00\x29\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x43\x00\xb9\x00\x45\x00\x17\x00\x47\x00\x60\x00\x49\x00\x4a\x00\x4b\x00\x54\x00\x55\x00\x4e\x00\x4f\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x0f\x00\xb9\x00\x43\x00\x44\x00\x45\x00\x28\x00\x47\x00\x0c\x00\x49\x00\x4a\x00\x4b\x00\x05\x00\x06\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x21\x00\x85\x00\xb9\x00\x43\x00\x28\x00\x45\x00\x85\x00\x47\x00\x85\x00\x49\x00\x4a\x00\x4b\x00\x1e\x00\xd8\x00\x29\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x1d\x00\xb9\x00\x1e\x00\x22\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x96\x00\x97\x00\x98\x00\x17\x00\x24\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x28\x00\xb9\x00\x46\x00\x47\x00\x74\x00\x49\x00\x4a\x00\x4b\x00\x96\x00\x97\x00\x98\x00\x4f\x00\x74\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x51\x00\x52\x00\x53\x00\xb9\x00\x2b\x00\x49\x00\x4a\x00\x4b\x00\x4c\x00\x74\x00\x61\x00\x62\x00\x63\x00\xd8\x00\x65\x00\x5c\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x60\x00\xb9\x00\x46\x00\x47\x00\x22\x00\x49\x00\x4a\x00\x4b\x00\x82\x00\x83\x00\x84\x00\x74\x00\x24\x00\xd8\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x27\x00\x1c\x00\x1e\x00\xb9\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x1d\x00\x4c\x00\x61\x00\x62\x00\x63\x00\xd8\x00\x65\x00\x1b\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x17\x00\x24\x00\xb9\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x29\x00\x24\x00\x22\x00\x05\x00\x64\x00\x85\x00\xd8\x00\x1c\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x17\x00\x01\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xc6\x00\xc7\x00\xd8\x00\xc9\x00\xca\x00\x17\x00\x17\x00\x17\x00\xbb\x00\x3e\x00\x3f\x00\x40\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x2d\x00\x17\x00\xd8\x00\xc6\x00\xc7\x00\x17\x00\xc9\x00\xca\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x22\x00\x21\x00\x2b\x00\xc0\x00\x17\x00\x41\x00\x41\x00\xc4\x00\xd8\x00\xc6\x00\xc7\x00\x41\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\x21\x00\x27\x00\x6e\x00\xbb\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x2d\x00\x4c\x00\x71\x00\xd8\x00\xd9\x00\xda\x00\xc6\x00\xc7\x00\x65\x00\xc9\x00\xca\x00\x85\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x85\x00\xd8\x00\xc6\x00\xc7\x00\x0c\x00\xc9\x00\xca\x00\x17\x00\x17\x00\x17\x00\x22\x00\x62\x00\x17\x00\x21\x00\xb8\x00\x2b\x00\x74\x00\xbb\x00\x29\x00\x28\x00\xd8\x00\x65\x00\xc6\x00\xc7\x00\x22\x00\xc9\x00\xca\x00\xc5\x00\xc6\x00\xc7\x00\x75\x00\xc9\x00\xca\x00\x20\x00\x0f\x00\x05\x00\x85\x00\x1d\x00\x6c\x00\x86\x00\xd8\x00\xc6\x00\xc7\x00\x0f\x00\xc9\x00\xca\x00\xc6\x00\xc7\x00\x20\x00\xc9\x00\xca\x00\x1d\x00\x69\x00\xb6\x00\x16\x00\x08\x00\x09\x00\xba\x00\x5f\x00\xd8\x00\x86\x00\x0c\x00\xc6\x00\xc7\x00\xd8\x00\xc9\x00\xca\x00\x28\x00\x01\x00\xc6\x00\xc7\x00\x86\x00\x0f\x00\xca\x00\xc6\x00\xc7\x00\x0f\x00\xc9\x00\xca\x00\x0f\x00\xd8\x00\x1d\x00\x0f\x00\x24\x00\x25\x00\x1d\x00\x86\x00\x1d\x00\x2c\x00\x16\x00\x2c\x00\x1d\x00\xd8\x00\x86\x00\x00\x00\x6c\x00\x31\x00\x32\x00\x33\x00\xc6\x00\xc7\x00\xff\xff\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xc6\x00\xc7\x00\xd8\x00\xc9\x00\xca\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xd8\x00\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\x50\x00\xff\xff\xff\xff\x2a\x00\x54\x00\x55\x00\x56\x00\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\x62\x00\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x01\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\x64\x00\xff\xff\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x16\x00\x6d\x00\xff\xff\x6f\x00\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\xff\xff\x7b\x00\x7c\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\xff\xff\xff\xff\xff\xff\x84\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x50\x00\x23\x00\xff\xff\xff\xff\x54\x00\x55\x00\x56\x00\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\x75\x00\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\x64\x00\xff\xff\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\xff\xff\x6d\x00\xff\xff\x6f\x00\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\xff\xff\x7b\x00\x7c\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\xff\xff\xff\xff\xff\xff\x84\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xbd\x00\x18\x00\xff\xff\xc0\x00\xff\xff\xc2\x00\xff\xff\xc4\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\x2a\x00\xd1\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x01\x00\x6d\x00\xff\xff\x6f\x00\x05\x00\x06\x00\x72\x00\xff\xff\x09\x00\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\xff\xff\x7b\x00\x7c\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x16\x00\xff\xff\x18\x00\x84\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x01\x00\xff\xff\x20\x00\xff\xff\x05\x00\x06\x00\x24\x00\xff\xff\x09\x00\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\x2f\x00\x30\x00\xff\xff\x32\x00\x16\x00\x22\x00\x18\x00\x24\x00\x25\x00\xff\xff\x27\x00\x28\x00\xff\xff\x16\x00\x20\x00\x18\x00\xff\xff\xff\xff\x24\x00\xff\xff\x31\x00\x32\x00\x33\x00\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x32\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x01\x00\x62\x00\xff\xff\x81\x00\x05\x00\x06\x00\xff\xff\x01\x00\x60\x00\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\xff\xff\x26\x00\xff\xff\xff\xff\xff\xff\xbd\x00\x75\x00\x16\x00\xc0\x00\x18\x00\xc2\x00\xff\xff\xc4\x00\x01\x00\x16\x00\x75\x00\x18\x00\x20\x00\x81\x00\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\x20\x00\xd1\x00\xff\xff\x81\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x32\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x75\x00\x18\x00\xff\xff\x62\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\x20\x00\x62\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x75\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x32\x00\xff\xff\x75\x00\x62\x00\xff\xff\x24\x00\x25\x00\x81\x00\x27\x00\x28\x00\xff\xff\xff\xff\xff\xff\xff\xff\x81\x00\xff\xff\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\x75\x00\xff\xff\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x62\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\x17\x00\x18\x00\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x22\x00\x23\x00\x24\x00\x25\x00\x81\x00\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\x17\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x22\x00\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\x17\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x22\x00\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\x21\x00\xff\xff\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\x70\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\x71\x00\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\x70\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\x61\x00\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\x16\x00\x17\x00\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\x26\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\x25\x00\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6b\x00\xff\xff\x6d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\x01\x00\x48\x00\x49\x00\x75\x00\x05\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\x16\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\x62\x00\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6b\x00\xff\xff\x6d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x07\x00\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x57\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\x5e\x00\x5f\x00\x60\x00\x61\x00\x62\x00\x63\x00\x64\x00\x65\x00\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x6c\x00\x6d\x00\x6e\x00\x6f\x00\x70\x00\x71\x00\x72\x00\x73\x00\x74\x00\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\x01\x00\x42\x00\x43\x00\x44\x00\x05\x00\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6b\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x2d\x00\xff\xff\x2f\x00\x01\x00\xff\xff\x32\x00\xff\xff\x05\x00\x06\x00\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\x16\x00\x46\x00\x18\x00\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x2f\x00\xff\xff\xff\xff\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5f\x00\x38\x00\xff\xff\x62\x00\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\x69\x00\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\xff\xff\x07\x00\x2f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x57\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\x5e\x00\x5f\x00\x60\x00\x61\x00\x62\x00\x63\x00\x64\x00\x65\x00\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x6c\x00\x6d\x00\x6e\x00\x6f\x00\x70\x00\x71\x00\x72\x00\x73\x00\x74\x00\x75\x00\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x16\x00\x17\x00\x18\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\xff\xff\x0b\x00\x20\x00\xff\xff\x22\x00\xff\xff\xff\xff\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\x2d\x00\xff\xff\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\x20\x00\xff\xff\xff\xff\xff\xff\x24\x00\xff\xff\xff\xff\x27\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2d\x00\xff\xff\x2f\x00\x30\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x01\x00\xff\xff\x75\x00\x62\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\xff\xff\x0b\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\x19\x00\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\x18\x00\x20\x00\xff\xff\x22\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x20\x00\xff\xff\xff\xff\xff\xff\x24\x00\xff\xff\xff\xff\x27\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2d\x00\xff\xff\x2f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x22\x00\xff\xff\x24\x00\x25\x00\xff\xff\x27\x00\x28\x00\x29\x00\xff\xff\x2b\x00\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x31\x00\x32\x00\x33\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x16\x00\x60\x00\x01\x00\x62\x00\x03\x00\x04\x00\x05\x00\x06\x00\x1e\x00\x01\x00\x62\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x26\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x16\x00\x17\x00\x18\x00\xff\xff\xff\xff\xff\xff\x75\x00\x16\x00\xff\xff\x18\x00\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x20\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x75\x00\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x69\x00\xff\xff\xff\xff\xff\xff\x01\x00\x75\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x20\x00\x21\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x01\x00\x75\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x01\x00\x18\x00\x20\x00\xff\xff\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\xff\xff\xff\xff\x30\x00\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x01\x00\x60\x00\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x75\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\x18\x00\x20\x00\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x30\x00\xff\xff\x05\x00\x06\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x75\x00\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x06\x00\x75\x00\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x06\x00\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\x20\x00\x62\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\x20\x00\xff\xff\xff\xff\xff\xff\x6c\x00\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x17\x00\x05\x00\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x22\x00\x05\x00\xff\xff\x25\x00\xff\xff\x27\x00\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\x2d\x00\xff\xff\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\x16\x00\x17\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x26\x00\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\xff\xff\xff\xff\x01\x00\x02\x00\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x62\x00\x01\x00\x02\x00\xff\xff\xff\xff\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x6c\x00\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\xff\xff\xff\xff\xff\xff\x62\x00\x01\x00\x02\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x22\x00\xff\xff\x6c\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x16\x00\x01\x00\x02\x00\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\x1e\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\x75\x00\xff\xff\x05\x00\xff\xff\x62\x00\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x06\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x01\x00\x02\x00\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x01\x00\xff\xff\x75\x00\xff\xff\x05\x00\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x69\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x62\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x62\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x93\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x9e\x00\x9f\x00\xa0\x00\xa1\x00\xff\xff\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\x24\x00\x25\x00\xff\xff\x27\x00\x28\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x9f\x00\xa0\x00\xa1\x00\xff\xff\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa0\x00\xa1\x00\xff\xff\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa2\x00\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xad\x00\xff\xff\xaf\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa2\x00\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xad\x00\xff\xff\xaf\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa2\x00\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xad\x00\xff\xff\xaf\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xad\x00\xff\xff\xaf\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xaf\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\x8e\x00\x8f\x00\xff\xff\xff\xff\x92\x00\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xbe\x00\xff\xff\xc0\x00\xff\xff\xff\xff\xc3\x00\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\x8f\x00\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x9c\x00\x9d\x00\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\x8f\x00\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xbe\x00\xff\xff\xc0\x00\xff\xff\xff\xff\xc3\x00\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xff\xff\xce\x00\xff\xff\xd0\x00\xd1\x00\xd2\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xbe\x00\xff\xff\xc0\x00\xff\xff\xff\xff\xc3\x00\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xff\xff\xce\x00\xff\xff\xd0\x00\xd1\x00\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\x8f\x00\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\x8f\x00\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xbe\x00\xff\xff\xc0\x00\xff\xff\xff\xff\xc3\x00\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xff\xff\xce\x00\xff\xff\xd0\x00\xd1\x00\xd2\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xbe\x00\xff\xff\xc0\x00\xff\xff\xff\xff\xc3\x00\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xff\xff\xce\x00\xff\xff\xd0\x00\xd1\x00\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\x8f\x00\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xbe\x00\xff\xff\xc0\x00\xff\xff\xff\xff\xc3\x00\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xff\xff\xce\x00\xff\xff\xd0\x00\xd1\x00\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xa6\x00\xa7\x00\xff\xff\x93\x00\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xa7\x00\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\x91\x00\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x92\x00\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\x91\x00\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xab\x00\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xd2\x00\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x82\x00\x83\x00\x84\x00\x85\x00\x86\x00\x87\x00\x88\x00\xd2\x00\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x85\x00\x86\x00\x87\x00\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\x86\x00\xff\xff\x88\x00\xff\xff\xd2\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x88\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x89\x00\x8a\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xd2\x00\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x8a\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x8a\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xd2\x00\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\x96\x00\x97\x00\x98\x00\xff\xff\x9a\x00\x9b\x00\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\x93\x00\xff\xff\xff\xff\x96\x00\x97\x00\x98\x00\xff\xff\x9a\x00\x9b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xb5\x00\xff\xff\xd2\x00\xb8\x00\xb9\x00\x93\x00\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xd2\x00\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xd2\x00\xb8\x00\xb9\x00\xff\xff\xbb\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xb5\x00\xff\xff\xd2\x00\xb8\x00\xb9\x00\x93\x00\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xd2\x00\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xd2\x00\xb8\x00\xb9\x00\xff\xff\xbb\x00\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xb5\x00\xff\xff\xd2\x00\xb8\x00\xb9\x00\x93\x00\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\xff\xff\xff\xff\xd2\x00\xff\xff\xff\xff\x93\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xff\xff\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb5\x00\xff\xff\xd2\x00\xb8\x00\xb9\x00\xff\xff\xbb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd2\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff"#--happyTable :: HappyAddr-happyTable = HappyA# "\x00\x00\x0c\x00\x09\x00\x0b\x00\x93\x00\x09\x00\x94\x00\x2b\x02\x3f\x03\x40\x03\x41\x03\xb7\x00\x56\x02\xd4\x02\x26\x04\x10\x03\x0c\x03\x81\x01\x07\x02\xb7\x00\xb0\x03\xfd\x03\x7f\x01\x28\x00\x0f\x03\xb7\x00\x27\x04\x28\x04\xb7\x00\xe3\x01\xb8\x00\x9b\x02\x60\x02\x03\x01\x4c\x03\x28\x03\xd4\x03\x81\x01\x07\x02\xf3\x02\x56\x02\xa5\x03\xa6\x03\xaf\x01\xe2\x01\xfc\x00\x08\x02\x02\x01\x9b\x00\x81\x01\x19\x03\x81\x01\xe6\x02\xba\xff\x86\x01\x81\x01\x61\x03\x81\x01\x61\x03\x7b\x03\x16\x02\x7e\x02\x05\x01\x21\x00\x69\x00\x1a\x02\x0a\x02\x74\x02\x81\x01\xe6\x02\x2d\x04\xb1\x03\xb2\x03\xec\x03\xf5\xff\x81\x01\x19\x03\x6b\x01\x9c\x02\x81\x01\x7d\x03\x18\x03\x27\x03\x28\x03\xfd\x00\x87\x01\xfd\x00\xe6\x02\xcf\x00\x7f\x02\x80\x02\xb6\x03\x0d\x02\x1c\x02\x92\x03\x17\x02\xb4\x00\x6c\x01\x62\x00\x63\x00\x64\x00\xfd\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x6d\x01\x99\x00\x30\x04\x9a\x00\xdf\x01\xdd\x03\x71\x03\xa7\x03\xd4\x02\x32\x04\xd7\x03\x56\x00\xda\x02\x93\x03\x34\x03\x35\x03\x1c\x02\xd6\x03\xd7\x03\xa3\x01\x24\x04\x24\x00\x25\x00\xde\x03\xf4\x02\x25\x00\x1f\x04\x70\x00\xa7\x03\x71\x00\x5c\x00\x36\x03\xb6\x01\xb7\x01\x73\x00\x61\x02\xd0\x02\xcc\x03\x74\x00\x9b\x00\x75\x00\x76\x00\x24\x00\x25\x00\xf2\x01\x1a\x03\x62\x03\x7e\x03\x63\x03\x70\x00\x62\x02\x71\x00\x61\x02\xcd\x03\xb6\x01\xb7\x01\x73\x00\x20\x00\x21\x00\x22\x00\x74\x00\x1b\x02\x75\x00\x76\x00\x21\x00\x29\x03\x42\x03\x62\x02\xb9\x00\x43\x03\x29\x04\x1b\x03\xe4\x01\x09\x02\x2a\x04\xe5\x01\xb9\x00\xe6\x01\x13\x04\x20\x00\x21\x00\x22\x00\xb9\x00\x24\x00\x25\x00\xb9\x00\x21\x00\x9f\x00\xe7\x01\x1d\x02\xa0\x00\xe8\x01\x42\x03\x0b\x02\xe7\x02\x43\x03\x16\x04\x44\x03\x2c\x02\x80\x01\x0a\x00\x0a\x00\x2b\x04\x0a\x00\x0a\x00\x20\x00\x21\x00\x22\x00\x80\x01\x24\x00\x25\x00\xe8\x02\x21\x00\x29\x03\x21\x00\x69\x00\x77\x00\x6a\x00\x25\x00\x21\x00\x69\x00\x20\x02\xda\x01\x44\x03\x78\x00\x10\x00\x79\x00\x12\x00\x13\x00\x14\x00\x15\x00\xb0\x03\x6b\x00\x16\x00\x17\x00\x18\x00\xd0\x01\xe0\x01\x77\x00\xdb\x01\xb4\x00\x19\x00\x62\x00\x63\x00\x64\x00\xe8\x00\x78\x00\x10\x00\x79\x00\x12\x00\x13\x00\x14\x00\x15\x00\xc1\x00\x29\x04\x16\x00\x17\x00\x18\x00\x2a\x04\xcf\x00\xd8\x03\xd1\x00\xf1\x01\x19\x00\xd9\x03\x81\x01\x7d\x03\x17\x04\xd8\x03\x84\x02\x21\x00\x9f\x00\xd9\x03\xc2\x00\xa0\x00\x1c\x00\x21\x00\x9f\x00\x1d\x00\x1e\x00\xa0\x00\x1f\x00\xdf\x02\x05\x04\x21\x00\x9f\x00\x2b\x04\x85\x02\xa0\x00\xd5\x00\xce\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x6f\x03\xe9\x00\x1d\x00\x1e\x00\x07\x04\x1f\x00\x26\x00\xe0\x02\xc8\x00\xc9\x00\xea\x00\x12\x03\xcb\x00\xe7\x01\xcc\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xd4\x00\xaf\x01\x2c\x00\x2d\x00\x70\x00\x62\x02\x71\x00\x26\x00\xb5\x01\xb6\x01\xb7\x01\x73\x00\xd7\x00\xd8\x00\xd9\x00\x74\x00\x51\x03\x75\x00\x76\x00\xa9\x03\xeb\x01\x52\x03\xb8\x01\x7f\x03\xb0\x01\x56\x02\x70\x00\xd8\x03\x71\x00\xc8\x00\xc9\x00\xd9\x03\xe1\x02\x73\x00\x08\x04\xdf\x02\x23\x00\x74\x00\xec\x01\x75\x00\x76\x00\x00\x02\x0f\x03\x21\x00\x9f\x00\xf2\x01\x0a\x03\xa0\x00\x21\x00\x69\x00\x37\x04\x6a\x00\x25\x00\xce\x00\xdf\x02\xd0\x00\xce\x00\xcf\x00\x20\x00\x21\x00\x22\x00\x11\x04\x21\x00\x9f\x00\x74\x02\xfc\x03\x6b\x00\x5f\x00\x01\x02\x02\x02\x75\x02\x61\x00\x0b\x04\x62\x00\x63\x00\x64\x00\xf2\x01\x0c\x04\xe0\x00\x67\x00\x03\x02\xe7\x00\xd4\x00\xfc\x02\xae\x03\xd4\x00\x62\x00\x63\x00\x64\x00\x20\x00\x21\x00\x22\x00\x12\x04\x77\x00\xd7\x00\xd8\x00\xd9\x00\xd7\x00\xd8\x00\xd9\x00\xa4\x01\x78\x00\x10\x00\x79\x00\x12\x00\x13\x00\x14\x00\x15\x00\xd1\x03\xa1\x01\x16\x00\x17\x00\x18\x00\xaa\x01\xaf\x03\x77\x00\xf5\x03\xab\x01\x19\x00\x2c\x00\x2d\x00\xf6\x03\xac\x01\x78\x00\x10\x00\x79\x00\x12\x00\x13\x00\x14\x00\x15\x00\x2c\x00\x2d\x00\x16\x00\x17\x00\x18\x00\x70\x00\xa9\x03\x71\x00\x36\x01\x64\x00\x19\x00\x72\x00\x73\x00\x21\x00\x69\x00\xe4\x00\x74\x00\xf6\x02\x75\x00\x76\x00\xa3\x03\x10\x04\x1c\x00\xd9\x02\xe5\x00\x1d\x00\x1e\x00\x22\x02\x1f\x00\xd1\x01\x23\x02\x8a\x02\x11\x04\xb4\x00\xe5\x00\x62\x00\x63\x00\x64\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\xb8\x01\xc8\x02\x1d\x00\x1e\x00\x87\x02\x1f\x00\x26\x00\xc8\x00\xc9\x00\x62\x01\x68\x00\xcb\x00\xe5\x00\xcc\x00\x7d\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x7c\x01\x97\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x26\x00\xe4\x01\x8e\x01\x8f\x01\xe5\x01\x70\x00\xee\x02\x71\x00\x21\x00\x69\x00\x90\x01\x6a\x00\x25\x00\x6b\x00\xb7\x03\x4f\x02\x50\x02\xe7\x01\x75\x00\x76\x00\xe8\x01\x77\x00\xc6\x03\x20\x00\x21\x00\x22\x00\x6b\x00\xc8\x03\xdc\x01\x78\x00\x10\x00\x79\x00\x12\x00\x13\x00\x14\x00\x15\x00\x9e\x01\xa1\x01\x16\x00\x17\x00\x18\x00\x70\x00\xd7\x01\x71\x00\x39\x02\xa7\x00\x19\x00\xe5\x00\x4f\x03\x42\x02\x7b\x01\x11\x02\xb9\x03\xa1\x01\x75\x00\x76\x00\xcb\x03\x7c\x01\x97\x00\x21\x00\x69\x00\xdd\x01\x6a\x00\x25\x00\x20\x00\x21\x00\x22\x00\x5f\x00\xcf\x03\x60\x00\xde\x01\x61\x00\x5d\x01\x62\x00\x63\x00\x64\x00\x39\x03\x37\x01\x43\x02\x67\x00\x1c\x00\xe5\x00\x54\x03\x1d\x00\x1e\x00\xea\x03\x1f\x00\x21\x00\x69\x00\xeb\x03\x6a\x00\x25\x00\x23\x02\xbc\x01\x77\x00\xbd\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x83\x03\xcd\x02\x51\x02\x6b\x00\x13\x00\xce\x02\x15\x00\x26\x00\x87\x03\x16\x00\x17\x00\x18\x00\x70\x00\x95\x00\x71\x00\x9b\x00\x7e\x01\x19\x00\x96\x00\x97\x00\xba\x03\xbb\x03\xbc\x03\xb9\x03\x8d\x03\x75\x00\x76\x00\xab\x03\x77\x00\x62\x00\x63\x00\x64\x00\xf2\x02\xce\x00\xcf\x00\xd0\x00\xd1\x00\x62\x01\x51\x02\xcb\x00\x13\x00\xcc\x00\x15\x00\xe6\x03\xe7\x03\x16\x00\x17\x00\x18\x00\xf1\x02\x52\x02\x53\x02\x1c\x00\xd2\x01\x19\x00\x1d\x00\x54\x02\xb4\x00\x1f\x00\x62\x00\x63\x00\x64\x00\x9d\x00\xd4\x00\xf6\x02\xd5\x00\x9e\x00\xf8\x02\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xfb\x02\xd7\x00\xd8\x00\xd9\x00\x21\x00\x9f\x00\x11\x03\x26\x00\xa0\x00\x14\x03\x68\x00\xa4\x01\x21\x00\x22\x00\x1c\x00\xa5\x01\x25\x00\x1d\x00\x1e\x00\x31\x03\x1f\x00\x06\x04\xbc\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x77\x00\x33\x03\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x33\x02\x70\x00\x51\x02\x71\x00\x13\x00\x6b\x00\x15\x00\x26\x00\x31\x02\x16\x00\x17\x00\x18\x00\x50\x03\x3b\x02\x75\x00\x76\x00\xc3\x00\x19\x00\xef\x03\xf0\x03\xa4\x00\xa5\x00\xa6\x00\xa7\x00\x9d\x00\xf0\x01\x21\x00\x22\x00\x9e\x00\xa5\x01\x25\x00\x9b\x01\x56\x03\xd7\x02\xbf\x01\x4a\x00\xd4\x03\x4b\x00\x4c\x00\x57\x03\x21\x00\x9f\x00\xc1\x01\x49\x02\xa0\x00\x21\x00\x69\x00\x3c\x02\x6a\x00\x25\x00\x56\x02\x1c\x00\xb3\x00\x4b\x02\x1d\x00\x1e\x00\xb4\x00\x1f\x00\x62\x00\x63\x00\x64\x00\x21\x00\x69\x00\x6b\x00\xa5\x01\x25\x00\x4c\x02\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x59\x02\x21\x00\x69\x00\x5e\x02\x6a\x00\x25\x00\xcf\x01\x26\x00\xc4\x00\x65\x02\x9b\x01\xc5\x00\xc6\x02\x1f\x03\x9b\x01\xc7\x00\x9c\x01\x77\x00\xbc\x01\x6b\x00\xbd\x01\x69\x02\xc8\x00\xc9\x00\xca\x00\x72\x02\xcb\x00\x51\x02\xcc\x00\x13\x00\x9d\x03\x15\x00\x9e\x03\x12\x02\x16\x00\x17\x00\x18\x00\x71\x02\x58\x03\x59\x03\x5a\x03\x5b\x03\x19\x00\x56\x03\x26\x03\x42\x02\x20\x00\x21\x00\x22\x00\x80\x02\x57\x03\x5c\x03\x43\xfe\x13\x00\x43\xfe\x15\x00\x9e\x03\x9f\x03\x16\x00\x17\x00\x18\x00\x95\x02\x55\xfe\x5f\x00\x55\xfe\x60\x00\x19\x00\x61\x00\x9d\x00\x62\x00\x63\x00\x64\x00\x9e\x00\x82\x02\x43\x02\x67\x00\x1c\x00\x5a\x02\x5b\x02\x1d\x00\x1e\x00\x60\x03\x1f\x00\xe2\x00\x21\x00\x9f\x00\x5a\x02\x5b\x02\xa0\x00\x5c\x02\x5d\x02\x93\x02\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x21\x00\x86\x02\x1c\x00\xba\x01\x87\x02\x1d\x00\x1e\x00\x26\x00\x1f\x00\x20\x04\x21\x04\x22\x04\x21\x00\x69\x00\xf9\x01\x6a\x00\x25\x00\xb3\x02\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xfd\x01\xdf\x03\x5a\x03\x5b\x03\x41\x02\x42\x02\x6b\x00\x26\x00\x84\x01\xa8\x00\xa5\x00\xa6\x00\xa7\x00\x5c\x03\xfc\x01\x13\x00\x5f\xfe\x15\x00\x5f\xfe\x05\x02\x16\x00\x17\x00\x18\x00\x5f\x00\x60\xfe\x60\x00\x60\xfe\x61\x00\x19\x00\x62\x00\x63\x00\x64\x00\xd5\x02\x18\x02\x43\x02\x67\x00\x11\x04\x0a\x01\x0b\x01\x90\x01\x26\x02\xe2\x03\xe3\x03\x17\x02\xe4\x03\x61\xfe\xb4\x00\x61\xfe\x62\x00\x63\x00\x64\x00\x20\x02\x20\x00\x21\x00\x22\x00\xac\x00\x20\x00\x21\x00\x22\x00\x68\x00\xb1\x00\x62\xfe\x1c\x00\x62\xfe\xb2\x00\x1d\x00\x1e\x00\xdb\x00\x1f\x00\xf7\x03\x0a\x01\x0b\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xdd\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xef\x00\x63\x00\x64\x00\xbf\x03\x0d\x02\x07\x01\x6b\x00\x26\x00\xb4\x00\x3e\x01\x62\x00\x63\x00\x64\x00\x64\x03\x0d\x02\x99\x03\x9a\x03\x9b\x03\xb4\x00\x5b\x01\x62\x00\x63\x00\x64\x00\x0c\x02\x0d\x02\x84\x03\x7b\x02\x7c\x02\xb4\x00\xae\x00\x62\x00\x63\x00\x64\x00\xc1\x03\xc2\x03\x28\x00\x29\x00\x3b\x03\x3c\x03\x2c\x00\x2d\x00\x36\x04\x20\x00\x21\x00\x22\x00\x32\x04\x9d\x00\x5f\x00\x2f\x04\x60\x00\x9e\x00\x61\x00\x30\x04\x62\x00\x63\x00\x64\x00\x3e\x01\x68\x00\xe5\x00\x67\x00\xe6\x00\xe7\x00\x21\x00\x9f\x00\x2d\x04\x63\xfe\xa0\x00\x63\xfe\x46\x03\x25\x04\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x64\xfe\x61\x00\x64\xfe\x62\x00\x63\x00\x64\x00\x15\x04\x01\x04\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x2e\x02\x81\x01\x2f\x02\x5f\x00\x65\xfe\x60\x00\x65\xfe\x61\x00\x1f\x04\x62\x00\x63\x00\x64\x00\x16\x04\x6b\x00\xe5\x00\x67\x00\xe6\x00\xe7\x00\x02\x04\x84\x02\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xcd\xfe\xe8\x00\xcd\xfe\x1a\x04\x21\x00\x69\x00\x1c\x04\x6a\x00\x25\x00\x21\x00\x4b\x03\x56\x00\xc3\x00\xfb\x03\x21\x00\x69\x00\xfd\x03\x6a\x00\x25\x00\x5a\x02\x5f\x03\x47\x03\x6b\x00\x56\x02\x21\x00\x69\x00\xee\x01\x6a\x00\x25\x00\x6c\xfe\x5c\x00\x6c\xfe\x6b\x00\x4f\xff\x21\x00\x69\x00\x82\x02\x6a\x00\x25\x00\x76\x02\x77\x02\x78\x02\x6b\x00\x0a\x04\x68\x00\xbf\x01\x4a\x00\x99\x03\x4b\x00\x4c\x00\x84\x02\xe8\x00\x6b\x00\xc1\x01\x6d\xfe\x6d\x03\x6d\xfe\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xc8\x00\xc9\x00\xea\x00\xa2\x01\xcb\x00\xa3\x01\xcc\x00\x0e\x04\x9b\x00\x9c\x00\x68\x00\x0f\x04\xf7\x01\x6b\x00\xf8\x01\xc4\x00\x69\x03\x78\x02\xc5\x00\xd3\x03\xc6\x00\xd6\x03\xc7\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x56\x02\xc8\x00\xc9\x00\xca\x00\x68\x00\xcb\x00\xe2\x03\xcc\x00\x48\x02\xf3\xfd\x62\x00\x63\x00\x64\x00\x6b\x00\xed\x03\xe9\x00\xee\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xc8\x00\xc9\x00\xea\x00\x5f\x00\xcb\x00\x60\x00\xcc\x00\x61\x00\xf2\x03\x62\x00\x63\x00\x64\x00\xef\x03\x6b\x00\xe0\x00\x67\x00\x56\x02\x80\x03\x30\x02\x81\x01\x2f\x02\x9d\x03\x5f\x00\x6b\x02\x60\x00\xdd\x02\x61\x00\xf9\x03\x62\x00\x63\x00\x64\x00\x7b\x03\x7c\x02\xe0\x00\x67\x00\xa1\x03\xe1\x00\x7a\x02\x7b\x02\x7c\x02\xa2\x03\x5f\x00\x81\x03\x60\x00\xa3\x03\x61\x00\xaa\x03\x62\x00\x63\x00\x64\x00\xde\x01\x18\x04\x66\x00\x67\x00\xa5\x03\xbf\x01\x4a\x00\xc0\x01\x4b\x00\x4c\x00\x5f\x00\xad\x03\x60\x00\xc1\x01\x61\x00\x2c\x00\x62\x00\x63\x00\x64\x00\xb5\x03\xfe\x03\x66\x00\x67\x00\x8c\x02\x7b\x02\x7c\x02\x9d\x00\xf9\x02\x7c\x02\x5f\x00\x9e\x00\x60\x00\xb6\x03\x61\x00\xb9\x03\x62\x00\x63\x00\x64\x00\x1d\x03\x0a\x04\x66\x00\x67\x00\x21\x00\x9f\x00\x1d\x03\x1e\x03\xa0\x00\xe2\x00\x5f\x00\xc5\x03\x60\x00\xc8\x03\x61\x00\xca\x03\x62\x00\x63\x00\x64\x00\xcb\x03\xdc\x03\x66\x00\x67\x00\x20\x03\x21\x03\x21\x00\x69\x00\x56\x02\x6a\x00\x25\x00\x5f\x00\xd1\x03\x60\x00\x68\x00\x61\x00\xcf\x03\x62\x00\x63\x00\x64\x00\x3b\x03\xe0\x03\x66\x00\x67\x00\x6b\x00\x2e\x03\x2f\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x48\x03\x61\x00\x49\x03\x62\x00\x63\x00\x64\x00\x4a\x03\xc3\x03\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x4b\x03\x61\x00\x4e\x03\x62\x00\x63\x00\x64\x00\x4f\x03\x09\x03\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x56\x02\x61\x00\x66\x03\x62\x00\x63\x00\x64\x00\x56\x03\x22\x03\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x67\x03\x61\x00\xc4\x01\x62\x00\x63\x00\x64\x00\x7a\x02\x47\x02\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x6b\x03\x61\x00\xf4\xfd\x62\x00\x63\x00\x64\x00\x6f\x03\x8b\x01\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xb0\x02\x0b\x01\x68\x00\xb1\x02\xb2\x02\xcd\x01\x7d\x03\x62\x00\x63\x00\x64\x00\xf3\x01\xf4\x01\xf5\x01\x6b\x00\x86\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x84\x02\x60\x00\x68\x00\x61\x00\x89\x03\x62\x00\x63\x00\x64\x00\x2c\x00\xea\x01\x66\x00\x67\x00\x6b\x00\xce\x02\x77\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xa2\x01\x61\x00\x94\x03\x62\x00\x63\x00\x64\x00\xdd\x02\xef\x01\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xde\x02\x61\x00\xe1\x02\x62\x00\x63\x00\x64\x00\x56\x02\x3f\x01\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xea\x02\x61\x00\xe5\x02\x62\x00\x63\x00\x64\x00\xec\x02\x65\x00\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x28\xff\x61\x00\xed\x02\x62\x00\x63\x00\x64\x00\x81\x01\xd1\x02\xe5\x03\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\xee\x02\x60\x00\xf0\x02\x61\x00\xf1\x02\x62\x00\x63\x00\x64\x00\x81\x01\x82\x01\x89\x02\x67\x00\x6b\x00\x82\x02\x21\x00\x69\x00\x84\x02\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xf8\x02\x61\x00\xfb\x02\x62\x00\x63\x00\x64\x00\xa9\x00\xaa\x00\x8b\x02\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x84\x02\x60\x00\x68\x00\x61\x00\x09\x03\x62\x00\x63\x00\x64\x00\x29\x02\x97\x00\x8d\x02\x67\x00\x6b\x00\x76\x01\x77\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xbb\x00\x61\x00\xbb\x00\x62\x00\x63\x00\x64\x00\x28\x02\x29\x02\xce\x01\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x0e\x03\x61\x00\x14\x03\x62\x00\x63\x00\x64\x00\x28\x02\x29\x02\xff\x01\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x16\x03\x61\x00\x17\x03\x62\x00\x63\x00\x64\x00\xee\x01\xef\x01\x04\x02\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x18\x03\x61\x00\x1d\x03\x62\x00\x63\x00\x64\x00\x3e\x03\x3f\x03\x13\x02\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x24\x03\x5f\x00\x68\x00\x0e\x02\x25\x03\xb4\x00\x26\x03\x62\x00\x63\x00\x64\x00\xf8\x01\xf4\x01\xf5\x01\x6b\x00\x2d\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x2e\x03\x61\x00\x31\x03\x62\x00\x63\x00\x64\x00\x2a\x00\x2b\x00\xbb\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x99\x00\x60\x00\x68\x00\x61\x00\x33\x02\x62\x00\x63\x00\x64\x00\xe3\x02\xe4\x02\xbf\x00\x67\x00\x6b\x00\x35\x02\x36\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x37\x02\x61\x00\x39\x03\x62\x00\x63\x00\x64\x00\xee\x01\xef\x01\xd9\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x38\x02\x61\x00\x3e\x02\x62\x00\x63\x00\x64\x00\xfb\x01\xfc\x01\xee\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xac\x00\x68\x00\x5f\x00\x96\x01\x97\x01\x3f\x02\xb4\x00\x40\x02\x62\x00\x63\x00\x64\x00\x28\x02\x29\x02\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x41\x02\x45\x02\x68\x00\x5f\x00\xee\x01\xde\x00\x46\x02\xb4\x00\x47\x02\x62\x00\x63\x00\x64\x00\x4e\x02\x6b\x00\x4b\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x58\x02\x68\x00\x4f\x02\x2d\xff\x25\x04\x6c\x03\x63\x00\x64\x00\x2a\x02\x0a\x01\x0b\x01\x59\x02\x76\x02\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xee\x01\x68\x00\xfc\x02\xfd\x02\x60\x02\x62\x00\x63\x00\x64\x00\x09\x01\x0a\x01\x0b\x01\xfe\x02\x6b\x02\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x67\x02\x68\x02\x69\x02\x68\x00\xf8\x01\xef\x00\x63\x00\x64\x00\xf0\x00\x6b\x02\xff\x02\x00\x03\x01\x03\x6b\x00\x02\x03\x84\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x7a\x02\x68\x00\xfc\x02\x75\x03\x89\x02\x62\x00\x63\x00\x64\x00\x79\x01\x7a\x01\x7b\x01\x82\x02\x8f\x02\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x91\x02\x97\x02\x98\x02\x68\x00\x71\x03\x6c\x03\x63\x00\x64\x00\x9e\x02\xa1\x02\x76\x03\x00\x03\x01\x03\x6b\x00\x02\x03\xcb\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x9a\x01\xc2\x02\x68\x00\x1a\x04\x6c\x03\x63\x00\x64\x00\xcc\x02\xc3\x02\xd1\x02\x2c\x00\x72\x03\xd3\x02\x6b\x00\x84\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xc3\xfd\x28\x00\xff\x03\x6c\x03\x63\x00\x64\x00\xc5\xfd\x00\x04\x6c\x03\x63\x00\x64\x00\x21\x00\x69\x00\x6b\x00\x6a\x00\x25\x00\xc4\xfd\xc7\xfd\xca\xfd\x03\x03\x3a\x02\xa6\x00\xa7\x00\xe8\x03\x6c\x03\x63\x00\x64\x00\xa3\x01\x99\x01\x6b\x00\x21\x00\x69\x00\x9a\x01\x04\x03\x25\x00\xaa\x03\x6c\x03\x63\x00\x64\x00\x9b\x01\xa8\x01\xa9\x01\xb1\x01\xf1\x00\xb2\x01\xb3\x01\xb4\x01\xc7\x00\x6b\x00\x21\x00\x69\x00\xb5\x01\x6a\x00\x25\x00\xc8\x00\xc9\x00\xe0\x00\xba\x01\xc2\x01\x03\x03\xad\x03\x6c\x03\x63\x00\x64\x00\xc6\x01\xbc\x01\xc3\x01\x6b\x00\xf2\x00\xf3\x00\x21\x00\x69\x00\xc4\x01\x04\x03\x25\x00\xcb\x01\x6b\x03\x6c\x03\x63\x00\x64\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xcc\x01\x6b\x00\x21\x00\x69\x00\xcd\x01\x6a\x00\x25\x00\xd4\x01\xd5\x01\xd6\x01\xd8\x01\x56\x00\xd9\x01\xdf\x01\x3b\x01\xff\x01\x07\x02\x3c\x01\x11\x02\x15\x02\x6b\x00\xc4\x01\x21\x00\x69\x00\x1e\x02\x6a\x00\x25\x00\x20\x00\x21\x00\x22\x00\x5c\x00\x24\x00\x25\x00\xae\x00\x1f\x02\x2c\x00\x25\x02\x2e\x02\x9b\x00\xff\xff\x6b\x00\x21\x00\x69\x00\xac\x00\x6a\x00\x25\x00\x21\x00\x69\x00\xae\x00\x6a\x00\x25\x00\xbb\x00\xbd\x00\x9d\x00\xbe\x00\xce\x00\xcf\x00\x9e\x00\xbf\x00\x6b\x00\xff\xff\xdd\x00\x21\x00\x69\x00\x6b\x00\x6a\x00\x25\x00\xee\x00\x28\x00\x21\x00\x9f\x00\xff\xff\xfa\x00\xa0\x00\x21\x00\x69\x00\xfb\x00\x6a\x00\x25\x00\xfc\x00\x6b\x00\xff\x00\x64\x02\xea\x01\xd4\x00\xbb\x00\xff\xff\xff\x00\x6e\x01\x65\x02\x19\xfe\x6f\x01\x6b\x00\xff\xff\xff\xff\x9b\x00\xd7\x00\xd8\x00\xd9\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x21\x00\x69\x00\x6b\x00\x6a\x00\x25\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x6b\x00\x00\x00\x00\x00\x56\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x00\x00\x00\x00\x3c\x00\x51\x00\x52\x00\x53\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x56\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x7c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x28\x00\x54\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x38\x03\x00\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x59\x00\x65\x02\x86\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x87\x00\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x00\x00\x8c\x00\x5d\x00\x5e\x00\x5f\x00\x8d\x00\x8e\x00\x00\x00\x00\x00\x00\x00\x8f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x4d\x00\x3b\x00\x00\x00\x00\x00\x51\x00\x52\x00\x53\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x5c\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x38\x03\x00\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x59\x00\x00\x00\x86\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x87\x00\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x00\x00\x8c\x00\x5d\x00\x5e\x00\x5f\x00\x8d\x00\x8e\x00\x00\x00\x00\x00\x00\x00\x8f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xc4\x00\x39\x00\x00\x00\xc5\x00\x00\x00\xc6\x00\x00\x00\xc7\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\xc8\x00\xc9\x00\xca\x00\x00\x00\xcb\x00\x3c\x00\xcc\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x59\x00\x28\x00\x86\x00\x00\x00\x5a\x00\x2c\x00\x2d\x00\x87\x00\x00\x00\x46\xff\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x00\x00\x8c\x00\x5d\x00\x5e\x00\x5f\x00\x8d\x00\x8e\x00\x6d\x00\x00\x00\x6e\x00\x8f\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x28\x00\x00\x00\x6f\x00\x00\x00\x2c\x00\x2d\x00\x46\xff\x00\x00\x46\xff\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x78\x03\xf9\x00\x00\x00\x79\x03\x6d\x00\xd2\x00\x6e\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\xd6\x00\x00\x00\x6d\x00\x6f\x00\x6e\x00\x00\x00\x00\x00\x46\xff\x00\x00\xd7\x00\xd8\x00\xd9\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x79\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x04\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xb0\x00\x28\x00\x56\x00\x00\x00\x7a\x03\x2c\x00\x2d\x00\x00\x00\x28\x00\x70\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x93\x01\x00\x00\x00\x00\x00\x00\xc4\x00\x5c\x00\x6d\x00\xc5\x00\x6e\x00\x70\x01\x00\x00\xc7\x00\x28\x00\x6d\x00\x5c\x00\x6e\x00\x6f\x00\x7a\x03\xc8\x00\xc9\x00\xca\x00\x00\x00\xcb\x00\x6f\x00\xcc\x00\x00\x00\x05\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2b\x03\x07\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x06\x03\x5c\x00\x6e\x00\x00\x00\x56\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x6f\x00\x56\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x5c\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x07\x03\x00\x00\x5c\x00\x56\x00\x00\x00\xd3\x00\xd4\x00\x08\x03\xd5\x00\xc1\x03\x00\x00\x00\x00\x00\x00\x00\x00\x75\x03\x00\x00\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x5c\x00\x00\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x56\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xca\x02\x39\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\xa1\x01\x3b\x00\x58\x01\x59\x01\x08\x03\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xa0\x01\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\xa1\x01\x3b\x00\x58\x01\x59\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x65\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x66\x01\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\xe5\x00\x3b\x00\x58\x01\x67\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x68\x01\x69\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x57\x01\x00\x00\x3b\x00\x58\x01\x59\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x58\x01\x59\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\xc9\x01\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x58\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x5b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x56\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x02\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\xbd\x02\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x58\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x5b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x02\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\xdc\x02\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x02\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\xa2\x00\x34\x04\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x35\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x56\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\xbe\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\xe2\x01\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbf\x03\xe3\x01\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\xbe\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x0c\x03\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbf\x03\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x56\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x5e\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x2b\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x00\x00\x86\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x56\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x28\x00\x4b\x00\x4c\x00\x5c\x00\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\xa2\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x56\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x23\xff\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x5e\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x00\x00\x86\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x23\xff\x23\xff\x23\xff\x23\xff\x23\xff\x23\xff\x23\xff\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x23\xff\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x23\xff\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\xa6\x02\x29\x00\x2a\x00\x2b\x00\xa7\x02\x2d\x00\x0f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x01\xa8\x02\xa9\x02\xaa\x02\xab\x02\xac\x02\xad\x02\xae\x02\x18\x01\x19\x01\x1a\x01\x1b\x01\x1c\x01\x1d\x01\x1e\x01\x1f\x01\x20\x01\x21\x01\x22\x01\xaf\x02\x24\x01\x25\x01\x26\x01\x27\x01\x28\x01\x29\x01\x2a\x01\x2b\x01\x2c\x01\x2d\x01\x2e\x01\x2f\x01\x30\x01\x31\x01\x32\x01\x33\x01\x34\x01\x35\x01\xb0\x02\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x28\x00\x47\x00\x48\x00\x49\x00\x2c\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\xae\x01\x00\x00\x3d\x00\x28\x00\x00\x00\x02\x01\x00\x00\x2c\x00\x2d\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x6d\x00\x4a\x00\x6e\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x3d\x00\x00\x00\x00\x00\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\xb6\x00\x40\x00\x00\x00\x56\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\xb7\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0d\x01\x00\x00\x00\x00\x00\x00\x0e\x01\x00\x00\x0f\x01\x3d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x10\x01\x11\x01\x12\x01\x13\x01\x14\x01\x15\x01\x16\x01\x17\x01\x18\x01\x19\x01\x1a\x01\x1b\x01\x1c\x01\x1d\x01\x1e\x01\x1f\x01\x20\x01\x21\x01\x22\x01\x23\x01\x24\x01\x25\x01\x26\x01\x27\x01\x28\x01\x29\x01\x2a\x01\x2b\x01\x2c\x01\x2d\x01\x2e\x01\x2f\x01\x30\x01\x31\x01\x32\x01\x33\x01\x34\x01\x35\x01\x36\x01\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x6d\x00\xec\x00\x6e\x00\x2c\x00\x2d\x00\x00\x00\xf5\x00\xcf\x00\x00\x00\xd1\x00\x6f\x00\x00\x00\xe5\x00\x00\x00\x00\x00\xd4\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\xed\x00\x00\x00\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x6f\x00\x00\x00\x00\x00\x00\x00\xf6\x00\x00\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\x00\x00\x00\xf8\x00\xf9\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x28\x00\x00\x00\x5c\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\xf5\x00\xcf\x00\x00\x00\xd1\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\xe4\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x5c\x00\x6e\x00\x6f\x00\x00\x00\xe5\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x6f\x00\x00\x00\x00\x00\x00\x00\xf6\x00\x00\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\x00\x00\x00\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd2\x00\x00\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\xd6\x00\xcc\xfe\x00\x00\xcc\xfe\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\xb0\x00\x70\x00\x28\x00\x56\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x92\x01\x28\x00\x56\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x93\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x6d\x00\x83\x03\x6e\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x6d\x00\x00\x00\x6e\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x5c\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdb\x00\x00\x00\x00\x00\x00\x00\x28\x00\x5c\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x6f\x00\xe0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x28\x00\x5c\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x28\x00\x6e\x00\x6f\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x00\x00\x00\x00\x90\x02\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xb0\x00\x28\x00\x70\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x6d\x00\x5c\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x5c\x00\x6e\x00\x6f\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x90\x02\x00\x00\x2c\x00\x2d\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x3e\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x5c\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x39\x01\x00\x00\x3a\x01\x6f\x00\x56\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x3b\x01\x00\x00\x00\x00\x00\x00\x47\x03\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\xec\x00\x2c\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\xe5\x00\x2c\x00\x00\x00\xd4\x00\x00\x00\xd5\x00\x00\x00\xa2\x00\x00\x00\x00\x00\x00\x00\xed\x00\x00\x00\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\xa2\x00\xdb\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xdc\x03\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x00\x00\x00\x00\x28\x00\x29\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa2\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3e\x01\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x56\x00\x28\x00\x29\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\xa3\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xa2\x00\x00\x00\x00\x00\x00\x00\x56\x00\x28\x00\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x46\x03\x00\x00\xa3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\xb0\x00\x28\x00\x29\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\xb4\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x5c\x00\x00\x00\x2c\x00\x00\x00\x56\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xa2\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x28\x00\x29\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x00\x28\x00\x00\x00\x5c\x00\x00\x00\x2c\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa2\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x56\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x56\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x19\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb7\x02\xb8\x02\xb9\x02\xba\x02\x00\x00\xbb\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\x72\x01\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x73\x01\x74\x01\x75\x01\x76\x01\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8f\x03\xb9\x02\xba\x02\x00\x00\xbb\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\x03\xba\x02\x00\x00\xbb\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf4\x03\x6d\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\xea\x02\x00\x00\xc7\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6c\x02\x6d\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\x94\x02\x00\x00\xc7\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb4\x02\x6d\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\xc6\x01\x00\x00\xc7\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\xc9\x01\x00\x00\xc7\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x6b\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x1c\x04\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\xf9\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xf3\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x95\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x96\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x97\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xc5\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x53\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x67\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x68\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xda\x02\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x70\x02\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x93\x01\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x42\x01\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x43\x01\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x91\x00\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x5d\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x5e\x01\x5f\x01\x00\x00\x00\x00\x60\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\x61\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x62\x01\x52\x01\xcb\x00\x53\x01\x63\x01\x26\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x4c\x01\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x01\x4e\x01\x00\x00\xbe\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\xbf\x02\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\xc0\x02\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\xc8\x02\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x9e\x01\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x8f\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x8f\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x89\x03\x8a\x03\x00\x00\x19\x00\x00\x00\x8b\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\xf2\x03\x00\x00\x00\x00\x00\x00\x8b\x03\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x9e\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x9f\x02\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\xc4\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc5\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x44\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x45\x01\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x8f\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x1d\x04\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x86\x03\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x94\x03\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\xd6\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x91\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x92\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x98\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x99\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x9a\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\xb5\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\xb6\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\xbd\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\xc3\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x87\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x88\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x89\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x8a\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x04\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x06\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x08\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x2b\x03\x10\x00\x41\x01\x12\x00\x13\x00\x14\x00\x15\x00\x26\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x10\x00\x41\x01\x12\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x40\x01\x10\x00\x41\x01\x12\x00\x13\x00\x14\x00\x15\x00\x26\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x01\x8d\x01\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x8d\x01\x00\x00\x15\x00\x00\x00\x26\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x47\x01\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x49\x01\x4a\x01\x00\x01\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\x00\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xff\x00\x00\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x26\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa1\x02\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xa2\x02\x0a\x01\x0b\x01\x00\x00\xa3\x02\x32\x03\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xa1\x02\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x19\x00\x00\x00\x00\x00\xa2\x02\x0a\x01\x0b\x01\x00\x00\xa3\x02\xa4\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x03\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x38\x02\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x94\x01\x17\x00\x18\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x19\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x95\x01\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x6f\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\xc4\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x21\x02\x17\x00\x18\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x19\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x25\x02\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\xc2\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x46\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x48\x01\x17\x00\x18\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x19\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x6f\x01\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#--happyReduceArr = array (8, 598) [- (8 , happyReduce_8),- (9 , happyReduce_9),- (10 , happyReduce_10),- (11 , happyReduce_11),- (12 , happyReduce_12),- (13 , happyReduce_13),- (14 , happyReduce_14),- (15 , happyReduce_15),- (16 , happyReduce_16),- (17 , happyReduce_17),- (18 , happyReduce_18),- (19 , happyReduce_19),- (20 , happyReduce_20),- (21 , happyReduce_21),- (22 , happyReduce_22),- (23 , happyReduce_23),- (24 , happyReduce_24),- (25 , happyReduce_25),- (26 , happyReduce_26),- (27 , happyReduce_27),- (28 , happyReduce_28),- (29 , happyReduce_29),- (30 , happyReduce_30),- (31 , happyReduce_31),- (32 , happyReduce_32),- (33 , happyReduce_33),- (34 , happyReduce_34),- (35 , happyReduce_35),- (36 , happyReduce_36),- (37 , happyReduce_37),- (38 , happyReduce_38),- (39 , happyReduce_39),- (40 , happyReduce_40),- (41 , happyReduce_41),- (42 , happyReduce_42),- (43 , happyReduce_43),- (44 , happyReduce_44),- (45 , happyReduce_45),- (46 , happyReduce_46),- (47 , happyReduce_47),- (48 , happyReduce_48),- (49 , happyReduce_49),- (50 , happyReduce_50),- (51 , happyReduce_51),- (52 , happyReduce_52),- (53 , happyReduce_53),- (54 , happyReduce_54),- (55 , happyReduce_55),- (56 , happyReduce_56),- (57 , happyReduce_57),- (58 , happyReduce_58),- (59 , happyReduce_59),- (60 , happyReduce_60),- (61 , happyReduce_61),- (62 , happyReduce_62),- (63 , happyReduce_63),- (64 , happyReduce_64),- (65 , happyReduce_65),- (66 , happyReduce_66),- (67 , happyReduce_67),- (68 , happyReduce_68),- (69 , happyReduce_69),- (70 , happyReduce_70),- (71 , happyReduce_71),- (72 , happyReduce_72),- (73 , happyReduce_73),- (74 , happyReduce_74),- (75 , happyReduce_75),- (76 , happyReduce_76),- (77 , happyReduce_77),- (78 , happyReduce_78),- (79 , happyReduce_79),- (80 , happyReduce_80),- (81 , happyReduce_81),- (82 , happyReduce_82),- (83 , happyReduce_83),- (84 , happyReduce_84),- (85 , happyReduce_85),- (86 , happyReduce_86),- (87 , happyReduce_87),- (88 , happyReduce_88),- (89 , happyReduce_89),- (90 , happyReduce_90),- (91 , happyReduce_91),- (92 , happyReduce_92),- (93 , happyReduce_93),- (94 , happyReduce_94),- (95 , happyReduce_95),- (96 , happyReduce_96),- (97 , happyReduce_97),- (98 , happyReduce_98),- (99 , happyReduce_99),- (100 , happyReduce_100),- (101 , happyReduce_101),- (102 , happyReduce_102),- (103 , happyReduce_103),- (104 , happyReduce_104),- (105 , happyReduce_105),- (106 , happyReduce_106),- (107 , happyReduce_107),- (108 , happyReduce_108),- (109 , happyReduce_109),- (110 , happyReduce_110),- (111 , happyReduce_111),- (112 , happyReduce_112),- (113 , happyReduce_113),- (114 , happyReduce_114),- (115 , happyReduce_115),- (116 , happyReduce_116),- (117 , happyReduce_117),- (118 , happyReduce_118),- (119 , happyReduce_119),- (120 , happyReduce_120),- (121 , happyReduce_121),- (122 , happyReduce_122),- (123 , happyReduce_123),- (124 , happyReduce_124),- (125 , happyReduce_125),- (126 , happyReduce_126),- (127 , happyReduce_127),- (128 , happyReduce_128),- (129 , happyReduce_129),- (130 , happyReduce_130),- (131 , happyReduce_131),- (132 , happyReduce_132),- (133 , happyReduce_133),- (134 , happyReduce_134),- (135 , happyReduce_135),- (136 , happyReduce_136),- (137 , happyReduce_137),- (138 , happyReduce_138),- (139 , happyReduce_139),- (140 , happyReduce_140),- (141 , happyReduce_141),- (142 , happyReduce_142),- (143 , happyReduce_143),- (144 , happyReduce_144),- (145 , happyReduce_145),- (146 , happyReduce_146),- (147 , happyReduce_147),- (148 , happyReduce_148),- (149 , happyReduce_149),- (150 , happyReduce_150),- (151 , happyReduce_151),- (152 , happyReduce_152),- (153 , happyReduce_153),- (154 , happyReduce_154),- (155 , happyReduce_155),- (156 , happyReduce_156),- (157 , happyReduce_157),- (158 , happyReduce_158),- (159 , happyReduce_159),- (160 , happyReduce_160),- (161 , happyReduce_161),- (162 , happyReduce_162),- (163 , happyReduce_163),- (164 , happyReduce_164),- (165 , happyReduce_165),- (166 , happyReduce_166),- (167 , happyReduce_167),- (168 , happyReduce_168),- (169 , happyReduce_169),- (170 , happyReduce_170),- (171 , happyReduce_171),- (172 , happyReduce_172),- (173 , happyReduce_173),- (174 , happyReduce_174),- (175 , happyReduce_175),- (176 , happyReduce_176),- (177 , happyReduce_177),- (178 , happyReduce_178),- (179 , happyReduce_179),- (180 , happyReduce_180),- (181 , happyReduce_181),- (182 , happyReduce_182),- (183 , happyReduce_183),- (184 , happyReduce_184),- (185 , happyReduce_185),- (186 , happyReduce_186),- (187 , happyReduce_187),- (188 , happyReduce_188),- (189 , happyReduce_189),- (190 , happyReduce_190),- (191 , happyReduce_191),- (192 , happyReduce_192),- (193 , happyReduce_193),- (194 , happyReduce_194),- (195 , happyReduce_195),- (196 , happyReduce_196),- (197 , happyReduce_197),- (198 , happyReduce_198),- (199 , happyReduce_199),- (200 , happyReduce_200),- (201 , happyReduce_201),- (202 , happyReduce_202),- (203 , happyReduce_203),- (204 , happyReduce_204),- (205 , happyReduce_205),- (206 , happyReduce_206),- (207 , happyReduce_207),- (208 , happyReduce_208),- (209 , happyReduce_209),- (210 , happyReduce_210),- (211 , happyReduce_211),- (212 , happyReduce_212),- (213 , happyReduce_213),- (214 , happyReduce_214),- (215 , happyReduce_215),- (216 , happyReduce_216),- (217 , happyReduce_217),- (218 , happyReduce_218),- (219 , happyReduce_219),- (220 , happyReduce_220),- (221 , happyReduce_221),- (222 , happyReduce_222),- (223 , happyReduce_223),- (224 , happyReduce_224),- (225 , happyReduce_225),- (226 , happyReduce_226),- (227 , happyReduce_227),- (228 , happyReduce_228),- (229 , happyReduce_229),- (230 , happyReduce_230),- (231 , happyReduce_231),- (232 , happyReduce_232),- (233 , happyReduce_233),- (234 , happyReduce_234),- (235 , happyReduce_235),- (236 , happyReduce_236),- (237 , happyReduce_237),- (238 , happyReduce_238),- (239 , happyReduce_239),- (240 , happyReduce_240),- (241 , happyReduce_241),- (242 , happyReduce_242),- (243 , happyReduce_243),- (244 , happyReduce_244),- (245 , happyReduce_245),- (246 , happyReduce_246),- (247 , happyReduce_247),- (248 , happyReduce_248),- (249 , happyReduce_249),- (250 , happyReduce_250),- (251 , happyReduce_251),- (252 , happyReduce_252),- (253 , happyReduce_253),- (254 , happyReduce_254),- (255 , happyReduce_255),- (256 , happyReduce_256),- (257 , happyReduce_257),- (258 , happyReduce_258),- (259 , happyReduce_259),- (260 , happyReduce_260),- (261 , happyReduce_261),- (262 , happyReduce_262),- (263 , happyReduce_263),- (264 , happyReduce_264),- (265 , happyReduce_265),- (266 , happyReduce_266),- (267 , happyReduce_267),- (268 , happyReduce_268),- (269 , happyReduce_269),- (270 , happyReduce_270),- (271 , happyReduce_271),- (272 , happyReduce_272),- (273 , happyReduce_273),- (274 , happyReduce_274),- (275 , happyReduce_275),- (276 , happyReduce_276),- (277 , happyReduce_277),- (278 , happyReduce_278),- (279 , happyReduce_279),- (280 , happyReduce_280),- (281 , happyReduce_281),- (282 , happyReduce_282),- (283 , happyReduce_283),- (284 , happyReduce_284),- (285 , happyReduce_285),- (286 , happyReduce_286),- (287 , happyReduce_287),- (288 , happyReduce_288),- (289 , happyReduce_289),- (290 , happyReduce_290),- (291 , happyReduce_291),- (292 , happyReduce_292),- (293 , happyReduce_293),- (294 , happyReduce_294),- (295 , happyReduce_295),- (296 , happyReduce_296),- (297 , happyReduce_297),- (298 , happyReduce_298),- (299 , happyReduce_299),- (300 , happyReduce_300),- (301 , happyReduce_301),- (302 , happyReduce_302),- (303 , happyReduce_303),- (304 , happyReduce_304),- (305 , happyReduce_305),- (306 , happyReduce_306),- (307 , happyReduce_307),- (308 , happyReduce_308),- (309 , happyReduce_309),- (310 , happyReduce_310),- (311 , happyReduce_311),- (312 , happyReduce_312),- (313 , happyReduce_313),- (314 , happyReduce_314),- (315 , happyReduce_315),- (316 , happyReduce_316),- (317 , happyReduce_317),- (318 , happyReduce_318),- (319 , happyReduce_319),- (320 , happyReduce_320),- (321 , happyReduce_321),- (322 , happyReduce_322),- (323 , happyReduce_323),- (324 , happyReduce_324),- (325 , happyReduce_325),- (326 , happyReduce_326),- (327 , happyReduce_327),- (328 , happyReduce_328),- (329 , happyReduce_329),- (330 , happyReduce_330),- (331 , happyReduce_331),- (332 , happyReduce_332),- (333 , happyReduce_333),- (334 , happyReduce_334),- (335 , happyReduce_335),- (336 , happyReduce_336),- (337 , happyReduce_337),- (338 , happyReduce_338),- (339 , happyReduce_339),- (340 , happyReduce_340),- (341 , happyReduce_341),- (342 , happyReduce_342),- (343 , happyReduce_343),- (344 , happyReduce_344),- (345 , happyReduce_345),- (346 , happyReduce_346),- (347 , happyReduce_347),- (348 , happyReduce_348),- (349 , happyReduce_349),- (350 , happyReduce_350),- (351 , happyReduce_351),- (352 , happyReduce_352),- (353 , happyReduce_353),- (354 , happyReduce_354),- (355 , happyReduce_355),- (356 , happyReduce_356),- (357 , happyReduce_357),- (358 , happyReduce_358),- (359 , happyReduce_359),- (360 , happyReduce_360),- (361 , happyReduce_361),- (362 , happyReduce_362),- (363 , happyReduce_363),- (364 , happyReduce_364),- (365 , happyReduce_365),- (366 , happyReduce_366),- (367 , happyReduce_367),- (368 , happyReduce_368),- (369 , happyReduce_369),- (370 , happyReduce_370),- (371 , happyReduce_371),- (372 , happyReduce_372),- (373 , happyReduce_373),- (374 , happyReduce_374),- (375 , happyReduce_375),- (376 , happyReduce_376),- (377 , happyReduce_377),- (378 , happyReduce_378),- (379 , happyReduce_379),- (380 , happyReduce_380),- (381 , happyReduce_381),- (382 , happyReduce_382),- (383 , happyReduce_383),- (384 , happyReduce_384),- (385 , happyReduce_385),- (386 , happyReduce_386),- (387 , happyReduce_387),- (388 , happyReduce_388),- (389 , happyReduce_389),- (390 , happyReduce_390),- (391 , happyReduce_391),- (392 , happyReduce_392),- (393 , happyReduce_393),- (394 , happyReduce_394),- (395 , happyReduce_395),- (396 , happyReduce_396),- (397 , happyReduce_397),- (398 , happyReduce_398),- (399 , happyReduce_399),- (400 , happyReduce_400),- (401 , happyReduce_401),- (402 , happyReduce_402),- (403 , happyReduce_403),- (404 , happyReduce_404),- (405 , happyReduce_405),- (406 , happyReduce_406),- (407 , happyReduce_407),- (408 , happyReduce_408),- (409 , happyReduce_409),- (410 , happyReduce_410),- (411 , happyReduce_411),- (412 , happyReduce_412),- (413 , happyReduce_413),- (414 , happyReduce_414),- (415 , happyReduce_415),- (416 , happyReduce_416),- (417 , happyReduce_417),- (418 , happyReduce_418),- (419 , happyReduce_419),- (420 , happyReduce_420),- (421 , happyReduce_421),- (422 , happyReduce_422),- (423 , happyReduce_423),- (424 , happyReduce_424),- (425 , happyReduce_425),- (426 , happyReduce_426),- (427 , happyReduce_427),- (428 , happyReduce_428),- (429 , happyReduce_429),- (430 , happyReduce_430),- (431 , happyReduce_431),- (432 , happyReduce_432),- (433 , happyReduce_433),- (434 , happyReduce_434),- (435 , happyReduce_435),- (436 , happyReduce_436),- (437 , happyReduce_437),- (438 , happyReduce_438),- (439 , happyReduce_439),- (440 , happyReduce_440),- (441 , happyReduce_441),- (442 , happyReduce_442),- (443 , happyReduce_443),- (444 , happyReduce_444),- (445 , happyReduce_445),- (446 , happyReduce_446),- (447 , happyReduce_447),- (448 , happyReduce_448),- (449 , happyReduce_449),- (450 , happyReduce_450),- (451 , happyReduce_451),- (452 , happyReduce_452),- (453 , happyReduce_453),- (454 , happyReduce_454),- (455 , happyReduce_455),- (456 , happyReduce_456),- (457 , happyReduce_457),- (458 , happyReduce_458),- (459 , happyReduce_459),- (460 , happyReduce_460),- (461 , happyReduce_461),- (462 , happyReduce_462),- (463 , happyReduce_463),- (464 , happyReduce_464),- (465 , happyReduce_465),- (466 , happyReduce_466),- (467 , happyReduce_467),- (468 , happyReduce_468),- (469 , happyReduce_469),- (470 , happyReduce_470),- (471 , happyReduce_471),- (472 , happyReduce_472),- (473 , happyReduce_473),- (474 , happyReduce_474),- (475 , happyReduce_475),- (476 , happyReduce_476),- (477 , happyReduce_477),- (478 , happyReduce_478),- (479 , happyReduce_479),- (480 , happyReduce_480),- (481 , happyReduce_481),- (482 , happyReduce_482),- (483 , happyReduce_483),- (484 , happyReduce_484),- (485 , happyReduce_485),- (486 , happyReduce_486),- (487 , happyReduce_487),- (488 , happyReduce_488),- (489 , happyReduce_489),- (490 , happyReduce_490),- (491 , happyReduce_491),- (492 , happyReduce_492),- (493 , happyReduce_493),- (494 , happyReduce_494),- (495 , happyReduce_495),- (496 , happyReduce_496),- (497 , happyReduce_497),- (498 , happyReduce_498),- (499 , happyReduce_499),- (500 , happyReduce_500),- (501 , happyReduce_501),- (502 , happyReduce_502),- (503 , happyReduce_503),- (504 , happyReduce_504),- (505 , happyReduce_505),- (506 , happyReduce_506),- (507 , happyReduce_507),- (508 , happyReduce_508),- (509 , happyReduce_509),- (510 , happyReduce_510),- (511 , happyReduce_511),- (512 , happyReduce_512),- (513 , happyReduce_513),- (514 , happyReduce_514),- (515 , happyReduce_515),- (516 , happyReduce_516),- (517 , happyReduce_517),- (518 , happyReduce_518),- (519 , happyReduce_519),- (520 , happyReduce_520),- (521 , happyReduce_521),- (522 , happyReduce_522),- (523 , happyReduce_523),- (524 , happyReduce_524),- (525 , happyReduce_525),- (526 , happyReduce_526),- (527 , happyReduce_527),- (528 , happyReduce_528),- (529 , happyReduce_529),- (530 , happyReduce_530),- (531 , happyReduce_531),- (532 , happyReduce_532),- (533 , happyReduce_533),- (534 , happyReduce_534),- (535 , happyReduce_535),- (536 , happyReduce_536),- (537 , happyReduce_537),- (538 , happyReduce_538),- (539 , happyReduce_539),- (540 , happyReduce_540),- (541 , happyReduce_541),- (542 , happyReduce_542),- (543 , happyReduce_543),- (544 , happyReduce_544),- (545 , happyReduce_545),- (546 , happyReduce_546),- (547 , happyReduce_547),- (548 , happyReduce_548),- (549 , happyReduce_549),- (550 , happyReduce_550),- (551 , happyReduce_551),- (552 , happyReduce_552),- (553 , happyReduce_553),- (554 , happyReduce_554),- (555 , happyReduce_555),- (556 , happyReduce_556),- (557 , happyReduce_557),- (558 , happyReduce_558),- (559 , happyReduce_559),- (560 , happyReduce_560),- (561 , happyReduce_561),- (562 , happyReduce_562),- (563 , happyReduce_563),- (564 , happyReduce_564),- (565 , happyReduce_565),- (566 , happyReduce_566),- (567 , happyReduce_567),- (568 , happyReduce_568),- (569 , happyReduce_569),- (570 , happyReduce_570),- (571 , happyReduce_571),- (572 , happyReduce_572),- (573 , happyReduce_573),- (574 , happyReduce_574),- (575 , happyReduce_575),- (576 , happyReduce_576),- (577 , happyReduce_577),- (578 , happyReduce_578),- (579 , happyReduce_579),- (580 , happyReduce_580),- (581 , happyReduce_581),- (582 , happyReduce_582),- (583 , happyReduce_583),- (584 , happyReduce_584),- (585 , happyReduce_585),- (586 , happyReduce_586),- (587 , happyReduce_587),- (588 , happyReduce_588),- (589 , happyReduce_589),- (590 , happyReduce_590),- (591 , happyReduce_591),- (592 , happyReduce_592),- (593 , happyReduce_593),- (594 , happyReduce_594),- (595 , happyReduce_595),- (596 , happyReduce_596),- (597 , happyReduce_597),- (598 , happyReduce_598)- ]--happy_n_terms = 135 :: Int-happy_n_nonterms = 219 :: Int--happyReduce_8 = happySpecReduce_2 0# happyReduction_8-happyReduction_8 happy_x_2- happy_x_1- = case happyOut15 happy_x_1 of { happy_var_1 -> - case happyOut12 happy_x_2 of { happy_var_2 -> - happyIn11- (let (os,ss,l) = happy_var_1 in map (\x -> x os ss l) happy_var_2- )}}--happyReduce_9 = happySpecReduce_2 1# happyReduction_9-happyReduction_9 happy_x_2- happy_x_1- = case happyOut19 happy_x_1 of { happy_var_1 -> - case happyOut12 happy_x_2 of { happy_var_2 -> - happyIn12- (happy_var_1 : happy_var_2- )}}--happyReduce_10 = happySpecReduce_1 1# happyReduction_10-happyReduction_10 happy_x_1- = case happyOut19 happy_x_1 of { happy_var_1 -> - happyIn12- ([happy_var_1]- )}--happyReduce_11 = happyMonadReduce 2# 2# happyReduction_11-happyReduction_11 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut15 happy_x_1 of { happy_var_1 -> - case happyOut14 happy_x_2 of { happy_var_2 -> - ( checkPageModule happy_var_2 happy_var_1)}}- ) (\r -> happyReturn (happyIn13 r))--happyReduce_12 = happyMonadReduce 5# 2# happyReduction_12-happyReduction_12 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut15 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 XCodeTagOpen) -> - case happyOut19 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 XCodeTagClose) -> - case happyOut14 happy_x_5 of { happy_var_5 -> - ( let (os,ss,l) = happy_var_1 in checkHybridModule happy_var_5 (happy_var_3 os ss l) happy_var_2 happy_var_4)}}}}}- ) (\r -> happyReturn (happyIn13 r))--happyReduce_13 = happySpecReduce_2 2# happyReduction_13-happyReduction_13 happy_x_2- happy_x_1- = case happyOut15 happy_x_1 of { happy_var_1 -> - case happyOut19 happy_x_2 of { happy_var_2 -> - happyIn13- (let (os,ss,l) = happy_var_1 in happy_var_2 os ss l- )}}--happyReduce_14 = happyMonadReduce 9# 3# happyReduction_14-happyReduction_14 (happy_x_9 `HappyStk`- happy_x_8 `HappyStk`- happy_x_7 `HappyStk`- happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> - case happyOut161 happy_x_2 of { happy_var_2 -> - case happyOut164 happy_x_3 of { happy_var_3 -> - case happyOut166 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 XStdTagClose) -> - case happyOut159 happy_x_6 of { happy_var_6 -> - case happyOutTok happy_x_7 of { (Loc happy_var_7 XCloseTagOpen) -> - case happyOut161 happy_x_8 of { happy_var_8 -> - case happyOutTok happy_x_9 of { (Loc happy_var_9 XStdTagClose) -> - ( do { n <- checkEqNames happy_var_2 happy_var_8;- let { cn = reverse happy_var_6;- as = reverse happy_var_3; };- return $ XTag (happy_var_1 <^^> happy_var_9 <** [happy_var_1,happy_var_5,happy_var_7,happy_var_9]) n as happy_var_4 cn })}}}}}}}}}- ) (\r -> happyReturn (happyIn14 r))--happyReduce_15 = happyReduce 5# 3# happyReduction_15-happyReduction_15 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> - case happyOut161 happy_x_2 of { happy_var_2 -> - case happyOut164 happy_x_3 of { happy_var_3 -> - case happyOut166 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 XEmptyTagClose) -> - happyIn14- (XETag (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_5]) happy_var_2 (reverse happy_var_3) happy_var_4- ) `HappyStk` happyRest}}}}}--happyReduce_16 = happySpecReduce_3 4# happyReduction_16-happyReduction_16 happy_x_3- happy_x_2- happy_x_1- = case happyOut222 happy_x_1 of { happy_var_1 -> - case happyOut16 happy_x_2 of { happy_var_2 -> - case happyOut223 happy_x_3 of { happy_var_3 -> - happyIn15- (let (os,ss,ml) = happy_var_2 in (os,happy_var_1:ss++[happy_var_3],happy_var_1 <^^> happy_var_3)- )}}}--happyReduce_17 = happySpecReduce_3 5# happyReduction_17-happyReduction_17 happy_x_3- happy_x_2- happy_x_1- = case happyOut17 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> - case happyOut16 happy_x_3 of { happy_var_3 -> - happyIn16- (let (os,ss,ml) = happy_var_3 in (happy_var_1 : os, happy_var_2 : ss, Just $ ann happy_var_1 <++> nIS happy_var_2 <+?> ml)- )}}}--happyReduce_18 = happySpecReduce_0 5# happyReduction_18-happyReduction_18 = happyIn16- (([],[],Nothing)- )--happyReduce_19 = happyReduce 4# 6# happyReduction_19-happyReduction_19 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LANGUAGE) -> - case happyOut18 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> - happyIn17- (LanguagePragma (happy_var_1 <^^> happy_var_4 <** (happy_var_1:snd happy_var_2 ++ reverse happy_var_3 ++ [happy_var_4])) (fst happy_var_2)- ) `HappyStk` happyRest}}}}--happyReduce_20 = happySpecReduce_3 6# happyReduction_20-happyReduction_20 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - case happyOut25 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn17- (let Loc l (OPTIONS (mc, s)) = happy_var_1- in OptionsPragma (l <^^> happy_var_3 <** (l:reverse happy_var_2 ++ [happy_var_3])) (readTool mc) s- )}}}--happyReduce_21 = happySpecReduce_3 6# happyReduction_21-happyReduction_21 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 ANN) -> - case happyOut76 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn17- (AnnModulePragma (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_22 = happySpecReduce_3 7# happyReduction_22-happyReduction_22 happy_x_3- happy_x_2- happy_x_1- = case happyOut213 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut18 happy_x_3 of { happy_var_3 -> - happyIn18- ((happy_var_1 : fst happy_var_3, happy_var_2 : snd happy_var_3)- )}}}--happyReduce_23 = happySpecReduce_1 7# happyReduction_23-happyReduction_23 happy_x_1- = case happyOut213 happy_x_1 of { happy_var_1 -> - happyIn18- (([happy_var_1],[])- )}--happyReduce_24 = happySpecReduce_2 8# happyReduction_24-happyReduction_24 happy_x_2- happy_x_1- = case happyOut20 happy_x_1 of { happy_var_1 -> - case happyOut22 happy_x_2 of { happy_var_2 -> - happyIn19- (let (is,ds,ss1,inf) = happy_var_2- in \os ss l -> Module (l <++> inf <** (ss ++ ss1)) happy_var_1 os is ds- )}}--happyReduce_25 = happyReduce 5# 9# happyReduction_25-happyReduction_25 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> - case happyOut224 happy_x_2 of { happy_var_2 -> - case happyOut21 happy_x_3 of { happy_var_3 -> - case happyOut26 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 KW_Where) -> - happyIn20- (Just $ ModuleHead (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_5]) happy_var_2 happy_var_3 happy_var_4- ) `HappyStk` happyRest}}}}}--happyReduce_26 = happySpecReduce_0 9# happyReduction_26-happyReduction_26 = happyIn20- (Nothing- )--happyReduce_27 = happySpecReduce_3 10# happyReduction_27-happyReduction_27 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 DEPRECATED) -> - case happyOutTok happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn21- (let Loc l (StringTok (s,_)) = happy_var_2 in Just $ DeprText (happy_var_1 <^^> happy_var_3 <** [happy_var_1,l,happy_var_3]) s- )}}}--happyReduce_28 = happySpecReduce_3 10# happyReduction_28-happyReduction_28 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 WARNING) -> - case happyOutTok happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn21- (let Loc l (StringTok (s,_)) = happy_var_2 in Just $ WarnText (happy_var_1 <^^> happy_var_3 <** [happy_var_1,l,happy_var_3]) s- )}}}--happyReduce_29 = happySpecReduce_0 10# happyReduction_29-happyReduction_29 = happyIn21- (Nothing- )--happyReduce_30 = happySpecReduce_3 11# happyReduction_30-happyReduction_30 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> - case happyOut23 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - happyIn22- (let (is,ds,ss) = happy_var_2 in (is,ds,happy_var_1:ss ++ [happy_var_3], happy_var_1 <^^> happy_var_3)- )}}}--happyReduce_31 = happySpecReduce_3 11# happyReduction_31-happyReduction_31 happy_x_3- happy_x_2- happy_x_1- = case happyOut222 happy_x_1 of { happy_var_1 -> - case happyOut23 happy_x_2 of { happy_var_2 -> - case happyOut223 happy_x_3 of { happy_var_3 -> - happyIn22- (let (is,ds,ss) = happy_var_2 in (is,ds,happy_var_1:ss ++ [happy_var_3], happy_var_1 <^^> happy_var_3)- )}}}--happyReduce_32 = happyReduce 4# 12# happyReduction_32-happyReduction_32 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut31 happy_x_2 of { happy_var_2 -> - case happyOut24 happy_x_3 of { happy_var_3 -> - case happyOut48 happy_x_4 of { happy_var_4 -> - happyIn23- ((reverse (fst happy_var_2), fst happy_var_4, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3 ++ snd happy_var_4)- ) `HappyStk` happyRest}}}}--happyReduce_33 = happySpecReduce_2 12# happyReduction_33-happyReduction_33 happy_x_2- happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut48 happy_x_2 of { happy_var_2 -> - happyIn23- (([], fst happy_var_2, reverse happy_var_1 ++ snd happy_var_2)- )}}--happyReduce_34 = happySpecReduce_3 12# happyReduction_34-happyReduction_34 happy_x_3- happy_x_2- happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut31 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - happyIn23- ((reverse (fst happy_var_2), [], reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3)- )}}}--happyReduce_35 = happySpecReduce_1 12# happyReduction_35-happyReduction_35 happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - happyIn23- (([], [], reverse happy_var_1)- )}--happyReduce_36 = happySpecReduce_2 13# happyReduction_36-happyReduction_36 happy_x_2- happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> - happyIn24- (happy_var_2 : happy_var_1- )}}--happyReduce_37 = happySpecReduce_1 14# happyReduction_37-happyReduction_37 happy_x_1- = case happyOut24 happy_x_1 of { happy_var_1 -> - happyIn25- (happy_var_1- )}--happyReduce_38 = happySpecReduce_0 14# happyReduction_38-happyReduction_38 = happyIn25- ([]- )--happyReduce_39 = happySpecReduce_1 15# happyReduction_39-happyReduction_39 happy_x_1- = case happyOut27 happy_x_1 of { happy_var_1 -> - happyIn26- (Just happy_var_1- )}--happyReduce_40 = happySpecReduce_0 15# happyReduction_40-happyReduction_40 = happyIn26- (Nothing- )--happyReduce_41 = happyReduce 4# 16# happyReduction_41-happyReduction_41 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut29 happy_x_2 of { happy_var_2 -> - case happyOut28 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn27- (ExportSpecList (happy_var_1 <^^> happy_var_4 <** (happy_var_1:reverse (snd happy_var_2) ++ happy_var_3 ++ [happy_var_4])) (reverse (fst happy_var_2))- ) `HappyStk` happyRest}}}}--happyReduce_42 = happySpecReduce_3 16# happyReduction_42-happyReduction_42 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut28 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn27- (ExportSpecList (happy_var_1 <^^> happy_var_3 <** (happy_var_1:happy_var_2++[happy_var_3])) []- )}}}--happyReduce_43 = happySpecReduce_1 17# happyReduction_43-happyReduction_43 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Comma) -> - happyIn28- ([happy_var_1]- )}--happyReduce_44 = happySpecReduce_0 17# happyReduction_44-happyReduction_44 = happyIn28- ([ ]- )--happyReduce_45 = happySpecReduce_3 18# happyReduction_45-happyReduction_45 happy_x_3- happy_x_2- happy_x_1- = case happyOut29 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut30 happy_x_3 of { happy_var_3 -> - happyIn29- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_46 = happySpecReduce_1 18# happyReduction_46-happyReduction_46 happy_x_1- = case happyOut30 happy_x_1 of { happy_var_1 -> - happyIn29- (([happy_var_1],[])- )}--happyReduce_47 = happySpecReduce_1 19# happyReduction_47-happyReduction_47 happy_x_1- = case happyOut195 happy_x_1 of { happy_var_1 -> - happyIn30- (EVar (ann happy_var_1) happy_var_1- )}--happyReduce_48 = happySpecReduce_1 19# happyReduction_48-happyReduction_48 happy_x_1- = case happyOut226 happy_x_1 of { happy_var_1 -> - happyIn30- (EAbs (ann happy_var_1) happy_var_1- )}--happyReduce_49 = happyReduce 4# 19# happyReduction_49-happyReduction_49 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut226 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DotDot) -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn30- (EThingAll (ann happy_var_1 <++> nIS happy_var_4 <** [happy_var_2,happy_var_3,happy_var_4]) happy_var_1- ) `HappyStk` happyRest}}}}--happyReduce_50 = happySpecReduce_3 19# happyReduction_50-happyReduction_50 happy_x_3- happy_x_2- happy_x_1- = case happyOut226 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn30- (EThingWith (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]) happy_var_1 []- )}}}--happyReduce_51 = happyReduce 4# 19# happyReduction_51-happyReduction_51 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut226 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOut42 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn30- (EThingWith (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4])) happy_var_1 (reverse (fst happy_var_3))- ) `HappyStk` happyRest}}}}--happyReduce_52 = happySpecReduce_2 19# happyReduction_52-happyReduction_52 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> - case happyOut224 happy_x_2 of { happy_var_2 -> - happyIn30- (EModuleContents (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_53 = happySpecReduce_3 20# happyReduction_53-happyReduction_53 happy_x_3- happy_x_2- happy_x_1- = case happyOut31 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut32 happy_x_3 of { happy_var_3 -> - happyIn31- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_54 = happySpecReduce_1 20# happyReduction_54-happyReduction_54 happy_x_1- = case happyOut32 happy_x_1 of { happy_var_1 -> - happyIn31- (([happy_var_1],[])- )}--happyReduce_55 = happyReduce 7# 21# happyReduction_55-happyReduction_55 (happy_x_7 `HappyStk`- happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Import) -> - case happyOut33 happy_x_2 of { happy_var_2 -> - case happyOut34 happy_x_3 of { happy_var_3 -> - case happyOut35 happy_x_4 of { happy_var_4 -> - case happyOut224 happy_x_5 of { happy_var_5 -> - case happyOut36 happy_x_6 of { happy_var_6 -> - case happyOut37 happy_x_7 of { happy_var_7 -> - happyIn32- (let { (mmn,ss,ml) = happy_var_6 ;- l = nIS happy_var_1 <++> ann happy_var_5 <+?> ml <+?> (fmap ann) happy_var_7 <** (happy_var_1:snd happy_var_2 ++ snd happy_var_3 ++ snd happy_var_4 ++ ss)}- in ImportDecl l happy_var_5 (fst happy_var_3) (fst happy_var_2) (fst happy_var_4) mmn happy_var_7- ) `HappyStk` happyRest}}}}}}}--happyReduce_56 = happySpecReduce_2 22# happyReduction_56-happyReduction_56 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 SOURCE) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> - happyIn33- ((True,[happy_var_1,happy_var_2])- )}}--happyReduce_57 = happySpecReduce_0 22# happyReduction_57-happyReduction_57 = happyIn33- ((False,[])- )--happyReduce_58 = happySpecReduce_1 23# happyReduction_58-happyReduction_58 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Qualified) -> - happyIn34- ((True,[happy_var_1])- )}--happyReduce_59 = happySpecReduce_0 23# happyReduction_59-happyReduction_59 = happyIn34- ((False, [])- )--happyReduce_60 = happyMonadReduce 1# 24# happyReduction_60-happyReduction_60 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { happy_var_1 -> - ( do { checkEnabled PackageImports ;- let { Loc l (StringTok (s,_)) = happy_var_1 } ;- return $ (Just s,[l]) })}- ) (\r -> happyReturn (happyIn35 r))--happyReduce_61 = happySpecReduce_0 24# happyReduction_61-happyReduction_61 = happyIn35- ((Nothing,[])- )--happyReduce_62 = happySpecReduce_2 25# happyReduction_62-happyReduction_62 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_As) -> - case happyOut224 happy_x_2 of { happy_var_2 -> - happyIn36- ((Just happy_var_2,[happy_var_1],Just (nIS happy_var_1 <++> ann happy_var_2))- )}}--happyReduce_63 = happySpecReduce_0 25# happyReduction_63-happyReduction_63 = happyIn36- ((Nothing,[],Nothing)- )--happyReduce_64 = happySpecReduce_1 26# happyReduction_64-happyReduction_64 happy_x_1- = case happyOut38 happy_x_1 of { happy_var_1 -> - happyIn37- (Just happy_var_1- )}--happyReduce_65 = happySpecReduce_0 26# happyReduction_65-happyReduction_65 = happyIn37- (Nothing- )--happyReduce_66 = happyReduce 5# 27# happyReduction_66-happyReduction_66 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut39 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOut40 happy_x_3 of { happy_var_3 -> - case happyOut28 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> - happyIn38- (let {(b,ml,s) = happy_var_1 ;- l = (ml <?+> (happy_var_2 <^^> happy_var_5)) <** (s ++ happy_var_2:reverse (snd happy_var_3) ++ happy_var_4 ++ [happy_var_5])}- in ImportSpecList l b (reverse (fst happy_var_3))- ) `HappyStk` happyRest}}}}}--happyReduce_67 = happyReduce 4# 27# happyReduction_67-happyReduction_67 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut39 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOut28 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn38- (let {(b,ml,s) = happy_var_1 ; l = (ml <?+> (happy_var_2 <^^> happy_var_4)) <** (s ++ happy_var_2:happy_var_3 ++ [happy_var_4])}- in ImportSpecList l b []- ) `HappyStk` happyRest}}}}--happyReduce_68 = happySpecReduce_1 28# happyReduction_68-happyReduction_68 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Hiding) -> - happyIn39- ((True,Just (nIS happy_var_1),[happy_var_1])- )}--happyReduce_69 = happySpecReduce_0 28# happyReduction_69-happyReduction_69 = happyIn39- ((False,Nothing,[])- )--happyReduce_70 = happySpecReduce_3 29# happyReduction_70-happyReduction_70 happy_x_3- happy_x_2- happy_x_1- = case happyOut40 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut41 happy_x_3 of { happy_var_3 -> - happyIn40- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_71 = happySpecReduce_1 29# happyReduction_71-happyReduction_71 happy_x_1- = case happyOut41 happy_x_1 of { happy_var_1 -> - happyIn40- (([happy_var_1],[])- )}--happyReduce_72 = happySpecReduce_1 30# happyReduction_72-happyReduction_72 happy_x_1- = case happyOut193 happy_x_1 of { happy_var_1 -> - happyIn41- (IVar (ann happy_var_1) happy_var_1- )}--happyReduce_73 = happySpecReduce_1 30# happyReduction_73-happyReduction_73 happy_x_1- = case happyOut225 happy_x_1 of { happy_var_1 -> - happyIn41- (IAbs (ann happy_var_1) happy_var_1- )}--happyReduce_74 = happyReduce 4# 30# happyReduction_74-happyReduction_74 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut225 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DotDot) -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn41- (IThingAll (ann happy_var_1 <++> nIS happy_var_4 <** [happy_var_2,happy_var_3,happy_var_4]) happy_var_1- ) `HappyStk` happyRest}}}}--happyReduce_75 = happySpecReduce_3 30# happyReduction_75-happyReduction_75 happy_x_3- happy_x_2- happy_x_1- = case happyOut225 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn41- (IThingWith (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]) happy_var_1 []- )}}}--happyReduce_76 = happyReduce 4# 30# happyReduction_76-happyReduction_76 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut225 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOut42 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn41- (IThingWith (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4])) happy_var_1 (reverse (fst happy_var_3))- ) `HappyStk` happyRest}}}}--happyReduce_77 = happySpecReduce_3 31# happyReduction_77-happyReduction_77 happy_x_3- happy_x_2- happy_x_1- = case happyOut42 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut43 happy_x_3 of { happy_var_3 -> - happyIn42- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_78 = happySpecReduce_1 31# happyReduction_78-happyReduction_78 happy_x_1- = case happyOut43 happy_x_1 of { happy_var_1 -> - happyIn42- (([happy_var_1],[])- )}--happyReduce_79 = happySpecReduce_1 32# happyReduction_79-happyReduction_79 happy_x_1- = case happyOut193 happy_x_1 of { happy_var_1 -> - happyIn43- (VarName (ann happy_var_1) happy_var_1- )}--happyReduce_80 = happySpecReduce_1 32# happyReduction_80-happyReduction_80 happy_x_1- = case happyOut197 happy_x_1 of { happy_var_1 -> - happyIn43- (ConName (ann happy_var_1) happy_var_1- )}--happyReduce_81 = happySpecReduce_3 33# happyReduction_81-happyReduction_81 happy_x_3- happy_x_2- happy_x_1- = case happyOut46 happy_x_1 of { happy_var_1 -> - case happyOut45 happy_x_2 of { happy_var_2 -> - case happyOut47 happy_x_3 of { happy_var_3 -> - happyIn44- (let (ops,ss,l) = happy_var_3- in InfixDecl (ann happy_var_1 <++> l <** (snd happy_var_2 ++ reverse ss)) happy_var_1 (fst happy_var_2) (reverse ops)- )}}}--happyReduce_82 = happySpecReduce_0 34# happyReduction_82-happyReduction_82 = happyIn45- ((Nothing, [])- )--happyReduce_83 = happyMonadReduce 1# 34# happyReduction_83-happyReduction_83 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { happy_var_1 -> - ( let Loc l (IntTok (i,_)) = happy_var_1 in checkPrec i >>= \i -> return (Just i, [l]))}- ) (\r -> happyReturn (happyIn45 r))--happyReduce_84 = happySpecReduce_1 35# happyReduction_84-happyReduction_84 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Infix) -> - happyIn46- (AssocNone $ nIS happy_var_1- )}--happyReduce_85 = happySpecReduce_1 35# happyReduction_85-happyReduction_85 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixL) -> - happyIn46- (AssocLeft $ nIS happy_var_1- )}--happyReduce_86 = happySpecReduce_1 35# happyReduction_86-happyReduction_86 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixR) -> - happyIn46- (AssocRight $ nIS happy_var_1- )}--happyReduce_87 = happySpecReduce_3 36# happyReduction_87-happyReduction_87 happy_x_3- happy_x_2- happy_x_1- = case happyOut47 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut204 happy_x_3 of { happy_var_3 -> - happyIn47- (let (ops,ss,l) = happy_var_1 in (happy_var_3 : ops, happy_var_2 : ss, l <++> ann happy_var_3)- )}}}--happyReduce_88 = happySpecReduce_1 36# happyReduction_88-happyReduction_88 happy_x_1- = case happyOut204 happy_x_1 of { happy_var_1 -> - happyIn47- (([happy_var_1],[],ann happy_var_1)- )}--happyReduce_89 = happyMonadReduce 2# 37# happyReduction_89-happyReduction_89 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut49 happy_x_1 of { happy_var_1 -> - case happyOut25 happy_x_2 of { happy_var_2 -> - ( checkRevDecls (fst happy_var_1) >>= \ds -> return (ds, snd happy_var_1 ++ reverse happy_var_2))}}- ) (\r -> happyReturn (happyIn48 r))--happyReduce_90 = happySpecReduce_3 38# happyReduction_90-happyReduction_90 happy_x_3- happy_x_2- happy_x_1- = case happyOut49 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut50 happy_x_3 of { happy_var_3 -> - happyIn49- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_91 = happySpecReduce_1 38# happyReduction_91-happyReduction_91 happy_x_1- = case happyOut50 happy_x_1 of { happy_var_1 -> - happyIn49- (([happy_var_1],[])- )}--happyReduce_92 = happyMonadReduce 4# 39# happyReduction_92-happyReduction_92 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOut78 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> - case happyOut88 happy_x_4 of { happy_var_4 -> - ( do { dh <- checkSimpleType happy_var_2;- let {l = nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]};- return (TypeDecl l dh happy_var_4) })}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_93 = happyMonadReduce 4# 39# happyReduction_93-happyReduction_93 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Family) -> - case happyOut80 happy_x_3 of { happy_var_3 -> - case happyOut122 happy_x_4 of { happy_var_4 -> - ( do { dh <- checkSimpleType happy_var_3;- let {l = nIS happy_var_1 <++> ann happy_var_3 <+?> (fmap ann) (fst happy_var_4) <** (happy_var_1:happy_var_2:snd happy_var_4)};- return (TypeFamDecl l dh (fst happy_var_4)) })}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_94 = happyMonadReduce 5# 39# happyReduction_94-happyReduction_94 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> - case happyOut77 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 Equals) -> - case happyOut88 happy_x_5 of { happy_var_5 -> - ( do { -- no checkSimpleType happy_var_4 since dtype may contain type patterns- checkEnabled TypeFamilies ;- let {l = nIS happy_var_1 <++> ann happy_var_5 <** [happy_var_1,happy_var_2,happy_var_4]};- return (TypeInsDecl l happy_var_3 happy_var_5) })}}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_95 = happyMonadReduce 4# 39# happyReduction_95-happyReduction_95 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOut104 happy_x_3 of { happy_var_3 -> - case happyOut116 happy_x_4 of { happy_var_4 -> - ( do { (cs,dh) <- checkDataHeader happy_var_2;- let { (qds,ss,minf) = happy_var_3;- l = happy_var_1 <> happy_var_2 <+?> minf <+?> fmap ann happy_var_4 <** ss};- checkDataOrNew happy_var_1 qds;- return (DataDecl l happy_var_1 cs dh (reverse qds) happy_var_4) })}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_96 = happyMonadReduce 5# 39# happyReduction_96-happyReduction_96 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOut122 happy_x_3 of { happy_var_3 -> - case happyOut100 happy_x_4 of { happy_var_4 -> - case happyOut116 happy_x_5 of { happy_var_5 -> - ( do { (cs,dh) <- checkDataHeader happy_var_2;- let { (gs,ss,minf) = happy_var_4;- l = ann happy_var_1 <+?> minf <+?> fmap ann happy_var_5 <** (snd happy_var_3 ++ ss)};- checkDataOrNewG happy_var_1 gs;- case (gs, fst happy_var_3) of- ([], Nothing) -> return (DataDecl l happy_var_1 cs dh [] happy_var_5)- _ -> checkEnabled GADTs >> return (GDataDecl l happy_var_1 cs dh (fst happy_var_3) (reverse gs) happy_var_5) })}}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_97 = happyMonadReduce 4# 39# happyReduction_97-happyReduction_97 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Family) -> - case happyOut89 happy_x_3 of { happy_var_3 -> - case happyOut122 happy_x_4 of { happy_var_4 -> - ( do { (cs,dh) <- checkDataHeader happy_var_3;- let {l = nIS happy_var_1 <++> ann happy_var_3 <+?> (fmap ann) (fst happy_var_4) <** (happy_var_1:happy_var_2:snd happy_var_4)};- return (DataFamDecl l cs dh (fst happy_var_4)) })}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_98 = happyMonadReduce 5# 39# happyReduction_98-happyReduction_98 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> - case happyOut88 happy_x_3 of { happy_var_3 -> - case happyOut104 happy_x_4 of { happy_var_4 -> - case happyOut116 happy_x_5 of { happy_var_5 -> - ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;- checkEnabled TypeFamilies ;- let { (qds,ss,minf) = happy_var_4 ;- l = happy_var_1 <> happy_var_3 <+?> minf <+?> fmap ann happy_var_5 <** happy_var_2:ss };- checkDataOrNew happy_var_1 qds;- return (DataInsDecl l happy_var_1 happy_var_3 (reverse qds) happy_var_5) })}}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_99 = happyMonadReduce 6# 39# happyReduction_99-happyReduction_99 (happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> - case happyOut88 happy_x_3 of { happy_var_3 -> - case happyOut122 happy_x_4 of { happy_var_4 -> - case happyOut100 happy_x_5 of { happy_var_5 -> - case happyOut116 happy_x_6 of { happy_var_6 -> - ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;- checkEnabled TypeFamilies ;- let {(gs,ss,minf) = happy_var_5;- l = ann happy_var_1 <+?> minf <+?> fmap ann happy_var_6 <** (happy_var_2:snd happy_var_4 ++ ss)};- checkDataOrNewG happy_var_1 gs;- return (GDataInsDecl l happy_var_1 happy_var_3 (fst happy_var_4) (reverse gs) happy_var_6) })}}}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_100 = happyMonadReduce 4# 39# happyReduction_100-happyReduction_100 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Class) -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOut97 happy_x_3 of { happy_var_3 -> - case happyOut123 happy_x_4 of { happy_var_4 -> - ( do { (cs,dh) <- checkClassHeader happy_var_2;- let {(fds,ss1,minf1) = happy_var_3;(mcs,ss2,minf2) = happy_var_4} ;- let { l = nIS happy_var_1 <++> ann happy_var_2 <+?> minf1 <+?> minf2 <** (happy_var_1:ss1 ++ ss2)} ;- return (ClassDecl l cs dh fds mcs) })}}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_101 = happyMonadReduce 3# 39# happyReduction_101-happyReduction_101 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Instance) -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOut128 happy_x_3 of { happy_var_3 -> - ( do { (cs,ih) <- checkInstHeader happy_var_2;- let {(mis,ss,minf) = happy_var_3};- return (InstDecl (nIS happy_var_1 <++> ann happy_var_2 <+?> minf <** (happy_var_1:ss)) cs ih mis) })}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_102 = happyMonadReduce 3# 39# happyReduction_102-happyReduction_102 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> - case happyOut89 happy_x_3 of { happy_var_3 -> - ( do { checkEnabled StandaloneDeriving ;- (cs, ih) <- checkInstHeader happy_var_3;- let {l = nIS happy_var_1 <++> ann happy_var_3 <** [happy_var_1,happy_var_2]};- return (DerivDecl l cs ih) })}}}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_103 = happyReduce 4# 39# happyReduction_103-happyReduction_103 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Default) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOut52 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn50- (DefaultDecl (happy_var_1 <^^> happy_var_4 <** (happy_var_1:happy_var_2 : snd happy_var_3 ++ [happy_var_4])) (fst happy_var_3)- ) `HappyStk` happyRest}}}}--happyReduce_104 = happyMonadReduce 1# 39# happyReduction_104-happyReduction_104 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut141 happy_x_1 of { happy_var_1 -> - ( checkEnabled TemplateHaskell >> checkExpr happy_var_1 >>= \e -> return (SpliceDecl (ann e) e))}- ) (\r -> happyReturn (happyIn50 r))--happyReduce_105 = happyReduce 5# 39# happyReduction_105-happyReduction_105 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Foreign) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Import) -> - case happyOut63 happy_x_3 of { happy_var_3 -> - case happyOut64 happy_x_4 of { happy_var_4 -> - case happyOut65 happy_x_5 of { happy_var_5 -> - happyIn50- (let (s,n,t,ss) = happy_var_5 in ForImp (nIS happy_var_1 <++> ann t <** (happy_var_1:happy_var_2:ss)) happy_var_3 happy_var_4 s n t- ) `HappyStk` happyRest}}}}}--happyReduce_106 = happyReduce 4# 39# happyReduction_106-happyReduction_106 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Foreign) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Export) -> - case happyOut63 happy_x_3 of { happy_var_3 -> - case happyOut65 happy_x_4 of { happy_var_4 -> - happyIn50- (let (s,n,t,ss) = happy_var_4 in ForExp (nIS happy_var_1 <++> ann t <** (happy_var_1:happy_var_2:ss)) happy_var_3 s n t- ) `HappyStk` happyRest}}}}--happyReduce_107 = happySpecReduce_3 39# happyReduction_107-happyReduction_107 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 RULES) -> - case happyOut66 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn50- (RulePragmaDecl (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ reverse happy_var_2- )}}}--happyReduce_108 = happySpecReduce_3 39# happyReduction_108-happyReduction_108 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 DEPRECATED) -> - case happyOut72 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn50- (DeprPragmaDecl (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) $ reverse (fst happy_var_2)- )}}}--happyReduce_109 = happySpecReduce_3 39# happyReduction_109-happyReduction_109 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 WARNING) -> - case happyOut72 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn50- (WarnPragmaDecl (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) $ reverse (fst happy_var_2)- )}}}--happyReduce_110 = happySpecReduce_3 39# happyReduction_110-happyReduction_110 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 ANN) -> - case happyOut76 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - happyIn50- (AnnPragma (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_111 = happySpecReduce_1 39# happyReduction_111-happyReduction_111 happy_x_1- = case happyOut55 happy_x_1 of { happy_var_1 -> - happyIn50- (happy_var_1- )}--happyReduce_112 = happySpecReduce_1 40# happyReduction_112-happyReduction_112 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> - happyIn51- (DataType $ nIS happy_var_1- )}--happyReduce_113 = happySpecReduce_1 40# happyReduction_113-happyReduction_113 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_NewType) -> - happyIn51- (NewType $ nIS happy_var_1- )}--happyReduce_114 = happyMonadReduce 1# 41# happyReduction_114-happyReduction_114 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut91 happy_x_1 of { happy_var_1 -> - ( do { ts <- mapM checkType (fst happy_var_1);- return $ (reverse ts, reverse (snd happy_var_1)) })}- ) (\r -> happyReturn (happyIn52 r))--happyReduce_115 = happySpecReduce_1 41# happyReduction_115-happyReduction_115 happy_x_1- = case happyOut79 happy_x_1 of { happy_var_1 -> - happyIn52- (([happy_var_1],[])- )}--happyReduce_116 = happySpecReduce_0 41# happyReduction_116-happyReduction_116 = happyIn52- (([],[])- )--happyReduce_117 = happyMonadReduce 3# 42# happyReduction_117-happyReduction_117 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut54 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - ( checkRevDecls (fst happy_var_2) >>= \ds -> return (ds, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3))}}}- ) (\r -> happyReturn (happyIn53 r))--happyReduce_118 = happySpecReduce_1 42# happyReduction_118-happyReduction_118 happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - happyIn53- (([],reverse happy_var_1)- )}--happyReduce_119 = happySpecReduce_3 43# happyReduction_119-happyReduction_119 happy_x_3- happy_x_2- happy_x_1- = case happyOut54 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut55 happy_x_3 of { happy_var_3 -> - happyIn54- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_120 = happySpecReduce_1 43# happyReduction_120-happyReduction_120 happy_x_1- = case happyOut55 happy_x_1 of { happy_var_1 -> - happyIn54- (([happy_var_1],[])- )}--happyReduce_121 = happySpecReduce_1 44# happyReduction_121-happyReduction_121 happy_x_1- = case happyOut57 happy_x_1 of { happy_var_1 -> - happyIn55- (happy_var_1- )}--happyReduce_122 = happySpecReduce_1 44# happyReduction_122-happyReduction_122 happy_x_1- = case happyOut44 happy_x_1 of { happy_var_1 -> - happyIn55- (happy_var_1- )}--happyReduce_123 = happySpecReduce_1 44# happyReduction_123-happyReduction_123 happy_x_1- = case happyOut133 happy_x_1 of { happy_var_1 -> - happyIn55- (happy_var_1- )}--happyReduce_124 = happySpecReduce_3 45# happyReduction_124-happyReduction_124 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> - case happyOut53 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - happyIn56- (BDecls (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) (fst happy_var_2)- )}}}--happyReduce_125 = happySpecReduce_3 45# happyReduction_125-happyReduction_125 happy_x_3- happy_x_2- happy_x_1- = case happyOut222 happy_x_1 of { happy_var_1 -> - case happyOut53 happy_x_2 of { happy_var_2 -> - case happyOut223 happy_x_3 of { happy_var_3 -> - happyIn56- (BDecls (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) (fst happy_var_2)- )}}}--happyReduce_126 = happyMonadReduce 3# 46# happyReduction_126-happyReduction_126 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> - case happyOut88 happy_x_3 of { happy_var_3 -> - ( do { v <- checkSigVar happy_var_1;- return $ TypeSig (happy_var_1 <> happy_var_3 <** [happy_var_2]) [v] happy_var_3 })}}}- ) (\r -> happyReturn (happyIn57 r))--happyReduce_127 = happyMonadReduce 5# 46# happyReduction_127-happyReduction_127 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut62 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 DoubleColon) -> - case happyOut88 happy_x_5 of { happy_var_5 -> - ( do { v <- checkSigVar happy_var_1;- let {(vs,ss,_) = happy_var_3 ; l = happy_var_1 <> happy_var_5 <** (happy_var_2 : reverse ss ++ [happy_var_4]) } ;- return $ TypeSig l (v : reverse vs) happy_var_5 })}}}}}- ) (\r -> happyReturn (happyIn57 r))--happyReduce_128 = happySpecReduce_1 46# happyReduction_128-happyReduction_128 happy_x_1- = case happyOut58 happy_x_1 of { happy_var_1 -> - happyIn57- (happy_var_1- )}--happyReduce_129 = happyReduce 4# 47# happyReduction_129-happyReduction_129 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { happy_var_1 -> - case happyOut68 happy_x_2 of { happy_var_2 -> - case happyOut195 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> - happyIn58- (let Loc l (INLINE s) = happy_var_1 in InlineSig (l <^^> happy_var_4 <** [l,happy_var_4]) s happy_var_2 happy_var_3- ) `HappyStk` happyRest}}}}--happyReduce_130 = happyReduce 4# 47# happyReduction_130-happyReduction_130 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 INLINE_CONLIKE) -> - case happyOut68 happy_x_2 of { happy_var_2 -> - case happyOut195 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> - happyIn58- (InlineConlikeSig (happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_4]) happy_var_2 happy_var_3- ) `HappyStk` happyRest}}}}--happyReduce_131 = happyReduce 5# 47# happyReduction_131-happyReduction_131 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 SPECIALISE) -> - case happyOut195 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> - case happyOut59 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 PragmaEnd) -> - happyIn58- (SpecSig (happy_var_1 <^^> happy_var_5 <** (happy_var_1:happy_var_3 : snd happy_var_4 ++ [happy_var_5])) happy_var_2 (fst happy_var_4)- ) `HappyStk` happyRest}}}}}--happyReduce_132 = happyReduce 6# 47# happyReduction_132-happyReduction_132 (happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { happy_var_1 -> - case happyOut68 happy_x_2 of { happy_var_2 -> - case happyOut195 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 DoubleColon) -> - case happyOut59 happy_x_5 of { happy_var_5 -> - case happyOutTok happy_x_6 of { (Loc happy_var_6 PragmaEnd) -> - happyIn58- (let Loc l (SPECIALISE_INLINE s) = happy_var_1- in SpecInlineSig (l <^^> happy_var_6 <** (l:happy_var_4:snd happy_var_5++[happy_var_6])) s happy_var_2 happy_var_3 (fst happy_var_5)- ) `HappyStk` happyRest}}}}}}--happyReduce_133 = happyMonadReduce 4# 47# happyReduction_133-happyReduction_133 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 SPECIALISE) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> - case happyOut89 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> - ( do { (cs,ih) <- checkInstHeader happy_var_3;- let {l = happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_2,happy_var_4]};- return $ InstSig l cs ih })}}}}- ) (\r -> happyReturn (happyIn58 r))--happyReduce_134 = happySpecReduce_1 48# happyReduction_134-happyReduction_134 happy_x_1- = case happyOut60 happy_x_1 of { happy_var_1 -> - happyIn59- (([happy_var_1],[])- )}--happyReduce_135 = happySpecReduce_3 48# happyReduction_135-happyReduction_135 happy_x_3- happy_x_2- happy_x_1- = case happyOut60 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut59 happy_x_3 of { happy_var_3 -> - happyIn59- ((happy_var_1 : fst happy_var_3, happy_var_2 : snd happy_var_3)- )}}}--happyReduce_136 = happyMonadReduce 1# 49# happyReduction_136-happyReduction_136 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut89 happy_x_1 of { happy_var_1 -> - ( checkType $ mkTyForall (ann happy_var_1) Nothing Nothing happy_var_1)}- ) (\r -> happyReturn (happyIn60 r))--happyReduce_137 = happySpecReduce_1 50# happyReduction_137-happyReduction_137 happy_x_1- = case happyOut56 happy_x_1 of { happy_var_1 -> - happyIn61- (happy_var_1- )}--happyReduce_138 = happySpecReduce_3 50# happyReduction_138-happyReduction_138 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> - case happyOut189 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - happyIn61- (IPBinds (happy_var_1 <^^> happy_var_3 <** snd happy_var_2) (fst happy_var_2)- )}}}--happyReduce_139 = happySpecReduce_3 50# happyReduction_139-happyReduction_139 happy_x_3- happy_x_2- happy_x_1- = case happyOut222 happy_x_1 of { happy_var_1 -> - case happyOut189 happy_x_2 of { happy_var_2 -> - case happyOut223 happy_x_3 of { happy_var_3 -> - happyIn61- (IPBinds (happy_var_1 <^^> happy_var_3 <** snd happy_var_2) (fst happy_var_2)- )}}}--happyReduce_140 = happySpecReduce_3 51# happyReduction_140-happyReduction_140 happy_x_3- happy_x_2- happy_x_1- = case happyOut62 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut193 happy_x_3 of { happy_var_3 -> - happyIn62- (let (ns,ss,l) = happy_var_1 in (happy_var_3 : ns, happy_var_2 : ss, l <++> ann happy_var_3)- )}}}--happyReduce_141 = happyMonadReduce 1# 51# happyReduction_141-happyReduction_141 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut195 happy_x_1 of { happy_var_1 -> - ( do { n <- checkUnQual happy_var_1;- return ([n],[],ann n) })}- ) (\r -> happyReturn (happyIn62 r))--happyReduce_142 = happySpecReduce_1 52# happyReduction_142-happyReduction_142 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_StdCall) -> - happyIn63- (StdCall (nIS happy_var_1)- )}--happyReduce_143 = happySpecReduce_1 52# happyReduction_143-happyReduction_143 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_CCall) -> - happyIn63- (CCall (nIS happy_var_1)- )}--happyReduce_144 = happySpecReduce_1 53# happyReduction_144-happyReduction_144 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Safe) -> - happyIn64- (Just $ PlaySafe (nIS happy_var_1) False- )}--happyReduce_145 = happySpecReduce_1 53# happyReduction_145-happyReduction_145 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Unsafe) -> - happyIn64- (Just $ PlayRisky (nIS happy_var_1)- )}--happyReduce_146 = happySpecReduce_1 53# happyReduction_146-happyReduction_146 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Threadsafe) -> - happyIn64- (Just $ PlaySafe (nIS happy_var_1) True- )}--happyReduce_147 = happySpecReduce_0 53# happyReduction_147-happyReduction_147 = happyIn64- (Nothing- )--happyReduce_148 = happyReduce 4# 54# happyReduction_148-happyReduction_148 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { happy_var_1 -> - case happyOut194 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> - case happyOut77 happy_x_4 of { happy_var_4 -> - happyIn65- (let Loc l (StringTok (s,_)) = happy_var_1 in (Just s, happy_var_2, happy_var_4, [l,happy_var_3])- ) `HappyStk` happyRest}}}}--happyReduce_149 = happySpecReduce_3 54# happyReduction_149-happyReduction_149 happy_x_3- happy_x_2- happy_x_1- = case happyOut194 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> - case happyOut77 happy_x_3 of { happy_var_3 -> - happyIn65- ((Nothing, happy_var_1, happy_var_3, [happy_var_2])- )}}}--happyReduce_150 = happySpecReduce_3 55# happyReduction_150-happyReduction_150 happy_x_3- happy_x_2- happy_x_1- = case happyOut66 happy_x_1 of { happy_var_1 -> - case happyOut67 happy_x_3 of { happy_var_3 -> - happyIn66- (happy_var_3 : happy_var_1- )}}--happyReduce_151 = happySpecReduce_2 55# happyReduction_151-happyReduction_151 happy_x_2- happy_x_1- = case happyOut66 happy_x_1 of { happy_var_1 -> - happyIn66- (happy_var_1- )}--happyReduce_152 = happySpecReduce_1 55# happyReduction_152-happyReduction_152 happy_x_1- = case happyOut67 happy_x_1 of { happy_var_1 -> - happyIn66- ([happy_var_1]- )}--happyReduce_153 = happySpecReduce_0 55# happyReduction_153-happyReduction_153 = happyIn66- ([]- )--happyReduce_154 = happyMonadReduce 6# 56# happyReduction_154-happyReduction_154 (happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { happy_var_1 -> - case happyOut68 happy_x_2 of { happy_var_2 -> - case happyOut69 happy_x_3 of { happy_var_3 -> - case happyOut141 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 Equals) -> - case happyOut139 happy_x_6 of { happy_var_6 -> - ( do { let {Loc l (StringTok (s,_)) = happy_var_1};- e <- checkRuleExpr happy_var_4;- return $ Rule (nIS l <++> ann happy_var_6 <** l:snd happy_var_3 ++ [happy_var_5]) s happy_var_2 (fst happy_var_3) e happy_var_6 })}}}}}}- ) (\r -> happyReturn (happyIn67 r))--happyReduce_155 = happySpecReduce_0 57# happyReduction_155-happyReduction_155 = happyIn68- (Nothing- )--happyReduce_156 = happySpecReduce_3 57# happyReduction_156-happyReduction_156 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> - case happyOutTok happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightSquare) -> - happyIn68- (let Loc l (IntTok (i,_)) = happy_var_2 in Just $ ActiveFrom (happy_var_1 <^^> happy_var_3 <** [happy_var_1,l,happy_var_3]) (fromInteger i)- )}}}--happyReduce_157 = happyReduce 4# 57# happyReduction_157-happyReduction_157 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Tilde) -> - case happyOutTok happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightSquare) -> - happyIn68- (let Loc l (IntTok (i,_)) = happy_var_3 in Just $ ActiveUntil (happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_2,l,happy_var_4]) (fromInteger i)- ) `HappyStk` happyRest}}}}--happyReduce_158 = happySpecReduce_0 58# happyReduction_158-happyReduction_158 = happyIn69- ((Nothing,[])- )--happyReduce_159 = happySpecReduce_3 58# happyReduction_159-happyReduction_159 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> - case happyOut70 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Dot) -> - happyIn69- ((Just happy_var_2,[happy_var_1,happy_var_3])- )}}}--happyReduce_160 = happySpecReduce_1 59# happyReduction_160-happyReduction_160 happy_x_1- = case happyOut71 happy_x_1 of { happy_var_1 -> - happyIn70- ([happy_var_1]- )}--happyReduce_161 = happySpecReduce_2 59# happyReduction_161-happyReduction_161 happy_x_2- happy_x_1- = case happyOut71 happy_x_1 of { happy_var_1 -> - case happyOut70 happy_x_2 of { happy_var_2 -> - happyIn70- (happy_var_1 : happy_var_2- )}}--happyReduce_162 = happySpecReduce_1 60# happyReduction_162-happyReduction_162 happy_x_1- = case happyOut210 happy_x_1 of { happy_var_1 -> - happyIn71- (RuleVar (ann happy_var_1) happy_var_1- )}--happyReduce_163 = happyReduce 5# 60# happyReduction_163-happyReduction_163 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut210 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> - case happyOut88 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> - happyIn71- (TypedRuleVar (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}}--happyReduce_164 = happySpecReduce_3 61# happyReduction_164-happyReduction_164 happy_x_3- happy_x_2- happy_x_1- = case happyOut72 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> - case happyOut73 happy_x_3 of { happy_var_3 -> - happyIn72- ((fst happy_var_3 : fst happy_var_1, snd happy_var_1 ++ (happy_var_2:snd happy_var_3))- )}}}--happyReduce_165 = happySpecReduce_2 61# happyReduction_165-happyReduction_165 happy_x_2- happy_x_1- = case happyOut72 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> - happyIn72- ((fst happy_var_1, snd happy_var_1 ++ [happy_var_2])- )}}--happyReduce_166 = happySpecReduce_1 61# happyReduction_166-happyReduction_166 happy_x_1- = case happyOut73 happy_x_1 of { happy_var_1 -> - happyIn72- (([fst happy_var_1],snd happy_var_1)- )}--happyReduce_167 = happySpecReduce_0 61# happyReduction_167-happyReduction_167 = happyIn72- (([],[])- )--happyReduce_168 = happySpecReduce_2 62# happyReduction_168-happyReduction_168 happy_x_2- happy_x_1- = case happyOut74 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { happy_var_2 -> - happyIn73- (let Loc l (StringTok (s,_)) = happy_var_2 in ((fst happy_var_1,s),snd happy_var_1 ++ [l])- )}}--happyReduce_169 = happySpecReduce_1 63# happyReduction_169-happyReduction_169 happy_x_1- = case happyOut75 happy_x_1 of { happy_var_1 -> - happyIn74- (([happy_var_1],[])- )}--happyReduce_170 = happySpecReduce_3 63# happyReduction_170-happyReduction_170 happy_x_3- happy_x_2- happy_x_1- = case happyOut75 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut74 happy_x_3 of { happy_var_3 -> - happyIn74- ((happy_var_1 : fst happy_var_3, happy_var_2 : snd happy_var_3)- )}}}--happyReduce_171 = happySpecReduce_1 64# happyReduction_171-happyReduction_171 happy_x_1- = case happyOut197 happy_x_1 of { happy_var_1 -> - happyIn75- (happy_var_1- )}--happyReduce_172 = happySpecReduce_1 64# happyReduction_172-happyReduction_172 happy_x_1- = case happyOut193 happy_x_1 of { happy_var_1 -> - happyIn75- (happy_var_1- )}--happyReduce_173 = happyMonadReduce 3# 65# happyReduction_173-happyReduction_173 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOut213 happy_x_2 of { happy_var_2 -> - case happyOut150 happy_x_3 of { happy_var_3 -> - ( checkExpr happy_var_3 >>= \e -> return (TypeAnn (nIS happy_var_1 <++> ann e <** [happy_var_1]) happy_var_2 e))}}}- ) (\r -> happyReturn (happyIn76 r))--happyReduce_174 = happyMonadReduce 2# 65# happyReduction_174-happyReduction_174 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> - case happyOut150 happy_x_2 of { happy_var_2 -> - ( checkExpr happy_var_2 >>= \e -> return (ModuleAnn (nIS happy_var_1 <++> ann e <** [happy_var_1]) e))}}- ) (\r -> happyReturn (happyIn76 r))--happyReduce_175 = happyMonadReduce 2# 65# happyReduction_175-happyReduction_175 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut75 happy_x_1 of { happy_var_1 -> - case happyOut150 happy_x_2 of { happy_var_2 -> - ( checkExpr happy_var_2 >>= \e -> return (Ann (happy_var_1 <> e) happy_var_1 e))}}- ) (\r -> happyReturn (happyIn76 r))--happyReduce_176 = happyMonadReduce 1# 66# happyReduction_176-happyReduction_176 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut78 happy_x_1 of { happy_var_1 -> - ( checkType happy_var_1)}- ) (\r -> happyReturn (happyIn77 r))--happyReduce_177 = happySpecReduce_1 67# happyReduction_177-happyReduction_177 happy_x_1- = case happyOut82 happy_x_1 of { happy_var_1 -> - happyIn78- (happy_var_1- )}--happyReduce_178 = happySpecReduce_3 67# happyReduction_178-happyReduction_178 happy_x_3- happy_x_2- happy_x_1- = case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOut87 happy_x_2 of { happy_var_2 -> - case happyOut78 happy_x_3 of { happy_var_3 -> - happyIn78- (TyInfix (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3- )}}}--happyReduce_179 = happySpecReduce_3 67# happyReduction_179-happyReduction_179 happy_x_3- happy_x_2- happy_x_1- = case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOut228 happy_x_2 of { happy_var_2 -> - case happyOut78 happy_x_3 of { happy_var_3 -> - happyIn78- (TyInfix (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3- )}}}--happyReduce_180 = happySpecReduce_3 67# happyReduction_180-happyReduction_180 happy_x_3- happy_x_2- happy_x_1- = case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> - case happyOut89 happy_x_3 of { happy_var_3 -> - happyIn78- (TyFun (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_181 = happyMonadReduce 3# 67# happyReduction_181-happyReduction_181 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Tilde) -> - case happyOut82 happy_x_3 of { happy_var_3 -> - ( do { checkEnabled TypeFamilies ;- let {l = happy_var_1 <> happy_var_3 <** [happy_var_2]};- return $ TyPred l $ EqualP l happy_var_1 happy_var_3 })}}}- ) (\r -> happyReturn (happyIn78 r))--happyReduce_182 = happyMonadReduce 1# 68# happyReduction_182-happyReduction_182 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut80 happy_x_1 of { happy_var_1 -> - ( checkType happy_var_1)}- ) (\r -> happyReturn (happyIn79 r))--happyReduce_183 = happySpecReduce_3 69# happyReduction_183-happyReduction_183 happy_x_3- happy_x_2- happy_x_1- = case happyOut196 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> - case happyOut78 happy_x_3 of { happy_var_3 -> - happyIn80- (let l = (happy_var_1 <> happy_var_3 <** [happy_var_2]) in TyPred l $ IParam l happy_var_1 happy_var_3- )}}}--happyReduce_184 = happySpecReduce_1 69# happyReduction_184-happyReduction_184 happy_x_1- = case happyOut78 happy_x_1 of { happy_var_1 -> - happyIn80- (happy_var_1- )}--happyReduce_185 = happyMonadReduce 1# 70# happyReduction_185-happyReduction_185 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - ( checkType happy_var_1)}- ) (\r -> happyReturn (happyIn81 r))--happyReduce_186 = happySpecReduce_2 71# happyReduction_186-happyReduction_186 happy_x_2- happy_x_1- = case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOut84 happy_x_2 of { happy_var_2 -> - happyIn82- (TyApp (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2- )}}--happyReduce_187 = happySpecReduce_1 71# happyReduction_187-happyReduction_187 happy_x_1- = case happyOut84 happy_x_1 of { happy_var_1 -> - happyIn82- (happy_var_1- )}--happyReduce_188 = happyMonadReduce 1# 72# happyReduction_188-happyReduction_188 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut84 happy_x_1 of { happy_var_1 -> - ( checkType happy_var_1)}- ) (\r -> happyReturn (happyIn83 r))--happyReduce_189 = happySpecReduce_1 73# happyReduction_189-happyReduction_189 happy_x_1- = case happyOut85 happy_x_1 of { happy_var_1 -> - happyIn84- (TyCon (ann happy_var_1) happy_var_1- )}--happyReduce_190 = happySpecReduce_1 73# happyReduction_190-happyReduction_190 happy_x_1- = case happyOut227 happy_x_1 of { happy_var_1 -> - happyIn84- (TyVar (ann happy_var_1) happy_var_1- )}--happyReduce_191 = happySpecReduce_3 73# happyReduction_191-happyReduction_191 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut91 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn84- (TyTuple (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse (happy_var_3:snd happy_var_2))) Boxed (reverse (fst happy_var_2))- )}}}--happyReduce_192 = happySpecReduce_3 73# happyReduction_192-happyReduction_192 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> - case happyOut92 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightHashParen) -> - happyIn84- (TyTuple (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse (happy_var_3:snd happy_var_2))) Unboxed (reverse (fst happy_var_2))- )}}}--happyReduce_193 = happySpecReduce_3 73# happyReduction_193-happyReduction_193 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> - case happyOut80 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightSquare) -> - happyIn84- (TyList (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_194 = happySpecReduce_3 73# happyReduction_194-happyReduction_194 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn84- (TyParen (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_195 = happyReduce 5# 73# happyReduction_195-happyReduction_195 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> - case happyOut119 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> - happyIn84- (TyKind (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}}--happyReduce_196 = happySpecReduce_1 74# happyReduction_196-happyReduction_196 happy_x_1- = case happyOut86 happy_x_1 of { happy_var_1 -> - happyIn85- (happy_var_1- )}--happyReduce_197 = happySpecReduce_2 74# happyReduction_197-happyReduction_197 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightParen) -> - happyIn85- (unit_tycon_name (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])- )}}--happyReduce_198 = happySpecReduce_3 74# happyReduction_198-happyReduction_198 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn85- (fun_tycon_name (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_2,happy_var_3])- )}}}--happyReduce_199 = happySpecReduce_2 74# happyReduction_199-happyReduction_199 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightSquare) -> - happyIn85- (list_tycon_name (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])- )}}--happyReduce_200 = happySpecReduce_3 74# happyReduction_200-happyReduction_200 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut153 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn85- (tuple_tycon_name (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse happy_var_2 ++ [happy_var_3])) Boxed (length happy_var_2)- )}}}--happyReduce_201 = happySpecReduce_2 74# happyReduction_201-happyReduction_201 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightHashParen) -> - happyIn85- (unboxed_singleton_tycon_name (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])- )}}--happyReduce_202 = happySpecReduce_3 74# happyReduction_202-happyReduction_202 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> - case happyOut153 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightHashParen) -> - happyIn85- (tuple_tycon_name (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse happy_var_2 ++ [happy_var_3])) Unboxed (length happy_var_2)- )}}}--happyReduce_203 = happySpecReduce_1 75# happyReduction_203-happyReduction_203 happy_x_1- = case happyOut212 happy_x_1 of { happy_var_1 -> - happyIn86- (happy_var_1- )}--happyReduce_204 = happySpecReduce_3 75# happyReduction_204-happyReduction_204 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut207 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn86- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_205 = happySpecReduce_3 75# happyReduction_205-happyReduction_205 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut216 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn86- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_206 = happySpecReduce_1 76# happyReduction_206-happyReduction_206 happy_x_1- = case happyOut203 happy_x_1 of { happy_var_1 -> - happyIn87- (happy_var_1- )}--happyReduce_207 = happyMonadReduce 1# 77# happyReduction_207-happyReduction_207 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut89 happy_x_1 of { happy_var_1 -> - ( checkType happy_var_1)}- ) (\r -> happyReturn (happyIn88 r))--happyReduce_208 = happyReduce 4# 78# happyReduction_208-happyReduction_208 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> - case happyOut93 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Dot) -> - case happyOut89 happy_x_4 of { happy_var_4 -> - happyIn89- (TyForall (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) (Just (reverse (fst happy_var_2))) Nothing happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_209 = happySpecReduce_2 78# happyReduction_209-happyReduction_209 happy_x_2- happy_x_1- = case happyOut90 happy_x_1 of { happy_var_1 -> - case happyOut89 happy_x_2 of { happy_var_2 -> - happyIn89- (TyForall (happy_var_1 <> happy_var_2) Nothing (Just happy_var_1) happy_var_2- )}}--happyReduce_210 = happySpecReduce_1 78# happyReduction_210-happyReduction_210 happy_x_1- = case happyOut80 happy_x_1 of { happy_var_1 -> - happyIn89- (happy_var_1- )}--happyReduce_211 = happyMonadReduce 2# 79# happyReduction_211-happyReduction_211 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleArrow) -> - ( checkPContext $ (amap (\l -> l <++> nIS happy_var_2 <** (srcInfoPoints l ++ [happy_var_2]))) happy_var_1)}}- ) (\r -> happyReturn (happyIn90 r))--happyReduce_212 = happyMonadReduce 4# 79# happyReduction_212-happyReduction_212 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Tilde) -> - case happyOut82 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 DoubleArrow) -> - ( do { checkEnabled TypeFamilies;- let {l = happy_var_1 <> happy_var_3 <** [happy_var_2,happy_var_4]};- checkPContext (TyPred l $ EqualP l happy_var_1 happy_var_3) })}}}}- ) (\r -> happyReturn (happyIn90 r))--happyReduce_213 = happySpecReduce_3 80# happyReduction_213-happyReduction_213 happy_x_3- happy_x_2- happy_x_1- = case happyOut92 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut89 happy_x_3 of { happy_var_3 -> - happyIn91- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_214 = happySpecReduce_1 81# happyReduction_214-happyReduction_214 happy_x_1- = case happyOut89 happy_x_1 of { happy_var_1 -> - happyIn92- (([happy_var_1],[])- )}--happyReduce_215 = happySpecReduce_3 81# happyReduction_215-happyReduction_215 happy_x_3- happy_x_2- happy_x_1- = case happyOut92 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut89 happy_x_3 of { happy_var_3 -> - happyIn92- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_216 = happySpecReduce_2 82# happyReduction_216-happyReduction_216 happy_x_2- happy_x_1- = case happyOut93 happy_x_1 of { happy_var_1 -> - case happyOut94 happy_x_2 of { happy_var_2 -> - happyIn93- ((happy_var_2 : fst happy_var_1, Just (snd happy_var_1 <?+> ann happy_var_2))- )}}--happyReduce_217 = happySpecReduce_0 82# happyReduction_217-happyReduction_217 = happyIn93- (([],Nothing)- )--happyReduce_218 = happySpecReduce_1 83# happyReduction_218-happyReduction_218 happy_x_1- = case happyOut227 happy_x_1 of { happy_var_1 -> - happyIn94- (UnkindedVar (ann happy_var_1) happy_var_1- )}--happyReduce_219 = happyReduce 5# 83# happyReduction_219-happyReduction_219 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut227 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> - case happyOut119 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> - happyIn94- (KindedVar (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}}--happyReduce_220 = happySpecReduce_2 84# happyReduction_220-happyReduction_220 happy_x_2- happy_x_1- = case happyOut95 happy_x_1 of { happy_var_1 -> - case happyOut227 happy_x_2 of { happy_var_2 -> - happyIn95- ((happy_var_2 : fst happy_var_1, Just (snd happy_var_1 <?+> ann happy_var_2))- )}}--happyReduce_221 = happySpecReduce_0 84# happyReduction_221-happyReduction_221 = happyIn95- (([], Nothing)- )--happyReduce_222 = happySpecReduce_2 85# happyReduction_222-happyReduction_222 happy_x_2- happy_x_1- = case happyOut95 happy_x_1 of { happy_var_1 -> - case happyOut227 happy_x_2 of { happy_var_2 -> - happyIn96- ((happy_var_2 : fst happy_var_1, snd happy_var_1 <?+> ann happy_var_2)- )}}--happyReduce_223 = happySpecReduce_0 86# happyReduction_223-happyReduction_223 = happyIn97- (([],[], Nothing)- )--happyReduce_224 = happyMonadReduce 2# 86# happyReduction_224-happyReduction_224 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Bar) -> - case happyOut98 happy_x_2 of { happy_var_2 -> - ( do { checkEnabled FunctionalDependencies ;- let {(fds,ss,l) = happy_var_2} ;- return (reverse fds, happy_var_1 : reverse ss, Just (nIS happy_var_1 <++> l)) })}}- ) (\r -> happyReturn (happyIn97 r))--happyReduce_225 = happySpecReduce_3 87# happyReduction_225-happyReduction_225 happy_x_3- happy_x_2- happy_x_1- = case happyOut98 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut99 happy_x_3 of { happy_var_3 -> - happyIn98- (let (fds,ss,l) = happy_var_1 in (happy_var_3 : fds, happy_var_2 : ss, l <++> ann happy_var_3)- )}}}--happyReduce_226 = happySpecReduce_1 87# happyReduction_226-happyReduction_226 happy_x_1- = case happyOut99 happy_x_1 of { happy_var_1 -> - happyIn98- (([happy_var_1],[],ann happy_var_1)- )}--happyReduce_227 = happySpecReduce_3 88# happyReduction_227-happyReduction_227 happy_x_3- happy_x_2- happy_x_1- = case happyOut96 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> - case happyOut96 happy_x_3 of { happy_var_3 -> - happyIn99- (FunDep (snd happy_var_1 <++> snd happy_var_3 <** [happy_var_2]) (reverse (fst happy_var_1)) (reverse (fst happy_var_3))- )}}}--happyReduce_228 = happyMonadReduce 4# 89# happyReduction_228-happyReduction_228 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOut101 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> - ( return (fst happy_var_3, happy_var_1 : happy_var_2 : snd happy_var_3 ++ [happy_var_4], Just $ happy_var_1 <^^> happy_var_4))}}}}- ) (\r -> happyReturn (happyIn100 r))--happyReduce_229 = happyMonadReduce 4# 89# happyReduction_229-happyReduction_229 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOut222 happy_x_2 of { happy_var_2 -> - case happyOut101 happy_x_3 of { happy_var_3 -> - case happyOut223 happy_x_4 of { happy_var_4 -> - ( return (fst happy_var_3, happy_var_1 : happy_var_2 : snd happy_var_3 ++ [happy_var_4], Just $ happy_var_1 <^^> happy_var_4))}}}}- ) (\r -> happyReturn (happyIn100 r))--happyReduce_230 = happyMonadReduce 0# 89# happyReduction_230-happyReduction_230 (happyRest) tk- = happyThen (( checkEnabled EmptyDataDecls >> return ([],[],Nothing))- ) (\r -> happyReturn (happyIn100 r))--happyReduce_231 = happySpecReduce_3 90# happyReduction_231-happyReduction_231 happy_x_3- happy_x_2- happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut102 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - happyIn101- ((fst happy_var_2, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3)- )}}}--happyReduce_232 = happySpecReduce_3 91# happyReduction_232-happyReduction_232 happy_x_3- happy_x_2- happy_x_1- = case happyOut102 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut103 happy_x_3 of { happy_var_3 -> - happyIn102- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_233 = happySpecReduce_1 91# happyReduction_233-happyReduction_233 happy_x_1- = case happyOut103 happy_x_1 of { happy_var_1 -> - happyIn102- (([happy_var_1],[])- )}--happyReduce_234 = happyMonadReduce 3# 92# happyReduction_234-happyReduction_234 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut198 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> - case happyOut88 happy_x_3 of { happy_var_3 -> - ( do { c <- checkUnQual happy_var_1;- return $ GadtDecl (happy_var_1 <> happy_var_3 <** [happy_var_2]) c happy_var_3 })}}}- ) (\r -> happyReturn (happyIn103 r))--happyReduce_235 = happySpecReduce_2 93# happyReduction_235-happyReduction_235 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Equals) -> - case happyOut105 happy_x_2 of { happy_var_2 -> - happyIn104- (let (ds,ss,l) = happy_var_2 in (ds, happy_var_1 : reverse ss, Just $ nIS happy_var_1 <++> l)- )}}--happyReduce_236 = happySpecReduce_3 94# happyReduction_236-happyReduction_236 happy_x_3- happy_x_2- happy_x_1- = case happyOut105 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> - case happyOut106 happy_x_3 of { happy_var_3 -> - happyIn105- (let (ds,ss,l) = happy_var_1 in (happy_var_3 : ds, happy_var_2 : ss, l <++> ann happy_var_3)- )}}}--happyReduce_237 = happySpecReduce_1 94# happyReduction_237-happyReduction_237 happy_x_1- = case happyOut106 happy_x_1 of { happy_var_1 -> - happyIn105- (([happy_var_1],[],ann happy_var_1)- )}--happyReduce_238 = happyMonadReduce 3# 95# happyReduction_238-happyReduction_238 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut107 happy_x_1 of { happy_var_1 -> - case happyOut90 happy_x_2 of { happy_var_2 -> - case happyOut108 happy_x_3 of { happy_var_3 -> - ( do { checkEnabled ExistentialQuantification ;- ctxt <- checkContext (Just happy_var_2) ;- let {(mtvs,ss,ml) = happy_var_1} ;- return $ QualConDecl (ml <?+> ann happy_var_3 <** ss) mtvs ctxt happy_var_3 })}}}- ) (\r -> happyReturn (happyIn106 r))--happyReduce_239 = happySpecReduce_2 95# happyReduction_239-happyReduction_239 happy_x_2- happy_x_1- = case happyOut107 happy_x_1 of { happy_var_1 -> - case happyOut108 happy_x_2 of { happy_var_2 -> - happyIn106- (let (mtvs, ss, ml) = happy_var_1 in QualConDecl (ml <?+> ann happy_var_2 <** ss) mtvs Nothing happy_var_2- )}}--happyReduce_240 = happyMonadReduce 3# 96# happyReduction_240-happyReduction_240 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> - case happyOut93 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Dot) -> - ( checkEnabled ExistentialQuantification >> return (Just (fst happy_var_2), [happy_var_1,happy_var_3], Just $ happy_var_1 <^^> happy_var_3))}}}- ) (\r -> happyReturn (happyIn107 r))--happyReduce_241 = happySpecReduce_0 96# happyReduction_241-happyReduction_241 = happyIn107- ((Nothing, [], Nothing)- )--happyReduce_242 = happySpecReduce_1 97# happyReduction_242-happyReduction_242 happy_x_1- = case happyOut109 happy_x_1 of { happy_var_1 -> - happyIn108- (let (n,ts,l) = happy_var_1 in ConDecl l n ts- )}--happyReduce_243 = happySpecReduce_3 97# happyReduction_243-happyReduction_243 happy_x_3- happy_x_2- happy_x_1- = case happyOut112 happy_x_1 of { happy_var_1 -> - case happyOut202 happy_x_2 of { happy_var_2 -> - case happyOut112 happy_x_3 of { happy_var_3 -> - happyIn108- (InfixConDecl (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3- )}}}--happyReduce_244 = happyMonadReduce 3# 97# happyReduction_244-happyReduction_244 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut198 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - ( do { c <- checkUnQual happy_var_1; return $ RecDecl (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]) c [] })}}}- ) (\r -> happyReturn (happyIn108 r))--happyReduce_245 = happyMonadReduce 4# 97# happyReduction_245-happyReduction_245 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut198 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOut113 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> - ( do { c <- checkUnQual happy_var_1;- return $ RecDecl (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4])) c (reverse (fst happy_var_3)) })}}}}- ) (\r -> happyReturn (happyIn108 r))--happyReduce_246 = happyMonadReduce 1# 98# happyReduction_246-happyReduction_246 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - ( do { (c,ts) <- splitTyConApp happy_var_1;- return (c,map (\t -> UnBangedTy (ann t) t) ts,ann happy_var_1) })}- ) (\r -> happyReturn (happyIn109 r))--happyReduce_247 = happySpecReduce_1 98# happyReduction_247-happyReduction_247 happy_x_1- = case happyOut110 happy_x_1 of { happy_var_1 -> - happyIn109- (happy_var_1- )}--happyReduce_248 = happyMonadReduce 3# 99# happyReduction_248-happyReduction_248 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Exclamation) -> - case happyOut83 happy_x_3 of { happy_var_3 -> - ( do { (c,ts) <- splitTyConApp happy_var_1;- return (c,map (\t -> UnBangedTy (ann t) t) ts++- [BangedTy (nIS happy_var_2 <++> ann happy_var_3 <** [happy_var_2]) happy_var_3], happy_var_1 <> happy_var_3) })}}}- ) (\r -> happyReturn (happyIn110 r))--happyReduce_249 = happyMonadReduce 5# 99# happyReduction_249-happyReduction_249 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 UNPACK) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 Exclamation) -> - case happyOut83 happy_x_5 of { happy_var_5 -> - ( do { (c,ts) <- splitTyConApp happy_var_1;- return (c,map (\t -> UnBangedTy (ann t) t) ts++- [UnpackedTy (nIS happy_var_2 <++> ann happy_var_5 <** [happy_var_2,happy_var_3,happy_var_4]) happy_var_5], happy_var_1 <> happy_var_5) })}}}}}- ) (\r -> happyReturn (happyIn110 r))--happyReduce_250 = happySpecReduce_2 99# happyReduction_250-happyReduction_250 happy_x_2- happy_x_1- = case happyOut110 happy_x_1 of { happy_var_1 -> - case happyOut111 happy_x_2 of { happy_var_2 -> - happyIn110- (let (n,ts,l) = happy_var_1 in (n, ts ++ [happy_var_2],l <++> ann happy_var_2)- )}}--happyReduce_251 = happySpecReduce_1 100# happyReduction_251-happyReduction_251 happy_x_1- = case happyOut83 happy_x_1 of { happy_var_1 -> - happyIn111- (UnBangedTy (ann happy_var_1) happy_var_1- )}--happyReduce_252 = happySpecReduce_2 100# happyReduction_252-happyReduction_252 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - case happyOut83 happy_x_2 of { happy_var_2 -> - happyIn111- (BangedTy (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_253 = happyReduce 4# 100# happyReduction_253-happyReduction_253 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 UNPACK) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Exclamation) -> - case happyOut83 happy_x_4 of { happy_var_4 -> - happyIn111- (UnpackedTy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_254 = happySpecReduce_1 101# happyReduction_254-happyReduction_254 happy_x_1- = case happyOut81 happy_x_1 of { happy_var_1 -> - happyIn112- (UnBangedTy (ann happy_var_1) happy_var_1- )}--happyReduce_255 = happySpecReduce_2 101# happyReduction_255-happyReduction_255 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - case happyOut83 happy_x_2 of { happy_var_2 -> - happyIn112- (BangedTy (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_256 = happyReduce 4# 101# happyReduction_256-happyReduction_256 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 UNPACK) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Exclamation) -> - case happyOut83 happy_x_4 of { happy_var_4 -> - happyIn112- (UnpackedTy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_257 = happySpecReduce_3 102# happyReduction_257-happyReduction_257 happy_x_3- happy_x_2- happy_x_1- = case happyOut113 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut114 happy_x_3 of { happy_var_3 -> - happyIn113- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_258 = happySpecReduce_1 102# happyReduction_258-happyReduction_258 happy_x_1- = case happyOut114 happy_x_1 of { happy_var_1 -> - happyIn113- (([happy_var_1],[])- )}--happyReduce_259 = happySpecReduce_3 103# happyReduction_259-happyReduction_259 happy_x_3- happy_x_2- happy_x_1- = case happyOut62 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> - case happyOut115 happy_x_3 of { happy_var_3 -> - happyIn114- (let (ns,ss,l) = happy_var_1 in FieldDecl (l <++> ann happy_var_3 <** (reverse ss ++ [happy_var_2])) (reverse ns) happy_var_3- )}}}--happyReduce_260 = happySpecReduce_1 104# happyReduction_260-happyReduction_260 happy_x_1- = case happyOut88 happy_x_1 of { happy_var_1 -> - happyIn115- (UnBangedTy (ann happy_var_1) happy_var_1- )}--happyReduce_261 = happySpecReduce_2 104# happyReduction_261-happyReduction_261 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - case happyOut83 happy_x_2 of { happy_var_2 -> - happyIn115- (BangedTy (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_262 = happyReduce 4# 104# happyReduction_262-happyReduction_262 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 UNPACK) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Exclamation) -> - case happyOut83 happy_x_4 of { happy_var_4 -> - happyIn115- (UnpackedTy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_263 = happySpecReduce_0 105# happyReduction_263-happyReduction_263 = happyIn116- (Nothing- )--happyReduce_264 = happySpecReduce_2 105# happyReduction_264-happyReduction_264 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> - case happyOut118 happy_x_2 of { happy_var_2 -> - happyIn116- (let l = nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1] in Just $ Deriving l [IHead (ann happy_var_2) happy_var_2 []]- )}}--happyReduce_265 = happySpecReduce_3 105# happyReduction_265-happyReduction_265 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn116- (Just $ Deriving (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_2,happy_var_3]) []- )}}}--happyReduce_266 = happyReduce 4# 105# happyReduction_266-happyReduction_266 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> - case happyOut117 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn116- (Just $ Deriving (happy_var_1 <^^> happy_var_4 <** happy_var_1:happy_var_2: reverse (snd happy_var_3) ++ [happy_var_4]) (reverse (fst happy_var_3))- ) `HappyStk` happyRest}}}}--happyReduce_267 = happyMonadReduce 1# 106# happyReduction_267-happyReduction_267 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut92 happy_x_1 of { happy_var_1 -> - ( checkDeriving (fst happy_var_1) >>= \ds -> return (ds, snd happy_var_1))}- ) (\r -> happyReturn (happyIn117 r))--happyReduce_268 = happySpecReduce_1 107# happyReduction_268-happyReduction_268 happy_x_1- = case happyOut212 happy_x_1 of { happy_var_1 -> - happyIn118- (happy_var_1- )}--happyReduce_269 = happyMonadReduce 1# 108# happyReduction_269-happyReduction_269 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut120 happy_x_1 of { happy_var_1 -> - ( checkEnabled KindSignatures >> return happy_var_1)}- ) (\r -> happyReturn (happyIn119 r))--happyReduce_270 = happySpecReduce_1 109# happyReduction_270-happyReduction_270 happy_x_1- = case happyOut121 happy_x_1 of { happy_var_1 -> - happyIn120- (happy_var_1- )}--happyReduce_271 = happySpecReduce_3 109# happyReduction_271-happyReduction_271 happy_x_3- happy_x_2- happy_x_1- = case happyOut121 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> - case happyOut120 happy_x_3 of { happy_var_3 -> - happyIn120- (KindFn (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_272 = happySpecReduce_1 110# happyReduction_272-happyReduction_272 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Star) -> - happyIn121- (KindStar (nIS happy_var_1)- )}--happyReduce_273 = happySpecReduce_1 110# happyReduction_273-happyReduction_273 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - happyIn121- (KindBang (nIS happy_var_1)- )}--happyReduce_274 = happySpecReduce_3 110# happyReduction_274-happyReduction_274 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut120 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn121- (KindParen (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_275 = happySpecReduce_0 111# happyReduction_275-happyReduction_275 = happyIn122- ((Nothing,[])- )--happyReduce_276 = happySpecReduce_2 111# happyReduction_276-happyReduction_276 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 DoubleColon) -> - case happyOut119 happy_x_2 of { happy_var_2 -> - happyIn122- ((Just happy_var_2,[happy_var_1])- )}}--happyReduce_277 = happyMonadReduce 4# 112# happyReduction_277-happyReduction_277 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOut124 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> - ( checkClassBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}- ) (\r -> happyReturn (happyIn123 r))--happyReduce_278 = happyMonadReduce 4# 112# happyReduction_278-happyReduction_278 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOut222 happy_x_2 of { happy_var_2 -> - case happyOut124 happy_x_3 of { happy_var_3 -> - case happyOut223 happy_x_4 of { happy_var_4 -> - ( checkClassBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}- ) (\r -> happyReturn (happyIn123 r))--happyReduce_279 = happySpecReduce_0 112# happyReduction_279-happyReduction_279 = happyIn123- ((Nothing,[],Nothing)- )--happyReduce_280 = happyMonadReduce 3# 113# happyReduction_280-happyReduction_280 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut125 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - ( checkRevClsDecls (fst happy_var_2) >>= \cs -> return (cs, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3))}}}- ) (\r -> happyReturn (happyIn124 r))--happyReduce_281 = happySpecReduce_1 113# happyReduction_281-happyReduction_281 happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - happyIn124- (([],reverse happy_var_1)- )}--happyReduce_282 = happySpecReduce_3 114# happyReduction_282-happyReduction_282 happy_x_3- happy_x_2- happy_x_1- = case happyOut125 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut126 happy_x_3 of { happy_var_3 -> - happyIn125- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_283 = happySpecReduce_1 114# happyReduction_283-happyReduction_283 happy_x_1- = case happyOut126 happy_x_1 of { happy_var_1 -> - happyIn125- (([happy_var_1],[])- )}--happyReduce_284 = happySpecReduce_1 115# happyReduction_284-happyReduction_284 happy_x_1- = case happyOut55 happy_x_1 of { happy_var_1 -> - happyIn126- (ClsDecl (ann happy_var_1) happy_var_1- )}--happyReduce_285 = happyMonadReduce 1# 115# happyReduction_285-happyReduction_285 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut127 happy_x_1 of { happy_var_1 -> - ( checkEnabled TypeFamilies >> return happy_var_1)}- ) (\r -> happyReturn (happyIn126 r))--happyReduce_286 = happyMonadReduce 3# 116# happyReduction_286-happyReduction_286 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOut80 happy_x_2 of { happy_var_2 -> - case happyOut122 happy_x_3 of { happy_var_3 -> - ( do { dh <- checkSimpleType happy_var_2;- return (ClsTyFam (nIS happy_var_1 <++> ann happy_var_2 <+?> (fmap ann) (fst happy_var_3) <** happy_var_1:snd happy_var_3) dh (fst happy_var_3)) })}}}- ) (\r -> happyReturn (happyIn127 r))--happyReduce_287 = happyReduce 4# 116# happyReduction_287-happyReduction_287 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOut77 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> - case happyOut88 happy_x_4 of { happy_var_4 -> - happyIn127- (ClsTyDef (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_288 = happyMonadReduce 3# 116# happyReduction_288-happyReduction_288 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> - case happyOut89 happy_x_2 of { happy_var_2 -> - case happyOut122 happy_x_3 of { happy_var_3 -> - ( do { (cs,dh) <- checkDataHeader happy_var_2;- return (ClsDataFam (nIS happy_var_1 <++> ann happy_var_2 <+?> (fmap ann) (fst happy_var_3) <** happy_var_1:snd happy_var_3) cs dh (fst happy_var_3)) })}}}- ) (\r -> happyReturn (happyIn127 r))--happyReduce_289 = happyMonadReduce 4# 117# happyReduction_289-happyReduction_289 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOut129 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> - ( checkInstBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}- ) (\r -> happyReturn (happyIn128 r))--happyReduce_290 = happyMonadReduce 4# 117# happyReduction_290-happyReduction_290 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOut222 happy_x_2 of { happy_var_2 -> - case happyOut129 happy_x_3 of { happy_var_3 -> - case happyOut223 happy_x_4 of { happy_var_4 -> - ( checkInstBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}- ) (\r -> happyReturn (happyIn128 r))--happyReduce_291 = happySpecReduce_0 117# happyReduction_291-happyReduction_291 = happyIn128- ((Nothing, [], Nothing)- )--happyReduce_292 = happyMonadReduce 3# 118# happyReduction_292-happyReduction_292 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut130 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - ( checkRevInstDecls (fst happy_var_2) >>= \is -> return (is, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3))}}}- ) (\r -> happyReturn (happyIn129 r))--happyReduce_293 = happySpecReduce_1 118# happyReduction_293-happyReduction_293 happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - happyIn129- (([],reverse happy_var_1)- )}--happyReduce_294 = happySpecReduce_3 119# happyReduction_294-happyReduction_294 happy_x_3- happy_x_2- happy_x_1- = case happyOut130 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut131 happy_x_3 of { happy_var_3 -> - happyIn130- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_295 = happySpecReduce_1 119# happyReduction_295-happyReduction_295 happy_x_1- = case happyOut131 happy_x_1 of { happy_var_1 -> - happyIn130- (([happy_var_1],[])- )}--happyReduce_296 = happySpecReduce_1 120# happyReduction_296-happyReduction_296 happy_x_1- = case happyOut133 happy_x_1 of { happy_var_1 -> - happyIn131- (InsDecl (ann happy_var_1) happy_var_1- )}--happyReduce_297 = happyMonadReduce 1# 120# happyReduction_297-happyReduction_297 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut132 happy_x_1 of { happy_var_1 -> - ( checkEnabled TypeFamilies >> return happy_var_1)}- ) (\r -> happyReturn (happyIn131 r))--happyReduce_298 = happySpecReduce_1 120# happyReduction_298-happyReduction_298 happy_x_1- = case happyOut58 happy_x_1 of { happy_var_1 -> - happyIn131- (InsDecl (ann happy_var_1) happy_var_1- )}--happyReduce_299 = happyMonadReduce 4# 121# happyReduction_299-happyReduction_299 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - case happyOut77 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> - case happyOut88 happy_x_4 of { happy_var_4 -> - ( do { -- no checkSimpleType happy_var_4 since dtype may contain type patterns- return (InsType (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4) })}}}}- ) (\r -> happyReturn (happyIn132 r))--happyReduce_300 = happyMonadReduce 4# 121# happyReduction_300-happyReduction_300 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> - case happyOut88 happy_x_2 of { happy_var_2 -> - case happyOut104 happy_x_3 of { happy_var_3 -> - case happyOut116 happy_x_4 of { happy_var_4 -> - ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;- let {(ds,ss,minf) = happy_var_3};- checkDataOrNew happy_var_1 ds;- return (InsData (happy_var_1 <> happy_var_2 <+?> minf <+?> fmap ann happy_var_4 <** ss ) happy_var_1 happy_var_2 (reverse ds) happy_var_4) })}}}}- ) (\r -> happyReturn (happyIn132 r))--happyReduce_301 = happyMonadReduce 5# 121# happyReduction_301-happyReduction_301 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> - case happyOut88 happy_x_2 of { happy_var_2 -> - case happyOut122 happy_x_3 of { happy_var_3 -> - case happyOut100 happy_x_4 of { happy_var_4 -> - case happyOut116 happy_x_5 of { happy_var_5 -> - ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;- let { (gs,ss,minf) = happy_var_4 } ;- checkDataOrNewG happy_var_1 gs;- return $ InsGData (ann happy_var_1 <+?> minf <+?> fmap ann happy_var_5 <** (snd happy_var_3 ++ ss)) happy_var_1 happy_var_2 (fst happy_var_3) (reverse gs) happy_var_5 })}}}}}- ) (\r -> happyReturn (happyIn132 r))--happyReduce_302 = happyMonadReduce 4# 122# happyReduction_302-happyReduction_302 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOut135 happy_x_2 of { happy_var_2 -> - case happyOut136 happy_x_3 of { happy_var_3 -> - case happyOut134 happy_x_4 of { happy_var_4 -> - ( checkValDef ((happy_var_1 <> happy_var_3 <+?> (fmap ann) (fst happy_var_4)) <** (snd happy_var_2 ++ snd happy_var_4)) happy_var_1 (fst happy_var_2) happy_var_3 (fst happy_var_4))}}}}- ) (\r -> happyReturn (happyIn133 r))--happyReduce_303 = happyMonadReduce 4# 122# happyReduction_303-happyReduction_303 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - case happyOut150 happy_x_2 of { happy_var_2 -> - case happyOut136 happy_x_3 of { happy_var_3 -> - case happyOut134 happy_x_4 of { happy_var_4 -> - ( do { checkEnabled BangPatterns ;- let { l = nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1] };- p <- checkPattern (BangPat l happy_var_2);- return $ PatBind (p <> happy_var_3 <+?> (fmap ann) (fst happy_var_4) <** snd happy_var_4)- p Nothing happy_var_3 (fst happy_var_4) })}}}}- ) (\r -> happyReturn (happyIn133 r))--happyReduce_304 = happySpecReduce_2 123# happyReduction_304-happyReduction_304 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - case happyOut61 happy_x_2 of { happy_var_2 -> - happyIn134- ((Just happy_var_2, [happy_var_1])- )}}--happyReduce_305 = happySpecReduce_0 123# happyReduction_305-happyReduction_305 = happyIn134- ((Nothing, [])- )--happyReduce_306 = happyMonadReduce 2# 124# happyReduction_306-happyReduction_306 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 DoubleColon) -> - case happyOut88 happy_x_2 of { happy_var_2 -> - ( checkEnabled ScopedTypeVariables >> return (Just happy_var_2, [happy_var_1]))}}- ) (\r -> happyReturn (happyIn135 r))--happyReduce_307 = happySpecReduce_0 124# happyReduction_307-happyReduction_307 = happyIn135- ((Nothing,[])- )--happyReduce_308 = happySpecReduce_2 125# happyReduction_308-happyReduction_308 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Equals) -> - case happyOut139 happy_x_2 of { happy_var_2 -> - happyIn136- (UnGuardedRhs (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_309 = happySpecReduce_1 125# happyReduction_309-happyReduction_309 happy_x_1- = case happyOut137 happy_x_1 of { happy_var_1 -> - happyIn136- (GuardedRhss (snd happy_var_1) (reverse $ fst happy_var_1)- )}--happyReduce_310 = happySpecReduce_2 126# happyReduction_310-happyReduction_310 happy_x_2- happy_x_1- = case happyOut137 happy_x_1 of { happy_var_1 -> - case happyOut138 happy_x_2 of { happy_var_2 -> - happyIn137- ((happy_var_2 : fst happy_var_1, snd happy_var_1 <++> ann happy_var_2)- )}}--happyReduce_311 = happySpecReduce_1 126# happyReduction_311-happyReduction_311 happy_x_1- = case happyOut138 happy_x_1 of { happy_var_1 -> - happyIn137- (([happy_var_1],ann happy_var_1)- )}--happyReduce_312 = happyMonadReduce 4# 127# happyReduction_312-happyReduction_312 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Bar) -> - case happyOut173 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> - case happyOut139 happy_x_4 of { happy_var_4 -> - ( do { checkPatternGuards (fst happy_var_2);- return $ GuardedRhs (nIS happy_var_1 <++> ann happy_var_4 <** (happy_var_1:snd happy_var_2 ++ [happy_var_3])) (reverse (fst happy_var_2)) happy_var_4 })}}}}- ) (\r -> happyReturn (happyIn138 r))--happyReduce_313 = happyMonadReduce 1# 128# happyReduction_313-happyReduction_313 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut140 happy_x_1 of { happy_var_1 -> - ( checkExpr happy_var_1)}- ) (\r -> happyReturn (happyIn139 r))--happyReduce_314 = happySpecReduce_3 129# happyReduction_314-happyReduction_314 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> - case happyOut88 happy_x_3 of { happy_var_3 -> - happyIn140- (ExpTypeSig (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_315 = happySpecReduce_1 129# happyReduction_315-happyReduction_315 happy_x_1- = case happyOut141 happy_x_1 of { happy_var_1 -> - happyIn140- (happy_var_1- )}--happyReduce_316 = happySpecReduce_2 129# happyReduction_316-happyReduction_316 happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOut205 happy_x_2 of { happy_var_2 -> - happyIn140- (PostOp (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2- )}}--happyReduce_317 = happySpecReduce_3 129# happyReduction_317-happyReduction_317 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftArrowTail) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn140- (LeftArrApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_318 = happySpecReduce_3 129# happyReduction_318-happyReduction_318 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrowTail) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn140- (RightArrApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_319 = happySpecReduce_3 129# happyReduction_319-happyReduction_319 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftDblArrowTail) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn140- (LeftArrHighApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_320 = happySpecReduce_3 129# happyReduction_320-happyReduction_320 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightDblArrowTail) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn140- (RightArrHighApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_321 = happySpecReduce_1 130# happyReduction_321-happyReduction_321 happy_x_1- = case happyOut142 happy_x_1 of { happy_var_1 -> - happyIn141- (happy_var_1- )}--happyReduce_322 = happySpecReduce_1 130# happyReduction_322-happyReduction_322 happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - happyIn141- (happy_var_1- )}--happyReduce_323 = happySpecReduce_3 131# happyReduction_323-happyReduction_323 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOut205 happy_x_2 of { happy_var_2 -> - case happyOut144 happy_x_3 of { happy_var_3 -> - happyIn142- (InfixApp (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3- )}}}--happyReduce_324 = happySpecReduce_1 131# happyReduction_324-happyReduction_324 happy_x_1- = case happyOut144 happy_x_1 of { happy_var_1 -> - happyIn142- (happy_var_1- )}--happyReduce_325 = happySpecReduce_3 132# happyReduction_325-happyReduction_325 happy_x_3- happy_x_2- happy_x_1- = case happyOut143 happy_x_1 of { happy_var_1 -> - case happyOut205 happy_x_2 of { happy_var_2 -> - case happyOut145 happy_x_3 of { happy_var_3 -> - happyIn143- (InfixApp (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3- )}}}--happyReduce_326 = happySpecReduce_1 132# happyReduction_326-happyReduction_326 happy_x_1- = case happyOut145 happy_x_1 of { happy_var_1 -> - happyIn143- (happy_var_1- )}--happyReduce_327 = happyReduce 4# 133# happyReduction_327-happyReduction_327 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Backslash) -> - case happyOut148 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightArrow) -> - case happyOut140 happy_x_4 of { happy_var_4 -> - happyIn144- (Lambda (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) (reverse happy_var_2) happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_328 = happyReduce 4# 133# happyReduction_328-happyReduction_328 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> - case happyOut61 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_In) -> - case happyOut140 happy_x_4 of { happy_var_4 -> - happyIn144- (Let (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_329 = happyReduce 6# 133# happyReduction_329-happyReduction_329 (happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_If) -> - case happyOut140 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_Then) -> - case happyOut140 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 KW_Else) -> - case happyOut140 happy_x_6 of { happy_var_6 -> - happyIn144- (If (nIS happy_var_1 <++> ann happy_var_6 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4 happy_var_6- ) `HappyStk` happyRest}}}}}}--happyReduce_330 = happyReduce 4# 133# happyReduction_330-happyReduction_330 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Proc) -> - case happyOut149 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightArrow) -> - case happyOut140 happy_x_4 of { happy_var_4 -> - happyIn144- (Proc (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_331 = happySpecReduce_1 133# happyReduction_331-happyReduction_331 happy_x_1- = case happyOut146 happy_x_1 of { happy_var_1 -> - happyIn144- (happy_var_1- )}--happyReduce_332 = happyReduce 4# 134# happyReduction_332-happyReduction_332 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Case) -> - case happyOut140 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_Of) -> - case happyOut175 happy_x_4 of { happy_var_4 -> - happyIn145- (let (als, inf, ss) = happy_var_4 in Case (nIS happy_var_1 <++> inf <** (happy_var_1:happy_var_3:ss)) happy_var_2 als- ) `HappyStk` happyRest}}}}--happyReduce_333 = happySpecReduce_2 134# happyReduction_333-happyReduction_333 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Minus) -> - case happyOut147 happy_x_2 of { happy_var_2 -> - happyIn145- (NegApp (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_334 = happySpecReduce_2 134# happyReduction_334-happyReduction_334 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Do) -> - case happyOut183 happy_x_2 of { happy_var_2 -> - happyIn145- (let (sts, inf, ss) = happy_var_2 in Do (nIS happy_var_1 <++> inf <** happy_var_1:ss) sts- )}}--happyReduce_335 = happySpecReduce_2 134# happyReduction_335-happyReduction_335 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_MDo) -> - case happyOut183 happy_x_2 of { happy_var_2 -> - happyIn145- (let (sts, inf, ss) = happy_var_2 in MDo (nIS happy_var_1 <++> inf <** happy_var_1:ss) sts- )}}--happyReduce_336 = happySpecReduce_1 134# happyReduction_336-happyReduction_336 happy_x_1- = case happyOut147 happy_x_1 of { happy_var_1 -> - happyIn145- (happy_var_1- )}--happyReduce_337 = happyReduce 4# 135# happyReduction_337-happyReduction_337 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 CORE) -> - case happyOutTok happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - case happyOut140 happy_x_4 of { happy_var_4 -> - happyIn146- (let Loc l (StringTok (s,_)) = happy_var_2 in CorePragma (nIS happy_var_1 <++> ann happy_var_4 <** [l,happy_var_3]) s happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_338 = happyReduce 4# 135# happyReduction_338-happyReduction_338 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 SCC) -> - case happyOutTok happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> - case happyOut140 happy_x_4 of { happy_var_4 -> - happyIn146- (let Loc l (StringTok (s,_)) = happy_var_2 in SCCPragma (nIS happy_var_1 <++> ann happy_var_4 <** [l,happy_var_3]) s happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_339 = happyReduce 11# 135# happyReduction_339-happyReduction_339 (happy_x_11 `HappyStk`- happy_x_10 `HappyStk`- happy_x_9 `HappyStk`- happy_x_8 `HappyStk`- happy_x_7 `HappyStk`- happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 GENERATED) -> - case happyOutTok happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 Colon) -> - case happyOutTok happy_x_5 of { happy_var_5 -> - case happyOutTok happy_x_6 of { (Loc happy_var_6 Minus) -> - case happyOutTok happy_x_7 of { happy_var_7 -> - case happyOutTok happy_x_8 of { (Loc happy_var_8 Colon) -> - case happyOutTok happy_x_9 of { happy_var_9 -> - case happyOutTok happy_x_10 of { (Loc happy_var_10 PragmaEnd) -> - case happyOut140 happy_x_11 of { happy_var_11 -> - happyIn146- (let { Loc l0 (StringTok (s,_)) = happy_var_2;- Loc l1 (IntTok (i1,_)) = happy_var_3;- Loc l2 (IntTok (i2,_)) = happy_var_5;- Loc l3 (IntTok (i3,_)) = happy_var_7;- Loc l4 (IntTok (i4,_)) = happy_var_9}- in GenPragma (nIS happy_var_1 <++> ann happy_var_11 <** [happy_var_1,l0,l1,happy_var_4,l2,happy_var_6,l3,happy_var_8,l4,happy_var_10])- s (fromInteger i1, fromInteger i2)- (fromInteger i3, fromInteger i4) happy_var_11- ) `HappyStk` happyRest}}}}}}}}}}}--happyReduce_340 = happySpecReduce_2 136# happyReduction_340-happyReduction_340 happy_x_2- happy_x_1- = case happyOut147 happy_x_1 of { happy_var_1 -> - case happyOut150 happy_x_2 of { happy_var_2 -> - happyIn147- (App (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2- )}}--happyReduce_341 = happySpecReduce_1 136# happyReduction_341-happyReduction_341 happy_x_1- = case happyOut150 happy_x_1 of { happy_var_1 -> - happyIn147- (happy_var_1- )}--happyReduce_342 = happySpecReduce_2 137# happyReduction_342-happyReduction_342 happy_x_2- happy_x_1- = case happyOut148 happy_x_1 of { happy_var_1 -> - case happyOut149 happy_x_2 of { happy_var_2 -> - happyIn148- (happy_var_2 : happy_var_1- )}}--happyReduce_343 = happySpecReduce_1 137# happyReduction_343-happyReduction_343 happy_x_1- = case happyOut149 happy_x_1 of { happy_var_1 -> - happyIn148- ([happy_var_1]- )}--happyReduce_344 = happyMonadReduce 1# 138# happyReduction_344-happyReduction_344 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut150 happy_x_1 of { happy_var_1 -> - ( checkPattern happy_var_1)}- ) (\r -> happyReturn (happyIn149 r))--happyReduce_345 = happyMonadReduce 2# 138# happyReduction_345-happyReduction_345 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - case happyOut150 happy_x_2 of { happy_var_2 -> - ( checkPattern (BangPat (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2))}}- ) (\r -> happyReturn (happyIn149 r))--happyReduce_346 = happyMonadReduce 3# 139# happyReduction_346-happyReduction_346 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut195 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 At) -> - case happyOut150 happy_x_3 of { happy_var_3 -> - ( do { n <- checkUnQual happy_var_1;- return (AsPat (happy_var_1 <> happy_var_3 <** [happy_var_2]) n happy_var_3) })}}}- ) (\r -> happyReturn (happyIn150 r))--happyReduce_347 = happyMonadReduce 3# 139# happyReduction_347-happyReduction_347 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut195 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RPCAt) -> - case happyOut150 happy_x_3 of { happy_var_3 -> - ( do { n <- checkUnQual happy_var_1;- return (CAsRP (happy_var_1 <> happy_var_3 <** [happy_var_2]) n happy_var_3) })}}}- ) (\r -> happyReturn (happyIn150 r))--happyReduce_348 = happySpecReduce_2 139# happyReduction_348-happyReduction_348 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Tilde) -> - case happyOut150 happy_x_2 of { happy_var_2 -> - happyIn150- (IrrPat (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_349 = happySpecReduce_1 139# happyReduction_349-happyReduction_349 happy_x_1- = case happyOut151 happy_x_1 of { happy_var_1 -> - happyIn150- (happy_var_1- )}--happyReduce_350 = happyMonadReduce 3# 140# happyReduction_350-happyReduction_350 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut151 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - ( liftM (amap (const (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]))) $ mkRecConstrOrUpdate happy_var_1 [])}}}- ) (\r -> happyReturn (happyIn151 r))--happyReduce_351 = happyMonadReduce 4# 140# happyReduction_351-happyReduction_351 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut151 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> - case happyOut187 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> - ( liftM (amap (const (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4]))))- $ mkRecConstrOrUpdate happy_var_1 (reverse (fst happy_var_3)))}}}}- ) (\r -> happyReturn (happyIn151 r))--happyReduce_352 = happyReduce 4# 140# happyReduction_352-happyReduction_352 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut195 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurlyBar) -> - case happyOut79 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurlyBar) -> - happyIn151- (ExplTypeArg (ann happy_var_1 <++> nIS happy_var_4 <** [happy_var_2,happy_var_4]) happy_var_1 happy_var_3- ) `HappyStk` happyRest}}}}--happyReduce_353 = happySpecReduce_1 140# happyReduction_353-happyReduction_353 happy_x_1- = case happyOut152 happy_x_1 of { happy_var_1 -> - happyIn151- (happy_var_1- )}--happyReduce_354 = happySpecReduce_1 141# happyReduction_354-happyReduction_354 happy_x_1- = case happyOut196 happy_x_1 of { happy_var_1 -> - happyIn152- (IPVar (ann happy_var_1) happy_var_1- )}--happyReduce_355 = happySpecReduce_1 141# happyReduction_355-happyReduction_355 happy_x_1- = case happyOut195 happy_x_1 of { happy_var_1 -> - happyIn152- (Var (ann happy_var_1) happy_var_1- )}--happyReduce_356 = happySpecReduce_1 141# happyReduction_356-happyReduction_356 happy_x_1- = case happyOut192 happy_x_1 of { happy_var_1 -> - happyIn152- (happy_var_1- )}--happyReduce_357 = happySpecReduce_1 141# happyReduction_357-happyReduction_357 happy_x_1- = case happyOut221 happy_x_1 of { happy_var_1 -> - happyIn152- (Lit (ann happy_var_1) happy_var_1- )}--happyReduce_358 = happySpecReduce_3 141# happyReduction_358-happyReduction_358 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut154 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn152- (Paren (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_359 = happySpecReduce_3 141# happyReduction_359-happyReduction_359 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut154 happy_x_2 of { happy_var_2 -> - case happyOut155 happy_x_3 of { happy_var_3 -> - happyIn152- (TupleSection (happy_var_1 <^^> head (snd happy_var_3) <** happy_var_1:reverse (snd happy_var_3)) (Just happy_var_2 : fst happy_var_3)- )}}}--happyReduce_360 = happyReduce 4# 141# happyReduction_360-happyReduction_360 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut153 happy_x_2 of { happy_var_2 -> - case happyOut154 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> - happyIn152- (TupleSection (happy_var_1 <^^> happy_var_4 <** happy_var_1:reverse (happy_var_4:happy_var_2))- (replicate (length happy_var_2) Nothing ++ [Just happy_var_3])- ) `HappyStk` happyRest}}}}--happyReduce_361 = happyReduce 4# 141# happyReduction_361-happyReduction_361 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut153 happy_x_2 of { happy_var_2 -> - case happyOut154 happy_x_3 of { happy_var_3 -> - case happyOut155 happy_x_4 of { happy_var_4 -> - happyIn152- (TupleSection (happy_var_1 <^^> head (snd happy_var_4) <** happy_var_1:reverse (snd happy_var_4 ++ happy_var_2))- (replicate (length happy_var_2) Nothing ++ Just happy_var_3 : fst happy_var_4)- ) `HappyStk` happyRest}}}}--happyReduce_362 = happySpecReduce_3 141# happyReduction_362-happyReduction_362 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> - case happyOut167 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightSquare) -> - happyIn152- (amap (\l -> l <** [happy_var_3]) $ happy_var_2 (happy_var_1 <^^> happy_var_3 <** [happy_var_1])- )}}}--happyReduce_363 = happySpecReduce_1 141# happyReduction_363-happyReduction_363 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Underscore) -> - happyIn152- (WildCard (nIS happy_var_1)- )}--happyReduce_364 = happyMonadReduce 3# 141# happyReduction_364-happyReduction_364 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut157 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - ( checkEnabled RegularPatterns >> return (Paren (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2))}}}- ) (\r -> happyReturn (happyIn152 r))--happyReduce_365 = happySpecReduce_3 141# happyReduction_365-happyReduction_365 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 RPGuardOpen) -> - case happyOut156 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RPGuardClose) -> - happyIn152- (SeqRP (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse (snd happy_var_2) ++ [happy_var_3])) $ reverse (fst happy_var_2)- )}}}--happyReduce_366 = happyReduce 5# 141# happyReduction_366-happyReduction_366 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 RPGuardOpen) -> - case happyOut140 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 Bar) -> - case happyOut173 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 RPGuardClose) -> - happyIn152- (GuardRP (happy_var_1 <^^> happy_var_5 <** (happy_var_1:happy_var_3 : snd happy_var_4 ++ [happy_var_5])) happy_var_2 $ (reverse $ fst happy_var_4)- ) `HappyStk` happyRest}}}}}--happyReduce_367 = happySpecReduce_1 141# happyReduction_367-happyReduction_367 happy_x_1- = case happyOut158 happy_x_1 of { happy_var_1 -> - happyIn152- (happy_var_1- )}--happyReduce_368 = happySpecReduce_1 141# happyReduction_368-happyReduction_368 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn152- (let Loc l (THIdEscape s) = happy_var_1 in SpliceExp (nIS l) $ IdSplice (nIS l) s- )}--happyReduce_369 = happySpecReduce_3 141# happyReduction_369-happyReduction_369 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THParenEscape) -> - case happyOut139 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn152- (SpliceExp (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ ParenSplice (ann happy_var_2) happy_var_2- )}}}--happyReduce_370 = happySpecReduce_3 141# happyReduction_370-happyReduction_370 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THExpQuote) -> - case happyOut139 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 THCloseQuote) -> - happyIn152- (BracketExp (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ ExpBracket (ann happy_var_2) happy_var_2- )}}}--happyReduce_371 = happyMonadReduce 3# 141# happyReduction_371-happyReduction_371 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 THPatQuote) -> - case happyOut141 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 THCloseQuote) -> - ( do { p <- checkPattern happy_var_2;- return $ BracketExp (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ PatBracket (ann p) p })}}}- ) (\r -> happyReturn (happyIn152 r))--happyReduce_372 = happySpecReduce_3 141# happyReduction_372-happyReduction_372 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THTypQuote) -> - case happyOut88 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 THCloseQuote) -> - happyIn152- (let l = happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3] in BracketExp l $ TypeBracket l happy_var_2- )}}}--happyReduce_373 = happyReduce 5# 141# happyReduction_373-happyReduction_373 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THDecQuote) -> - case happyOut48 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 THCloseQuote) -> - happyIn152- (let l = happy_var_1 <^^> happy_var_5 <** (happy_var_1:snd happy_var_3 ++ [happy_var_5]) in BracketExp l $ DeclBracket l (fst happy_var_3)- ) `HappyStk` happyRest}}}--happyReduce_374 = happySpecReduce_2 141# happyReduction_374-happyReduction_374 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THVarQuote) -> - case happyOut195 happy_x_2 of { happy_var_2 -> - happyIn152- (VarQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_375 = happySpecReduce_2 141# happyReduction_375-happyReduction_375 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THVarQuote) -> - case happyOut198 happy_x_2 of { happy_var_2 -> - happyIn152- (VarQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_376 = happySpecReduce_2 141# happyReduction_376-happyReduction_376 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THTyQuote) -> - case happyOut227 happy_x_2 of { happy_var_2 -> - happyIn152- (TypQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) (UnQual (ann happy_var_2) happy_var_2)- )}}--happyReduce_377 = happySpecReduce_2 141# happyReduction_377-happyReduction_377 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 THTyQuote) -> - case happyOut85 happy_x_2 of { happy_var_2 -> - happyIn152- (TypQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_378 = happySpecReduce_1 141# happyReduction_378-happyReduction_378 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn152- (let Loc l (THQuasiQuote (n,q)) = happy_var_1 in QuasiQuote (nIS l) n q- )}--happyReduce_379 = happySpecReduce_2 142# happyReduction_379-happyReduction_379 happy_x_2- happy_x_1- = case happyOut153 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - happyIn153- (happy_var_2 : happy_var_1- )}}--happyReduce_380 = happySpecReduce_1 142# happyReduction_380-happyReduction_380 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Comma) -> - happyIn153- ([happy_var_1]- )}--happyReduce_381 = happySpecReduce_1 143# happyReduction_381-happyReduction_381 happy_x_1- = case happyOut140 happy_x_1 of { happy_var_1 -> - happyIn154- (happy_var_1- )}--happyReduce_382 = happySpecReduce_2 143# happyReduction_382-happyReduction_382 happy_x_2- happy_x_1- = case happyOut206 happy_x_1 of { happy_var_1 -> - case happyOut141 happy_x_2 of { happy_var_2 -> - happyIn154- (PreOp (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2- )}}--happyReduce_383 = happyMonadReduce 3# 143# happyReduction_383-happyReduction_383 (happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut140 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - ( do {checkEnabled ViewPatterns;- return $ ViewPat (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3})}}}- ) (\r -> happyReturn (happyIn154 r))--happyReduce_384 = happySpecReduce_3 144# happyReduction_384-happyReduction_384 happy_x_3- happy_x_2- happy_x_1- = case happyOut153 happy_x_1 of { happy_var_1 -> - case happyOut154 happy_x_2 of { happy_var_2 -> - case happyOut155 happy_x_3 of { happy_var_3 -> - happyIn155- (let (mes, ss) = happy_var_3 in (replicate (length happy_var_1 - 1) Nothing ++ Just happy_var_2 : mes, ss ++ happy_var_1)- )}}}--happyReduce_385 = happySpecReduce_3 144# happyReduction_385-happyReduction_385 happy_x_3- happy_x_2- happy_x_1- = case happyOut153 happy_x_1 of { happy_var_1 -> - case happyOut154 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn155- ((replicate (length happy_var_1 - 1) Nothing ++ [Just happy_var_2], happy_var_3 : happy_var_1)- )}}}--happyReduce_386 = happySpecReduce_2 144# happyReduction_386-happyReduction_386 happy_x_2- happy_x_1- = case happyOut153 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightParen) -> - happyIn155- ((replicate (length happy_var_1) Nothing, happy_var_2 : happy_var_1)- )}}--happyReduce_387 = happySpecReduce_3 145# happyReduction_387-happyReduction_387 happy_x_3- happy_x_2- happy_x_1- = case happyOut156 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn156- ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)- )}}}--happyReduce_388 = happySpecReduce_1 145# happyReduction_388-happyReduction_388 happy_x_1- = case happyOut140 happy_x_1 of { happy_var_1 -> - happyIn156- (([happy_var_1],[])- )}--happyReduce_389 = happySpecReduce_3 146# happyReduction_389-happyReduction_389 happy_x_3- happy_x_2- happy_x_1- = case happyOut140 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> - case happyOut157 happy_x_3 of { happy_var_3 -> - happyIn157- (EitherRP (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_390 = happySpecReduce_3 146# happyReduction_390-happyReduction_390 happy_x_3- happy_x_2- happy_x_1- = case happyOut140 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn157- (EitherRP (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_391 = happyMonadReduce 9# 147# happyReduction_391-happyReduction_391 (happy_x_9 `HappyStk`- happy_x_8 `HappyStk`- happy_x_7 `HappyStk`- happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> - case happyOut161 happy_x_2 of { happy_var_2 -> - case happyOut164 happy_x_3 of { happy_var_3 -> - case happyOut166 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 XStdTagClose) -> - case happyOut159 happy_x_6 of { happy_var_6 -> - case happyOutTok happy_x_7 of { (Loc happy_var_7 XCloseTagOpen) -> - case happyOut161 happy_x_8 of { happy_var_8 -> - case happyOutTok happy_x_9 of { (Loc happy_var_9 XStdTagClose) -> - ( do { n <- checkEqNames happy_var_2 happy_var_8;- let { cn = reverse happy_var_6;- as = reverse happy_var_3;- l = happy_var_1 <^^> happy_var_9 <** [happy_var_1,happy_var_5,happy_var_7,srcInfoSpan (ann happy_var_8),happy_var_9] };- return $ XTag l n as happy_var_4 cn })}}}}}}}}}- ) (\r -> happyReturn (happyIn158 r))--happyReduce_392 = happyReduce 5# 147# happyReduction_392-happyReduction_392 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> - case happyOut161 happy_x_2 of { happy_var_2 -> - case happyOut164 happy_x_3 of { happy_var_3 -> - case happyOut166 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 XEmptyTagClose) -> - happyIn158- (XETag (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_5]) happy_var_2 (reverse happy_var_3) happy_var_4- ) `HappyStk` happyRest}}}}}--happyReduce_393 = happySpecReduce_3 147# happyReduction_393-happyReduction_393 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 XCodeTagOpen) -> - case happyOut140 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 XCodeTagClose) -> - happyIn158- (XExpTag (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2- )}}}--happyReduce_394 = happyReduce 4# 147# happyReduction_394-happyReduction_394 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 XChildTagOpen) -> - case happyOut159 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 XCloseTagOpen) -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 XCodeTagClose) -> - happyIn158- (XChildTag (happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_3,happy_var_4]) (reverse happy_var_2)- ) `HappyStk` happyRest}}}}--happyReduce_395 = happySpecReduce_2 148# happyReduction_395-happyReduction_395 happy_x_2- happy_x_1- = case happyOut159 happy_x_1 of { happy_var_1 -> - case happyOut160 happy_x_2 of { happy_var_2 -> - happyIn159- (happy_var_2 : happy_var_1- )}}--happyReduce_396 = happySpecReduce_0 148# happyReduction_396-happyReduction_396 = happyIn159- ([]- )--happyReduce_397 = happySpecReduce_1 149# happyReduction_397-happyReduction_397 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn160- (let Loc l (XPCDATA pcd) = happy_var_1 in XPcdata (nIS l) pcd- )}--happyReduce_398 = happySpecReduce_3 149# happyReduction_398-happyReduction_398 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 XRPatOpen) -> - case happyOut156 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 XRPatClose) -> - happyIn160- (XRPats (happy_var_1 <^^> happy_var_3 <** (snd happy_var_2 ++ [happy_var_1,happy_var_3])) $ reverse (fst happy_var_2)- )}}}--happyReduce_399 = happySpecReduce_1 149# happyReduction_399-happyReduction_399 happy_x_1- = case happyOut158 happy_x_1 of { happy_var_1 -> - happyIn160- (happy_var_1- )}--happyReduce_400 = happySpecReduce_3 150# happyReduction_400-happyReduction_400 happy_x_3- happy_x_2- happy_x_1- = case happyOut162 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Colon) -> - case happyOut162 happy_x_3 of { happy_var_3 -> - happyIn161- (let {Loc l1 s1 = happy_var_1; Loc l2 s2 = happy_var_3}- in XDomName (nIS l1 <++> nIS l2 <** [l1,happy_var_2,l2]) s1 s2- )}}}--happyReduce_401 = happySpecReduce_1 150# happyReduction_401-happyReduction_401 happy_x_1- = case happyOut162 happy_x_1 of { happy_var_1 -> - happyIn161- (let Loc l str = happy_var_1 in XName (nIS l) str- )}--happyReduce_402 = happySpecReduce_1 151# happyReduction_402-happyReduction_402 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn162- (let Loc l (VarId s) = happy_var_1 in Loc l s- )}--happyReduce_403 = happySpecReduce_1 151# happyReduction_403-happyReduction_403 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn162- (let Loc l (ConId s) = happy_var_1 in Loc l s- )}--happyReduce_404 = happySpecReduce_1 151# happyReduction_404-happyReduction_404 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn162- (let Loc l (DVarId s) = happy_var_1 in Loc l $ mkDVar s- )}--happyReduce_405 = happySpecReduce_1 151# happyReduction_405-happyReduction_405 happy_x_1- = case happyOut163 happy_x_1 of { happy_var_1 -> - happyIn162- (happy_var_1- )}--happyReduce_406 = happySpecReduce_1 152# happyReduction_406-happyReduction_406 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> - happyIn163- (Loc happy_var_1 "type"- )}--happyReduce_407 = happySpecReduce_1 152# happyReduction_407-happyReduction_407 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Class) -> - happyIn163- (Loc happy_var_1 "class"- )}--happyReduce_408 = happySpecReduce_1 152# happyReduction_408-happyReduction_408 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> - happyIn163- (Loc happy_var_1 "data"- )}--happyReduce_409 = happySpecReduce_1 152# happyReduction_409-happyReduction_409 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Foreign) -> - happyIn163- (Loc happy_var_1 "foreign"- )}--happyReduce_410 = happySpecReduce_1 152# happyReduction_410-happyReduction_410 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Export) -> - happyIn163- (Loc happy_var_1 "export"- )}--happyReduce_411 = happySpecReduce_1 152# happyReduction_411-happyReduction_411 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Safe) -> - happyIn163- (Loc happy_var_1 "safe"- )}--happyReduce_412 = happySpecReduce_1 152# happyReduction_412-happyReduction_412 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Unsafe) -> - happyIn163- (Loc happy_var_1 "unsafe"- )}--happyReduce_413 = happySpecReduce_1 152# happyReduction_413-happyReduction_413 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Threadsafe) -> - happyIn163- (Loc happy_var_1 "threadsafe"- )}--happyReduce_414 = happySpecReduce_1 152# happyReduction_414-happyReduction_414 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_StdCall) -> - happyIn163- (Loc happy_var_1 "stdcall"- )}--happyReduce_415 = happySpecReduce_1 152# happyReduction_415-happyReduction_415 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_CCall) -> - happyIn163- (Loc happy_var_1 "ccall"- )}--happyReduce_416 = happySpecReduce_1 152# happyReduction_416-happyReduction_416 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_As) -> - happyIn163- (Loc happy_var_1 "as"- )}--happyReduce_417 = happySpecReduce_1 152# happyReduction_417-happyReduction_417 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_By) -> - happyIn163- (Loc happy_var_1 "by"- )}--happyReduce_418 = happySpecReduce_1 152# happyReduction_418-happyReduction_418 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Case) -> - happyIn163- (Loc happy_var_1 "case"- )}--happyReduce_419 = happySpecReduce_1 152# happyReduction_419-happyReduction_419 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Default) -> - happyIn163- (Loc happy_var_1 "default"- )}--happyReduce_420 = happySpecReduce_1 152# happyReduction_420-happyReduction_420 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> - happyIn163- (Loc happy_var_1 "deriving"- )}--happyReduce_421 = happySpecReduce_1 152# happyReduction_421-happyReduction_421 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Do) -> - happyIn163- (Loc happy_var_1 "do"- )}--happyReduce_422 = happySpecReduce_1 152# happyReduction_422-happyReduction_422 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Else) -> - happyIn163- (Loc happy_var_1 "else"- )}--happyReduce_423 = happySpecReduce_1 152# happyReduction_423-happyReduction_423 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Family) -> - happyIn163- (Loc happy_var_1 "family"- )}--happyReduce_424 = happySpecReduce_1 152# happyReduction_424-happyReduction_424 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> - happyIn163- (Loc happy_var_1 "forall"- )}--happyReduce_425 = happySpecReduce_1 152# happyReduction_425-happyReduction_425 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Group) -> - happyIn163- (Loc happy_var_1 "group"- )}--happyReduce_426 = happySpecReduce_1 152# happyReduction_426-happyReduction_426 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Hiding) -> - happyIn163- (Loc happy_var_1 "hiding"- )}--happyReduce_427 = happySpecReduce_1 152# happyReduction_427-happyReduction_427 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_If) -> - happyIn163- (Loc happy_var_1 "if"- )}--happyReduce_428 = happySpecReduce_1 152# happyReduction_428-happyReduction_428 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Import) -> - happyIn163- (Loc happy_var_1 "import"- )}--happyReduce_429 = happySpecReduce_1 152# happyReduction_429-happyReduction_429 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_In) -> - happyIn163- (Loc happy_var_1 "in"- )}--happyReduce_430 = happySpecReduce_1 152# happyReduction_430-happyReduction_430 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Infix) -> - happyIn163- (Loc happy_var_1 "infix"- )}--happyReduce_431 = happySpecReduce_1 152# happyReduction_431-happyReduction_431 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixL) -> - happyIn163- (Loc happy_var_1 "infixl"- )}--happyReduce_432 = happySpecReduce_1 152# happyReduction_432-happyReduction_432 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixR) -> - happyIn163- (Loc happy_var_1 "infixr"- )}--happyReduce_433 = happySpecReduce_1 152# happyReduction_433-happyReduction_433 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Instance) -> - happyIn163- (Loc happy_var_1 "instance"- )}--happyReduce_434 = happySpecReduce_1 152# happyReduction_434-happyReduction_434 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> - happyIn163- (Loc happy_var_1 "let"- )}--happyReduce_435 = happySpecReduce_1 152# happyReduction_435-happyReduction_435 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_MDo) -> - happyIn163- (Loc happy_var_1 "mdo"- )}--happyReduce_436 = happySpecReduce_1 152# happyReduction_436-happyReduction_436 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> - happyIn163- (Loc happy_var_1 "module"- )}--happyReduce_437 = happySpecReduce_1 152# happyReduction_437-happyReduction_437 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_NewType) -> - happyIn163- (Loc happy_var_1 "newtype"- )}--happyReduce_438 = happySpecReduce_1 152# happyReduction_438-happyReduction_438 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Of) -> - happyIn163- (Loc happy_var_1 "of"- )}--happyReduce_439 = happySpecReduce_1 152# happyReduction_439-happyReduction_439 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Proc) -> - happyIn163- (Loc happy_var_1 "proc"- )}--happyReduce_440 = happySpecReduce_1 152# happyReduction_440-happyReduction_440 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Rec) -> - happyIn163- (Loc happy_var_1 "rec"- )}--happyReduce_441 = happySpecReduce_1 152# happyReduction_441-happyReduction_441 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> - happyIn163- (Loc happy_var_1 "then"- )}--happyReduce_442 = happySpecReduce_1 152# happyReduction_442-happyReduction_442 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Using) -> - happyIn163- (Loc happy_var_1 "using"- )}--happyReduce_443 = happySpecReduce_1 152# happyReduction_443-happyReduction_443 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> - happyIn163- (Loc happy_var_1 "where"- )}--happyReduce_444 = happySpecReduce_1 152# happyReduction_444-happyReduction_444 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Qualified) -> - happyIn163- (Loc happy_var_1 "qualified"- )}--happyReduce_445 = happySpecReduce_2 153# happyReduction_445-happyReduction_445 happy_x_2- happy_x_1- = case happyOut164 happy_x_1 of { happy_var_1 -> - case happyOut165 happy_x_2 of { happy_var_2 -> - happyIn164- (happy_var_2 : happy_var_1- )}}--happyReduce_446 = happySpecReduce_0 153# happyReduction_446-happyReduction_446 = happyIn164- ([]- )--happyReduce_447 = happySpecReduce_3 154# happyReduction_447-happyReduction_447 happy_x_3- happy_x_2- happy_x_1- = case happyOut161 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Equals) -> - case happyOut150 happy_x_3 of { happy_var_3 -> - happyIn165- (XAttr (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_448 = happySpecReduce_1 155# happyReduction_448-happyReduction_448 happy_x_1- = case happyOut150 happy_x_1 of { happy_var_1 -> - happyIn166- (Just happy_var_1- )}--happyReduce_449 = happySpecReduce_0 155# happyReduction_449-happyReduction_449 = happyIn166- (Nothing- )--happyReduce_450 = happySpecReduce_1 156# happyReduction_450-happyReduction_450 happy_x_1- = case happyOut154 happy_x_1 of { happy_var_1 -> - happyIn167- (\l -> List l [happy_var_1]- )}--happyReduce_451 = happySpecReduce_1 156# happyReduction_451-happyReduction_451 happy_x_1- = case happyOut168 happy_x_1 of { happy_var_1 -> - happyIn167- (\l -> let (ps,ss) = happy_var_1 in List (l <** reverse ss) (reverse ps)- )}--happyReduce_452 = happySpecReduce_2 156# happyReduction_452-happyReduction_452 happy_x_2- happy_x_1- = case happyOut154 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DotDot) -> - happyIn167- (\l -> EnumFrom (l <** [happy_var_2]) happy_var_1- )}}--happyReduce_453 = happyReduce 4# 156# happyReduction_453-happyReduction_453 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut154 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 DotDot) -> - happyIn167- (\l -> EnumFromThen (l <** [happy_var_2,happy_var_4]) happy_var_1 happy_var_3- ) `HappyStk` happyRest}}}}--happyReduce_454 = happySpecReduce_3 156# happyReduction_454-happyReduction_454 happy_x_3- happy_x_2- happy_x_1- = case happyOut154 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 DotDot) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn167- (\l -> EnumFromTo (l <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_455 = happyReduce 5# 156# happyReduction_455-happyReduction_455 (happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOut154 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - case happyOutTok happy_x_4 of { (Loc happy_var_4 DotDot) -> - case happyOut140 happy_x_5 of { happy_var_5 -> - happyIn167- (\l -> EnumFromThenTo (l <** [happy_var_2,happy_var_4]) happy_var_1 happy_var_3 happy_var_5- ) `HappyStk` happyRest}}}}}--happyReduce_456 = happySpecReduce_3 156# happyReduction_456-happyReduction_456 happy_x_3- happy_x_2- happy_x_1- = case happyOut154 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> - case happyOut169 happy_x_3 of { happy_var_3 -> - happyIn167- (\l -> let (stss, ss) = happy_var_3 in ParComp (l <** (happy_var_2:ss)) happy_var_1 (reverse stss)- )}}}--happyReduce_457 = happySpecReduce_3 157# happyReduction_457-happyReduction_457 happy_x_3- happy_x_2- happy_x_1- = case happyOut168 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut154 happy_x_3 of { happy_var_3 -> - happyIn168- (let (es, ss) = happy_var_1 in (happy_var_3 : es, happy_var_2 : ss)- )}}}--happyReduce_458 = happySpecReduce_3 157# happyReduction_458-happyReduction_458 happy_x_3- happy_x_2- happy_x_1- = case happyOut154 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut154 happy_x_3 of { happy_var_3 -> - happyIn168- (([happy_var_3,happy_var_1], [happy_var_2])- )}}}--happyReduce_459 = happySpecReduce_3 158# happyReduction_459-happyReduction_459 happy_x_3- happy_x_2- happy_x_1- = case happyOut169 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> - case happyOut170 happy_x_3 of { happy_var_3 -> - happyIn169- (let { (stss, ss1) = happy_var_1;- (sts, ss2) = happy_var_3 }- in (reverse sts : stss, ss1 ++ [happy_var_2] ++ reverse ss2)- )}}}--happyReduce_460 = happySpecReduce_1 158# happyReduction_460-happyReduction_460 happy_x_1- = case happyOut170 happy_x_1 of { happy_var_1 -> - happyIn169- (let (sts, ss) = happy_var_1 in ([reverse sts], reverse ss)- )}--happyReduce_461 = happySpecReduce_3 159# happyReduction_461-happyReduction_461 happy_x_3- happy_x_2- happy_x_1- = case happyOut170 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut171 happy_x_3 of { happy_var_3 -> - happyIn170- (let (sts, ss) = happy_var_1 in (happy_var_3 : sts, happy_var_2 : ss)- )}}}--happyReduce_462 = happySpecReduce_1 159# happyReduction_462-happyReduction_462 happy_x_1- = case happyOut171 happy_x_1 of { happy_var_1 -> - happyIn170- (([happy_var_1],[])- )}--happyReduce_463 = happySpecReduce_1 160# happyReduction_463-happyReduction_463 happy_x_1- = case happyOut172 happy_x_1 of { happy_var_1 -> - happyIn171- (happy_var_1- )}--happyReduce_464 = happySpecReduce_1 160# happyReduction_464-happyReduction_464 happy_x_1- = case happyOut174 happy_x_1 of { happy_var_1 -> - happyIn171- (QualStmt (ann happy_var_1) happy_var_1- )}--happyReduce_465 = happySpecReduce_2 161# happyReduction_465-happyReduction_465 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> - case happyOut139 happy_x_2 of { happy_var_2 -> - happyIn172- (ThenTrans (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_466 = happyReduce 4# 161# happyReduction_466-happyReduction_466 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> - case happyOut139 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_By) -> - case happyOut139 happy_x_4 of { happy_var_4 -> - happyIn172- (ThenBy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_467 = happyReduce 4# 161# happyReduction_467-happyReduction_467 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Group) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_By) -> - case happyOut139 happy_x_4 of { happy_var_4 -> - happyIn172- (GroupBy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_468 = happyReduce 4# 161# happyReduction_468-happyReduction_468 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Group) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_Using) -> - case happyOut139 happy_x_4 of { happy_var_4 -> - happyIn172- (GroupUsing (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4- ) `HappyStk` happyRest}}}}--happyReduce_469 = happyReduce 6# 161# happyReduction_469-happyReduction_469 (happy_x_6 `HappyStk`- happy_x_5 `HappyStk`- happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest)- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Group) -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_By) -> - case happyOut139 happy_x_4 of { happy_var_4 -> - case happyOutTok happy_x_5 of { (Loc happy_var_5 KW_Using) -> - case happyOut139 happy_x_6 of { happy_var_6 -> - happyIn172- (GroupByUsing (nIS happy_var_1 <++> ann happy_var_6 <** [happy_var_1,happy_var_2,happy_var_3,happy_var_5]) happy_var_4 happy_var_6- ) `HappyStk` happyRest}}}}}}--happyReduce_470 = happySpecReduce_3 162# happyReduction_470-happyReduction_470 happy_x_3- happy_x_2- happy_x_1- = case happyOut173 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut174 happy_x_3 of { happy_var_3 -> - happyIn173- (let (sts, ss) = happy_var_1 in (happy_var_3 : sts, happy_var_2 : ss)- )}}}--happyReduce_471 = happySpecReduce_1 162# happyReduction_471-happyReduction_471 happy_x_1- = case happyOut174 happy_x_1 of { happy_var_1 -> - happyIn173- (([happy_var_1],[])- )}--happyReduce_472 = happySpecReduce_3 163# happyReduction_472-happyReduction_472 happy_x_3- happy_x_2- happy_x_1- = case happyOut182 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftArrow) -> - case happyOut139 happy_x_3 of { happy_var_3 -> - happyIn174- (Generator (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_473 = happySpecReduce_1 163# happyReduction_473-happyReduction_473 happy_x_1- = case happyOut139 happy_x_1 of { happy_var_1 -> - happyIn174- (Qualifier (ann happy_var_1) happy_var_1- )}--happyReduce_474 = happySpecReduce_2 163# happyReduction_474-happyReduction_474 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> - case happyOut61 happy_x_2 of { happy_var_2 -> - happyIn174- (LetStmt (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_475 = happySpecReduce_3 164# happyReduction_475-happyReduction_475 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> - case happyOut176 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - happyIn175- ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])- )}}}--happyReduce_476 = happySpecReduce_3 164# happyReduction_476-happyReduction_476 happy_x_3- happy_x_2- happy_x_1- = case happyOut222 happy_x_1 of { happy_var_1 -> - case happyOut176 happy_x_2 of { happy_var_2 -> - case happyOut223 happy_x_3 of { happy_var_3 -> - happyIn175- ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])- )}}}--happyReduce_477 = happySpecReduce_3 165# happyReduction_477-happyReduction_477 happy_x_3- happy_x_2- happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut177 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - happyIn176- ((reverse $ fst happy_var_2, happy_var_1 ++ snd happy_var_2 ++ happy_var_3)- )}}}--happyReduce_478 = happySpecReduce_3 166# happyReduction_478-happyReduction_478 happy_x_3- happy_x_2- happy_x_1- = case happyOut177 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut178 happy_x_3 of { happy_var_3 -> - happyIn177- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ happy_var_2)- )}}}--happyReduce_479 = happySpecReduce_1 166# happyReduction_479-happyReduction_479 happy_x_1- = case happyOut178 happy_x_1 of { happy_var_1 -> - happyIn177- (([happy_var_1],[])- )}--happyReduce_480 = happySpecReduce_3 167# happyReduction_480-happyReduction_480 happy_x_3- happy_x_2- happy_x_1- = case happyOut182 happy_x_1 of { happy_var_1 -> - case happyOut179 happy_x_2 of { happy_var_2 -> - case happyOut134 happy_x_3 of { happy_var_3 -> - happyIn178- (Alt (happy_var_1 <> happy_var_2 <+?> (fmap ann) (fst happy_var_3) <** snd happy_var_3) happy_var_1 happy_var_2 (fst happy_var_3)- )}}}--happyReduce_481 = happySpecReduce_2 168# happyReduction_481-happyReduction_481 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 RightArrow) -> - case happyOut139 happy_x_2 of { happy_var_2 -> - happyIn179- (UnGuardedAlt (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_482 = happySpecReduce_1 168# happyReduction_482-happyReduction_482 happy_x_1- = case happyOut180 happy_x_1 of { happy_var_1 -> - happyIn179- (GuardedAlts (snd happy_var_1) (reverse $ fst happy_var_1)- )}--happyReduce_483 = happySpecReduce_2 169# happyReduction_483-happyReduction_483 happy_x_2- happy_x_1- = case happyOut180 happy_x_1 of { happy_var_1 -> - case happyOut181 happy_x_2 of { happy_var_2 -> - happyIn180- ((happy_var_2 : fst happy_var_1, snd happy_var_1 <++> ann happy_var_2)- )}}--happyReduce_484 = happySpecReduce_1 169# happyReduction_484-happyReduction_484 happy_x_1- = case happyOut181 happy_x_1 of { happy_var_1 -> - happyIn180- (([happy_var_1], ann happy_var_1)- )}--happyReduce_485 = happyMonadReduce 4# 170# happyReduction_485-happyReduction_485 (happy_x_4 `HappyStk`- happy_x_3 `HappyStk`- happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Bar) -> - case happyOut173 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightArrow) -> - case happyOut139 happy_x_4 of { happy_var_4 -> - ( do { checkPatternGuards (fst happy_var_2);- let {l = nIS happy_var_1 <++> ann happy_var_4 <** (happy_var_1:snd happy_var_2 ++ [happy_var_3])};- return (GuardedAlt l (reverse (fst happy_var_2)) happy_var_4) })}}}}- ) (\r -> happyReturn (happyIn181 r))--happyReduce_486 = happyMonadReduce 1# 171# happyReduction_486-happyReduction_486 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut140 happy_x_1 of { happy_var_1 -> - ( checkPattern happy_var_1)}- ) (\r -> happyReturn (happyIn182 r))--happyReduce_487 = happyMonadReduce 2# 171# happyReduction_487-happyReduction_487 (happy_x_2 `HappyStk`- happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - case happyOut150 happy_x_2 of { happy_var_2 -> - ( checkPattern (BangPat (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2))}}- ) (\r -> happyReturn (happyIn182 r))--happyReduce_488 = happySpecReduce_3 172# happyReduction_488-happyReduction_488 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> - case happyOut184 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> - happyIn183- ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])- )}}}--happyReduce_489 = happySpecReduce_3 172# happyReduction_489-happyReduction_489 happy_x_3- happy_x_2- happy_x_1- = case happyOut222 happy_x_1 of { happy_var_1 -> - case happyOut184 happy_x_2 of { happy_var_2 -> - case happyOut223 happy_x_3 of { happy_var_3 -> - happyIn183- ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])- )}}}--happyReduce_490 = happySpecReduce_2 173# happyReduction_490-happyReduction_490 happy_x_2- happy_x_1- = case happyOut186 happy_x_1 of { happy_var_1 -> - case happyOut185 happy_x_2 of { happy_var_2 -> - happyIn184- ((happy_var_1 : fst happy_var_2, snd happy_var_2)- )}}--happyReduce_491 = happySpecReduce_2 173# happyReduction_491-happyReduction_491 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 SemiColon) -> - case happyOut184 happy_x_2 of { happy_var_2 -> - happyIn184- ((fst happy_var_2, happy_var_1 : snd happy_var_2)- )}}--happyReduce_492 = happySpecReduce_0 173# happyReduction_492-happyReduction_492 = happyIn184- (([],[])- )--happyReduce_493 = happySpecReduce_2 174# happyReduction_493-happyReduction_493 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 SemiColon) -> - case happyOut184 happy_x_2 of { happy_var_2 -> - happyIn185- ((fst happy_var_2, happy_var_1 : snd happy_var_2)- )}}--happyReduce_494 = happySpecReduce_0 174# happyReduction_494-happyReduction_494 = happyIn185- (([],[])- )--happyReduce_495 = happySpecReduce_2 175# happyReduction_495-happyReduction_495 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> - case happyOut61 happy_x_2 of { happy_var_2 -> - happyIn186- (LetStmt (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2- )}}--happyReduce_496 = happySpecReduce_3 175# happyReduction_496-happyReduction_496 happy_x_3- happy_x_2- happy_x_1- = case happyOut182 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftArrow) -> - case happyOut139 happy_x_3 of { happy_var_3 -> - happyIn186- (Generator (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_497 = happySpecReduce_1 175# happyReduction_497-happyReduction_497 happy_x_1- = case happyOut139 happy_x_1 of { happy_var_1 -> - happyIn186- (Qualifier (ann happy_var_1) happy_var_1- )}--happyReduce_498 = happySpecReduce_2 175# happyReduction_498-happyReduction_498 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Rec) -> - case happyOut183 happy_x_2 of { happy_var_2 -> - happyIn186- (let (stms,inf,ss) = happy_var_2 in RecStmt (nIS happy_var_1 <++> inf <** happy_var_1:ss) stms- )}}--happyReduce_499 = happySpecReduce_3 176# happyReduction_499-happyReduction_499 happy_x_3- happy_x_2- happy_x_1- = case happyOut187 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> - case happyOut188 happy_x_3 of { happy_var_3 -> - happyIn187- (let (fbs, ss) = happy_var_1 in (happy_var_3 : fbs, happy_var_2 : ss)- )}}}--happyReduce_500 = happySpecReduce_1 176# happyReduction_500-happyReduction_500 happy_x_1- = case happyOut188 happy_x_1 of { happy_var_1 -> - happyIn187- (([happy_var_1],[])- )}--happyReduce_501 = happySpecReduce_3 177# happyReduction_501-happyReduction_501 happy_x_3- happy_x_2- happy_x_1- = case happyOut195 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Equals) -> - case happyOut140 happy_x_3 of { happy_var_3 -> - happyIn188- (FieldUpdate (happy_var_1 <>happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_502 = happyMonadReduce 1# 177# happyReduction_502-happyReduction_502 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOut195 happy_x_1 of { happy_var_1 -> - ( checkEnabled NamedFieldPuns >> checkUnQual happy_var_1 >>= return . FieldPun (ann happy_var_1))}- ) (\r -> happyReturn (happyIn188 r))--happyReduce_503 = happyMonadReduce 1# 177# happyReduction_503-happyReduction_503 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 DotDot) -> - ( checkEnabled RecordWildCards >> return (FieldWildcard (nIS happy_var_1)))}- ) (\r -> happyReturn (happyIn188 r))--happyReduce_504 = happySpecReduce_3 178# happyReduction_504-happyReduction_504 happy_x_3- happy_x_2- happy_x_1- = case happyOut25 happy_x_1 of { happy_var_1 -> - case happyOut190 happy_x_2 of { happy_var_2 -> - case happyOut25 happy_x_3 of { happy_var_3 -> - happyIn189- ((reverse (fst happy_var_2), reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3)- )}}}--happyReduce_505 = happySpecReduce_3 179# happyReduction_505-happyReduction_505 happy_x_3- happy_x_2- happy_x_1- = case happyOut190 happy_x_1 of { happy_var_1 -> - case happyOut24 happy_x_2 of { happy_var_2 -> - case happyOut191 happy_x_3 of { happy_var_3 -> - happyIn190- ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)- )}}}--happyReduce_506 = happySpecReduce_1 179# happyReduction_506-happyReduction_506 happy_x_1- = case happyOut191 happy_x_1 of { happy_var_1 -> - happyIn190- (([happy_var_1],[])- )}--happyReduce_507 = happySpecReduce_3 180# happyReduction_507-happyReduction_507 happy_x_3- happy_x_2- happy_x_1- = case happyOut196 happy_x_1 of { happy_var_1 -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 Equals) -> - case happyOut139 happy_x_3 of { happy_var_3 -> - happyIn191- (IPBind (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3- )}}}--happyReduce_508 = happySpecReduce_2 181# happyReduction_508-happyReduction_508 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightParen) -> - happyIn192- (p_unit_con (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])- )}}--happyReduce_509 = happySpecReduce_2 181# happyReduction_509-happyReduction_509 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightSquare) -> - happyIn192- (List (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2]) []- )}}--happyReduce_510 = happySpecReduce_3 181# happyReduction_510-happyReduction_510 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut153 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn192- (p_tuple_con (happy_var_1 <^^> happy_var_3 <** happy_var_1:reverse (happy_var_3:happy_var_2)) Boxed (length happy_var_2)- )}}}--happyReduce_511 = happySpecReduce_2 181# happyReduction_511-happyReduction_511 happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> - case happyOutTok happy_x_2 of { (Loc happy_var_2 RightHashParen) -> - happyIn192- (p_unboxed_singleton_con (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])- )}}--happyReduce_512 = happySpecReduce_3 181# happyReduction_512-happyReduction_512 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> - case happyOut153 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightHashParen) -> - happyIn192- (p_tuple_con (happy_var_1 <^^> happy_var_3 <** happy_var_1:reverse (happy_var_3:happy_var_2)) Unboxed (length happy_var_2)- )}}}--happyReduce_513 = happySpecReduce_1 181# happyReduction_513-happyReduction_513 happy_x_1- = case happyOut198 happy_x_1 of { happy_var_1 -> - happyIn192- (Con (ann happy_var_1) happy_var_1- )}--happyReduce_514 = happySpecReduce_1 182# happyReduction_514-happyReduction_514 happy_x_1- = case happyOut210 happy_x_1 of { happy_var_1 -> - happyIn193- (happy_var_1- )}--happyReduce_515 = happySpecReduce_3 182# happyReduction_515-happyReduction_515 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut218 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn193- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_516 = happySpecReduce_1 183# happyReduction_516-happyReduction_516 happy_x_1- = case happyOut209 happy_x_1 of { happy_var_1 -> - happyIn194- (happy_var_1- )}--happyReduce_517 = happySpecReduce_3 183# happyReduction_517-happyReduction_517 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut218 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn194- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_518 = happySpecReduce_1 184# happyReduction_518-happyReduction_518 happy_x_1- = case happyOut208 happy_x_1 of { happy_var_1 -> - happyIn195- (happy_var_1- )}--happyReduce_519 = happySpecReduce_3 184# happyReduction_519-happyReduction_519 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut216 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn195- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_520 = happySpecReduce_1 185# happyReduction_520-happyReduction_520 happy_x_1- = case happyOut211 happy_x_1 of { happy_var_1 -> - happyIn196- (happy_var_1- )}--happyReduce_521 = happySpecReduce_1 186# happyReduction_521-happyReduction_521 happy_x_1- = case happyOut213 happy_x_1 of { happy_var_1 -> - happyIn197- (happy_var_1- )}--happyReduce_522 = happySpecReduce_3 186# happyReduction_522-happyReduction_522 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut215 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn197- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_523 = happySpecReduce_1 187# happyReduction_523-happyReduction_523 happy_x_1- = case happyOut212 happy_x_1 of { happy_var_1 -> - happyIn198- (happy_var_1- )}--happyReduce_524 = happySpecReduce_3 187# happyReduction_524-happyReduction_524 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> - case happyOut207 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> - happyIn198- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_525 = happySpecReduce_1 188# happyReduction_525-happyReduction_525 happy_x_1- = case happyOut218 happy_x_1 of { happy_var_1 -> - happyIn199- (happy_var_1- )}--happyReduce_526 = happySpecReduce_3 188# happyReduction_526-happyReduction_526 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> - case happyOut210 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> - happyIn199- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_527 = happySpecReduce_1 189# happyReduction_527-happyReduction_527 happy_x_1- = case happyOut216 happy_x_1 of { happy_var_1 -> - happyIn200- (happy_var_1- )}--happyReduce_528 = happySpecReduce_3 189# happyReduction_528-happyReduction_528 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> - case happyOut208 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> - happyIn200- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_529 = happySpecReduce_1 190# happyReduction_529-happyReduction_529 happy_x_1- = case happyOut217 happy_x_1 of { happy_var_1 -> - happyIn201- (happy_var_1- )}--happyReduce_530 = happySpecReduce_3 190# happyReduction_530-happyReduction_530 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> - case happyOut208 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> - happyIn201- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_531 = happySpecReduce_1 191# happyReduction_531-happyReduction_531 happy_x_1- = case happyOut215 happy_x_1 of { happy_var_1 -> - happyIn202- (happy_var_1- )}--happyReduce_532 = happySpecReduce_3 191# happyReduction_532-happyReduction_532 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> - case happyOut213 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> - happyIn202- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_533 = happySpecReduce_1 192# happyReduction_533-happyReduction_533 happy_x_1- = case happyOut207 happy_x_1 of { happy_var_1 -> - happyIn203- (happy_var_1- )}--happyReduce_534 = happySpecReduce_3 192# happyReduction_534-happyReduction_534 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> - case happyOut212 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> - happyIn203- (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2- )}}}--happyReduce_535 = happySpecReduce_1 193# happyReduction_535-happyReduction_535 happy_x_1- = case happyOut199 happy_x_1 of { happy_var_1 -> - happyIn204- (VarOp (ann happy_var_1) happy_var_1- )}--happyReduce_536 = happySpecReduce_1 193# happyReduction_536-happyReduction_536 happy_x_1- = case happyOut202 happy_x_1 of { happy_var_1 -> - happyIn204- (ConOp (ann happy_var_1) happy_var_1- )}--happyReduce_537 = happySpecReduce_1 194# happyReduction_537-happyReduction_537 happy_x_1- = case happyOut200 happy_x_1 of { happy_var_1 -> - happyIn205- (QVarOp (ann happy_var_1) happy_var_1- )}--happyReduce_538 = happySpecReduce_1 194# happyReduction_538-happyReduction_538 happy_x_1- = case happyOut203 happy_x_1 of { happy_var_1 -> - happyIn205- (QConOp (ann happy_var_1) happy_var_1- )}--happyReduce_539 = happySpecReduce_1 195# happyReduction_539-happyReduction_539 happy_x_1- = case happyOut201 happy_x_1 of { happy_var_1 -> - happyIn206- (QVarOp (ann happy_var_1) happy_var_1- )}--happyReduce_540 = happySpecReduce_1 195# happyReduction_540-happyReduction_540 happy_x_1- = case happyOut203 happy_x_1 of { happy_var_1 -> - happyIn206- (QConOp (ann happy_var_1) happy_var_1- )}--happyReduce_541 = happySpecReduce_1 196# happyReduction_541-happyReduction_541 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Colon) -> - happyIn207- (list_cons_name (nIS happy_var_1)- )}--happyReduce_542 = happySpecReduce_1 196# happyReduction_542-happyReduction_542 happy_x_1- = case happyOut214 happy_x_1 of { happy_var_1 -> - happyIn207- (happy_var_1- )}--happyReduce_543 = happySpecReduce_1 197# happyReduction_543-happyReduction_543 happy_x_1- = case happyOut210 happy_x_1 of { happy_var_1 -> - happyIn208- (UnQual (ann happy_var_1) happy_var_1- )}--happyReduce_544 = happySpecReduce_1 197# happyReduction_544-happyReduction_544 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn208- (let {Loc l (QVarId q) = happy_var_1; nis = nIS l}- in Qual nis (ModuleName nis (fst q)) (Ident nis (snd q))- )}--happyReduce_545 = happySpecReduce_1 198# happyReduction_545-happyReduction_545 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn209- (let Loc l (VarId v) = happy_var_1 in Ident (nIS l) v- )}--happyReduce_546 = happySpecReduce_1 198# happyReduction_546-happyReduction_546 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_As) -> - happyIn209- (as_name (nIS happy_var_1)- )}--happyReduce_547 = happySpecReduce_1 198# happyReduction_547-happyReduction_547 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Qualified) -> - happyIn209- (qualified_name (nIS happy_var_1)- )}--happyReduce_548 = happySpecReduce_1 198# happyReduction_548-happyReduction_548 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Hiding) -> - happyIn209- (hiding_name (nIS happy_var_1)- )}--happyReduce_549 = happySpecReduce_1 198# happyReduction_549-happyReduction_549 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Export) -> - happyIn209- (export_name (nIS happy_var_1)- )}--happyReduce_550 = happySpecReduce_1 198# happyReduction_550-happyReduction_550 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_StdCall) -> - happyIn209- (stdcall_name (nIS happy_var_1)- )}--happyReduce_551 = happySpecReduce_1 198# happyReduction_551-happyReduction_551 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_CCall) -> - happyIn209- (ccall_name (nIS happy_var_1)- )}--happyReduce_552 = happySpecReduce_1 199# happyReduction_552-happyReduction_552 happy_x_1- = case happyOut209 happy_x_1 of { happy_var_1 -> - happyIn210- (happy_var_1- )}--happyReduce_553 = happySpecReduce_1 199# happyReduction_553-happyReduction_553 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Safe) -> - happyIn210- (safe_name (nIS happy_var_1)- )}--happyReduce_554 = happySpecReduce_1 199# happyReduction_554-happyReduction_554 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Unsafe) -> - happyIn210- (unsafe_name (nIS happy_var_1)- )}--happyReduce_555 = happySpecReduce_1 199# happyReduction_555-happyReduction_555 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Threadsafe) -> - happyIn210- (threadsafe_name (nIS happy_var_1)- )}--happyReduce_556 = happySpecReduce_1 200# happyReduction_556-happyReduction_556 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn211- (let Loc l (IDupVarId i) = happy_var_1 in IPDup (nIS l) i- )}--happyReduce_557 = happySpecReduce_1 200# happyReduction_557-happyReduction_557 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn211- (let Loc l (ILinVarId i) = happy_var_1 in IPLin (nIS l) i- )}--happyReduce_558 = happySpecReduce_1 201# happyReduction_558-happyReduction_558 happy_x_1- = case happyOut213 happy_x_1 of { happy_var_1 -> - happyIn212- (UnQual (ann happy_var_1) happy_var_1- )}--happyReduce_559 = happySpecReduce_1 201# happyReduction_559-happyReduction_559 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn212- (let {Loc l (QConId q) = happy_var_1; nis = nIS l} in Qual nis (ModuleName nis (fst q)) (Ident nis (snd q))- )}--happyReduce_560 = happySpecReduce_1 202# happyReduction_560-happyReduction_560 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn213- (let Loc l (ConId c) = happy_var_1 in Ident (nIS l) c- )}--happyReduce_561 = happySpecReduce_1 203# happyReduction_561-happyReduction_561 happy_x_1- = case happyOut215 happy_x_1 of { happy_var_1 -> - happyIn214- (UnQual (ann happy_var_1) happy_var_1- )}--happyReduce_562 = happySpecReduce_1 203# happyReduction_562-happyReduction_562 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn214- (let {Loc l (QConSym q) = happy_var_1; nis = nIS l} in Qual nis (ModuleName nis (fst q)) (Symbol nis (snd q))- )}--happyReduce_563 = happySpecReduce_1 204# happyReduction_563-happyReduction_563 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn215- (let Loc l (ConSym c) = happy_var_1 in Symbol (nIS l) c- )}--happyReduce_564 = happySpecReduce_1 205# happyReduction_564-happyReduction_564 happy_x_1- = case happyOut218 happy_x_1 of { happy_var_1 -> - happyIn216- (UnQual (ann happy_var_1) happy_var_1- )}--happyReduce_565 = happySpecReduce_1 205# happyReduction_565-happyReduction_565 happy_x_1- = case happyOut220 happy_x_1 of { happy_var_1 -> - happyIn216- (happy_var_1- )}--happyReduce_566 = happySpecReduce_1 206# happyReduction_566-happyReduction_566 happy_x_1- = case happyOut219 happy_x_1 of { happy_var_1 -> - happyIn217- (UnQual (ann happy_var_1) happy_var_1- )}--happyReduce_567 = happySpecReduce_1 206# happyReduction_567-happyReduction_567 happy_x_1- = case happyOut220 happy_x_1 of { happy_var_1 -> - happyIn217- (happy_var_1- )}--happyReduce_568 = happySpecReduce_1 207# happyReduction_568-happyReduction_568 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn218- (let Loc l (VarSym v) = happy_var_1 in Symbol (nIS l) v- )}--happyReduce_569 = happySpecReduce_1 207# happyReduction_569-happyReduction_569 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Minus) -> - happyIn218- (minus_name (nIS happy_var_1)- )}--happyReduce_570 = happySpecReduce_1 207# happyReduction_570-happyReduction_570 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - happyIn218- (bang_name (nIS happy_var_1)- )}--happyReduce_571 = happySpecReduce_1 207# happyReduction_571-happyReduction_571 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Dot) -> - happyIn218- (dot_name (nIS happy_var_1)- )}--happyReduce_572 = happySpecReduce_1 207# happyReduction_572-happyReduction_572 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Star) -> - happyIn218- (star_name (nIS happy_var_1)- )}--happyReduce_573 = happySpecReduce_1 208# happyReduction_573-happyReduction_573 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn219- (let Loc l (VarSym v) = happy_var_1 in Symbol (nIS l) v- )}--happyReduce_574 = happySpecReduce_1 208# happyReduction_574-happyReduction_574 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> - happyIn219- (bang_name (nIS happy_var_1)- )}--happyReduce_575 = happySpecReduce_1 208# happyReduction_575-happyReduction_575 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Dot) -> - happyIn219- (dot_name (nIS happy_var_1)- )}--happyReduce_576 = happySpecReduce_1 208# happyReduction_576-happyReduction_576 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 Star) -> - happyIn219- (star_name (nIS happy_var_1)- )}--happyReduce_577 = happySpecReduce_1 209# happyReduction_577-happyReduction_577 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn220- (let {Loc l (QVarSym q) = happy_var_1; nis = nIS l} in Qual nis (ModuleName nis (fst q)) (Symbol nis (snd q))- )}--happyReduce_578 = happySpecReduce_1 210# happyReduction_578-happyReduction_578 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (IntTok (i,raw)) = happy_var_1 in Int (nIS l) i raw- )}--happyReduce_579 = happySpecReduce_1 210# happyReduction_579-happyReduction_579 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (Character (c,raw)) = happy_var_1 in Char (nIS l) c raw- )}--happyReduce_580 = happySpecReduce_1 210# happyReduction_580-happyReduction_580 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (FloatTok (r,raw)) = happy_var_1 in Frac (nIS l) r raw- )}--happyReduce_581 = happySpecReduce_1 210# happyReduction_581-happyReduction_581 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (StringTok (s,raw)) = happy_var_1 in String (nIS l) s raw- )}--happyReduce_582 = happySpecReduce_1 210# happyReduction_582-happyReduction_582 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (IntTokHash (i,raw)) = happy_var_1 in PrimInt (nIS l) i raw- )}--happyReduce_583 = happySpecReduce_1 210# happyReduction_583-happyReduction_583 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (WordTokHash (w,raw)) = happy_var_1 in PrimWord (nIS l) w raw- )}--happyReduce_584 = happySpecReduce_1 210# happyReduction_584-happyReduction_584 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (FloatTokHash (f,raw)) = happy_var_1 in PrimFloat (nIS l) f raw- )}--happyReduce_585 = happySpecReduce_1 210# happyReduction_585-happyReduction_585 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (DoubleTokHash (d,raw)) = happy_var_1 in PrimDouble (nIS l) d raw- )}--happyReduce_586 = happySpecReduce_1 210# happyReduction_586-happyReduction_586 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (CharacterHash (c,raw)) = happy_var_1 in PrimChar (nIS l) c raw- )}--happyReduce_587 = happySpecReduce_1 210# happyReduction_587-happyReduction_587 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn221- (let Loc l (StringHash (s,raw)) = happy_var_1 in PrimString (nIS l) s raw- )}--happyReduce_588 = happyMonadReduce 0# 211# happyReduction_588-happyReduction_588 (happyRest) tk- = happyThen (( pushCurrentContext >> getSrcLoc >>= \s -> return $ mkSrcSpan s s {- >>= \x -> trace (show x) (return x) -})- ) (\r -> happyReturn (happyIn222 r))--happyReduce_589 = happySpecReduce_1 212# happyReduction_589-happyReduction_589 happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 VRightCurly) -> - happyIn223- (happy_var_1 {- >>= \x -> trace (show x ++ show x ++ show x) (return x) -}- )}--happyReduce_590 = happyMonadReduce 1# 212# happyReduction_590-happyReduction_590 (happy_x_1 `HappyStk`- happyRest) tk- = happyThen (( popContext >> getSrcLoc >>= \s -> return $ mkSrcSpan s s {- >>= \x -> trace (show x ++ show x) (return x) -})- ) (\r -> happyReturn (happyIn223 r))--happyReduce_591 = happySpecReduce_1 213# happyReduction_591-happyReduction_591 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn224- (let Loc l (ConId n) = happy_var_1 in ModuleName (nIS l) n- )}--happyReduce_592 = happySpecReduce_1 213# happyReduction_592-happyReduction_592 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn224- (let Loc l (QConId n) = happy_var_1 in ModuleName (nIS l) (fst n ++ '.':snd n)- )}--happyReduce_593 = happySpecReduce_1 214# happyReduction_593-happyReduction_593 happy_x_1- = case happyOut197 happy_x_1 of { happy_var_1 -> - happyIn225- (happy_var_1- )}--happyReduce_594 = happySpecReduce_1 215# happyReduction_594-happyReduction_594 happy_x_1- = case happyOut198 happy_x_1 of { happy_var_1 -> - happyIn226- (happy_var_1- )}--happyReduce_595 = happySpecReduce_1 216# happyReduction_595-happyReduction_595 happy_x_1- = case happyOut210 happy_x_1 of { happy_var_1 -> - happyIn227- (happy_var_1- )}--happyReduce_596 = happySpecReduce_3 217# happyReduction_596-happyReduction_596 happy_x_3- happy_x_2- happy_x_1- = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> - case happyOut227 happy_x_2 of { happy_var_2 -> - case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> - happyIn228- (UnQual (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3]) happy_var_2- )}}}--happyReduce_597 = happySpecReduce_1 217# happyReduction_597-happyReduction_597 happy_x_1- = case happyOut229 happy_x_1 of { happy_var_1 -> - happyIn228- (UnQual (ann happy_var_1) happy_var_1- )}--happyReduce_598 = happySpecReduce_1 218# happyReduction_598-happyReduction_598 happy_x_1- = case happyOutTok happy_x_1 of { happy_var_1 -> - happyIn229- (let Loc l (VarSym x) = happy_var_1 in Symbol (nIS l) x- )}--happyNewToken action sts stk- = lexer(\tk -> - let cont i = happyDoAction i tk action sts stk in- case tk of {- Loc _ EOF -> happyDoAction 134# tk action sts stk;- Loc _ (VarId _) -> cont 1#;- Loc _ (QVarId _) -> cont 2#;- Loc _ (IDupVarId _) -> cont 3#;- Loc _ (ILinVarId _) -> cont 4#;- Loc _ (ConId _) -> cont 5#;- Loc _ (QConId _) -> cont 6#;- Loc _ (DVarId _) -> cont 7#;- Loc _ (VarSym _) -> cont 8#;- Loc _ (ConSym _) -> cont 9#;- Loc _ (QVarSym _) -> cont 10#;- Loc _ (QConSym _) -> cont 11#;- Loc _ (IntTok _) -> cont 12#;- Loc _ (FloatTok _) -> cont 13#;- Loc _ (Character _) -> cont 14#;- Loc _ (StringTok _) -> cont 15#;- Loc _ (IntTokHash _) -> cont 16#;- Loc _ (WordTokHash _) -> cont 17#;- Loc _ (FloatTokHash _) -> cont 18#;- Loc _ (DoubleTokHash _) -> cont 19#;- Loc _ (CharacterHash _) -> cont 20#;- Loc _ (StringHash _) -> cont 21#;- Loc happy_dollar_dollar LeftParen -> cont 22#;- Loc happy_dollar_dollar RightParen -> cont 23#;- Loc happy_dollar_dollar LeftHashParen -> cont 24#;- Loc happy_dollar_dollar RightHashParen -> cont 25#;- Loc happy_dollar_dollar LeftCurlyBar -> cont 26#;- Loc happy_dollar_dollar RightCurlyBar -> cont 27#;- Loc happy_dollar_dollar SemiColon -> cont 28#;- Loc happy_dollar_dollar LeftCurly -> cont 29#;- Loc happy_dollar_dollar RightCurly -> cont 30#;- Loc happy_dollar_dollar VRightCurly -> cont 31#;- Loc happy_dollar_dollar LeftSquare -> cont 32#;- Loc happy_dollar_dollar RightSquare -> cont 33#;- Loc happy_dollar_dollar Comma -> cont 34#;- Loc happy_dollar_dollar Underscore -> cont 35#;- Loc happy_dollar_dollar BackQuote -> cont 36#;- Loc happy_dollar_dollar Dot -> cont 37#;- Loc happy_dollar_dollar DotDot -> cont 38#;- Loc happy_dollar_dollar Colon -> cont 39#;- Loc happy_dollar_dollar DoubleColon -> cont 40#;- Loc happy_dollar_dollar Equals -> cont 41#;- Loc happy_dollar_dollar Backslash -> cont 42#;- Loc happy_dollar_dollar Bar -> cont 43#;- Loc happy_dollar_dollar LeftArrow -> cont 44#;- Loc happy_dollar_dollar RightArrow -> cont 45#;- Loc happy_dollar_dollar At -> cont 46#;- Loc happy_dollar_dollar Tilde -> cont 47#;- Loc happy_dollar_dollar DoubleArrow -> cont 48#;- Loc happy_dollar_dollar Minus -> cont 49#;- Loc happy_dollar_dollar Exclamation -> cont 50#;- Loc happy_dollar_dollar Star -> cont 51#;- Loc happy_dollar_dollar LeftArrowTail -> cont 52#;- Loc happy_dollar_dollar RightArrowTail -> cont 53#;- Loc happy_dollar_dollar LeftDblArrowTail -> cont 54#;- Loc happy_dollar_dollar RightDblArrowTail -> cont 55#;- Loc happy_dollar_dollar RPGuardOpen -> cont 56#;- Loc happy_dollar_dollar RPGuardClose -> cont 57#;- Loc happy_dollar_dollar RPCAt -> cont 58#;- Loc _ (THIdEscape _) -> cont 59#;- Loc happy_dollar_dollar THParenEscape -> cont 60#;- Loc happy_dollar_dollar THExpQuote -> cont 61#;- Loc happy_dollar_dollar THPatQuote -> cont 62#;- Loc happy_dollar_dollar THTypQuote -> cont 63#;- Loc happy_dollar_dollar THDecQuote -> cont 64#;- Loc happy_dollar_dollar THCloseQuote -> cont 65#;- Loc happy_dollar_dollar THVarQuote -> cont 66#;- Loc happy_dollar_dollar THTyQuote -> cont 67#;- Loc _ (THQuasiQuote _) -> cont 68#;- Loc _ (XPCDATA _) -> cont 69#;- Loc happy_dollar_dollar XStdTagOpen -> cont 70#;- Loc happy_dollar_dollar XCloseTagOpen -> cont 71#;- Loc happy_dollar_dollar XCodeTagOpen -> cont 72#;- Loc happy_dollar_dollar XChildTagOpen -> cont 73#;- Loc happy_dollar_dollar XStdTagClose -> cont 74#;- Loc happy_dollar_dollar XEmptyTagClose -> cont 75#;- Loc happy_dollar_dollar XCodeTagClose -> cont 76#;- Loc happy_dollar_dollar XRPatOpen -> cont 77#;- Loc happy_dollar_dollar XRPatClose -> cont 78#;- Loc happy_dollar_dollar KW_Foreign -> cont 79#;- Loc happy_dollar_dollar KW_Export -> cont 80#;- Loc happy_dollar_dollar KW_Safe -> cont 81#;- Loc happy_dollar_dollar KW_Unsafe -> cont 82#;- Loc happy_dollar_dollar KW_Threadsafe -> cont 83#;- Loc happy_dollar_dollar KW_StdCall -> cont 84#;- Loc happy_dollar_dollar KW_CCall -> cont 85#;- Loc happy_dollar_dollar KW_As -> cont 86#;- Loc happy_dollar_dollar KW_By -> cont 87#;- Loc happy_dollar_dollar KW_Case -> cont 88#;- Loc happy_dollar_dollar KW_Class -> cont 89#;- Loc happy_dollar_dollar KW_Data -> cont 90#;- Loc happy_dollar_dollar KW_Default -> cont 91#;- Loc happy_dollar_dollar KW_Deriving -> cont 92#;- Loc happy_dollar_dollar KW_Do -> cont 93#;- Loc happy_dollar_dollar KW_Else -> cont 94#;- Loc happy_dollar_dollar KW_Family -> cont 95#;- Loc happy_dollar_dollar KW_Forall -> cont 96#;- Loc happy_dollar_dollar KW_Group -> cont 97#;- Loc happy_dollar_dollar KW_Hiding -> cont 98#;- Loc happy_dollar_dollar KW_If -> cont 99#;- Loc happy_dollar_dollar KW_Import -> cont 100#;- Loc happy_dollar_dollar KW_In -> cont 101#;- Loc happy_dollar_dollar KW_Infix -> cont 102#;- Loc happy_dollar_dollar KW_InfixL -> cont 103#;- Loc happy_dollar_dollar KW_InfixR -> cont 104#;- Loc happy_dollar_dollar KW_Instance -> cont 105#;- Loc happy_dollar_dollar KW_Let -> cont 106#;- Loc happy_dollar_dollar KW_MDo -> cont 107#;- Loc happy_dollar_dollar KW_Module -> cont 108#;- Loc happy_dollar_dollar KW_NewType -> cont 109#;- Loc happy_dollar_dollar KW_Of -> cont 110#;- Loc happy_dollar_dollar KW_Proc -> cont 111#;- Loc happy_dollar_dollar KW_Rec -> cont 112#;- Loc happy_dollar_dollar KW_Then -> cont 113#;- Loc happy_dollar_dollar KW_Type -> cont 114#;- Loc happy_dollar_dollar KW_Using -> cont 115#;- Loc happy_dollar_dollar KW_Where -> cont 116#;- Loc happy_dollar_dollar KW_Qualified -> cont 117#;- Loc _ (INLINE _) -> cont 118#;- Loc happy_dollar_dollar INLINE_CONLIKE -> cont 119#;- Loc happy_dollar_dollar SPECIALISE -> cont 120#;- Loc _ (SPECIALISE_INLINE _) -> cont 121#;- Loc happy_dollar_dollar SOURCE -> cont 122#;- Loc happy_dollar_dollar RULES -> cont 123#;- Loc happy_dollar_dollar CORE -> cont 124#;- Loc happy_dollar_dollar SCC -> cont 125#;- Loc happy_dollar_dollar GENERATED -> cont 126#;- Loc happy_dollar_dollar DEPRECATED -> cont 127#;- Loc happy_dollar_dollar WARNING -> cont 128#;- Loc happy_dollar_dollar UNPACK -> cont 129#;- Loc _ (OPTIONS _) -> cont 130#;- Loc happy_dollar_dollar LANGUAGE -> cont 131#;- Loc happy_dollar_dollar ANN -> cont 132#;- Loc happy_dollar_dollar PragmaEnd -> cont 133#;- _ -> happyError' tk- })--happyError_ tk = happyError' tk--happyThen :: () => P a -> (a -> P b) -> P b-happyThen = (>>=)-happyReturn :: () => a -> P a-happyReturn = (return)-happyThen1 = happyThen-happyReturn1 :: () => a -> P a-happyReturn1 = happyReturn-happyError' :: () => Loc Token -> P a-happyError' tk = parseError tk--mparseModule = happySomeParser where- happySomeParser = happyThen (happyParse 0#) (\x -> happyReturn (happyOut13 x))--mparseExp = happySomeParser where- happySomeParser = happyThen (happyParse 1#) (\x -> happyReturn (happyOut139 x))--mparsePat = happySomeParser where- happySomeParser = happyThen (happyParse 2#) (\x -> happyReturn (happyOut182 x))--mparseDecl = happySomeParser where- happySomeParser = happyThen (happyParse 3#) (\x -> happyReturn (happyOut50 x))--mparseType = happySomeParser where- happySomeParser = happyThen (happyParse 4#) (\x -> happyReturn (happyOut88 x))--mparseStmt = happySomeParser where- happySomeParser = happyThen (happyParse 5#) (\x -> happyReturn (happyOut186 x))+happyIn145 :: ([S]) -> (HappyAbsSyn )+happyIn145 x = unsafeCoerce# x+{-# INLINE happyIn145 #-}+happyOut145 :: (HappyAbsSyn ) -> ([S])+happyOut145 x = unsafeCoerce# x+{-# INLINE happyOut145 #-}+happyIn146 :: (PExp L) -> (HappyAbsSyn )+happyIn146 x = unsafeCoerce# x+{-# INLINE happyIn146 #-}+happyOut146 :: (HappyAbsSyn ) -> (PExp L)+happyOut146 x = unsafeCoerce# x+{-# INLINE happyOut146 #-}+happyIn147 :: (PExp L) -> (HappyAbsSyn )+happyIn147 x = unsafeCoerce# x+{-# INLINE happyIn147 #-}+happyOut147 :: (HappyAbsSyn ) -> (PExp L)+happyOut147 x = unsafeCoerce# x+{-# INLINE happyOut147 #-}+happyIn148 :: (PExp L) -> (HappyAbsSyn )+happyIn148 x = unsafeCoerce# x+{-# INLINE happyIn148 #-}+happyOut148 :: (HappyAbsSyn ) -> (PExp L)+happyOut148 x = unsafeCoerce# x+{-# INLINE happyOut148 #-}+happyIn149 :: ([Pat L]) -> (HappyAbsSyn )+happyIn149 x = unsafeCoerce# x+{-# INLINE happyIn149 #-}+happyOut149 :: (HappyAbsSyn ) -> ([Pat L])+happyOut149 x = unsafeCoerce# x+{-# INLINE happyOut149 #-}+happyIn150 :: (Pat L) -> (HappyAbsSyn )+happyIn150 x = unsafeCoerce# x+{-# INLINE happyIn150 #-}+happyOut150 :: (HappyAbsSyn ) -> (Pat L)+happyOut150 x = unsafeCoerce# x+{-# INLINE happyOut150 #-}+happyIn151 :: (PExp L) -> (HappyAbsSyn )+happyIn151 x = unsafeCoerce# x+{-# INLINE happyIn151 #-}+happyOut151 :: (HappyAbsSyn ) -> (PExp L)+happyOut151 x = unsafeCoerce# x+{-# INLINE happyOut151 #-}+happyIn152 :: (PExp L) -> (HappyAbsSyn )+happyIn152 x = unsafeCoerce# x+{-# INLINE happyIn152 #-}+happyOut152 :: (HappyAbsSyn ) -> (PExp L)+happyOut152 x = unsafeCoerce# x+{-# INLINE happyOut152 #-}+happyIn153 :: (PExp L) -> (HappyAbsSyn )+happyIn153 x = unsafeCoerce# x+{-# INLINE happyIn153 #-}+happyOut153 :: (HappyAbsSyn ) -> (PExp L)+happyOut153 x = unsafeCoerce# x+{-# INLINE happyOut153 #-}+happyIn154 :: ([S]) -> (HappyAbsSyn )+happyIn154 x = unsafeCoerce# x+{-# INLINE happyIn154 #-}+happyOut154 :: (HappyAbsSyn ) -> ([S])+happyOut154 x = unsafeCoerce# x+{-# INLINE happyOut154 #-}+happyIn155 :: (PExp L) -> (HappyAbsSyn )+happyIn155 x = unsafeCoerce# x+{-# INLINE happyIn155 #-}+happyOut155 :: (HappyAbsSyn ) -> (PExp L)+happyOut155 x = unsafeCoerce# x+{-# INLINE happyOut155 #-}+happyIn156 :: (([Maybe (PExp L)],[S])) -> (HappyAbsSyn )+happyIn156 x = unsafeCoerce# x+{-# INLINE happyIn156 #-}+happyOut156 :: (HappyAbsSyn ) -> (([Maybe (PExp L)],[S]))+happyOut156 x = unsafeCoerce# x+{-# INLINE happyOut156 #-}+happyIn157 :: (([PExp L],[S])) -> (HappyAbsSyn )+happyIn157 x = unsafeCoerce# x+{-# INLINE happyIn157 #-}+happyOut157 :: (HappyAbsSyn ) -> (([PExp L],[S]))+happyOut157 x = unsafeCoerce# x+{-# INLINE happyOut157 #-}+happyIn158 :: (PExp L) -> (HappyAbsSyn )+happyIn158 x = unsafeCoerce# x+{-# INLINE happyIn158 #-}+happyOut158 :: (HappyAbsSyn ) -> (PExp L)+happyOut158 x = unsafeCoerce# x+{-# INLINE happyOut158 #-}+happyIn159 :: (PExp L) -> (HappyAbsSyn )+happyIn159 x = unsafeCoerce# x+{-# INLINE happyIn159 #-}+happyOut159 :: (HappyAbsSyn ) -> (PExp L)+happyOut159 x = unsafeCoerce# x+{-# INLINE happyOut159 #-}+happyIn160 :: ([PExp L]) -> (HappyAbsSyn )+happyIn160 x = unsafeCoerce# x+{-# INLINE happyIn160 #-}+happyOut160 :: (HappyAbsSyn ) -> ([PExp L])+happyOut160 x = unsafeCoerce# x+{-# INLINE happyOut160 #-}+happyIn161 :: (PExp L) -> (HappyAbsSyn )+happyIn161 x = unsafeCoerce# x+{-# INLINE happyIn161 #-}+happyOut161 :: (HappyAbsSyn ) -> (PExp L)+happyOut161 x = unsafeCoerce# x+{-# INLINE happyOut161 #-}+happyIn162 :: (XName L) -> (HappyAbsSyn )+happyIn162 x = unsafeCoerce# x+{-# INLINE happyIn162 #-}+happyOut162 :: (HappyAbsSyn ) -> (XName L)+happyOut162 x = unsafeCoerce# x+{-# INLINE happyOut162 #-}+happyIn163 :: (Loc String) -> (HappyAbsSyn )+happyIn163 x = unsafeCoerce# x+{-# INLINE happyIn163 #-}+happyOut163 :: (HappyAbsSyn ) -> (Loc String)+happyOut163 x = unsafeCoerce# x+{-# INLINE happyOut163 #-}+happyIn164 :: (Loc String) -> (HappyAbsSyn )+happyIn164 x = unsafeCoerce# x+{-# INLINE happyIn164 #-}+happyOut164 :: (HappyAbsSyn ) -> (Loc String)+happyOut164 x = unsafeCoerce# x+{-# INLINE happyOut164 #-}+happyIn165 :: ([ParseXAttr L]) -> (HappyAbsSyn )+happyIn165 x = unsafeCoerce# x+{-# INLINE happyIn165 #-}+happyOut165 :: (HappyAbsSyn ) -> ([ParseXAttr L])+happyOut165 x = unsafeCoerce# x+{-# INLINE happyOut165 #-}+happyIn166 :: (ParseXAttr L) -> (HappyAbsSyn )+happyIn166 x = unsafeCoerce# x+{-# INLINE happyIn166 #-}+happyOut166 :: (HappyAbsSyn ) -> (ParseXAttr L)+happyOut166 x = unsafeCoerce# x+{-# INLINE happyOut166 #-}+happyIn167 :: (Maybe (PExp L)) -> (HappyAbsSyn )+happyIn167 x = unsafeCoerce# x+{-# INLINE happyIn167 #-}+happyOut167 :: (HappyAbsSyn ) -> (Maybe (PExp L))+happyOut167 x = unsafeCoerce# x+{-# INLINE happyOut167 #-}+happyIn168 :: (L -> PExp L) -> (HappyAbsSyn )+happyIn168 x = unsafeCoerce# x+{-# INLINE happyIn168 #-}+happyOut168 :: (HappyAbsSyn ) -> (L -> PExp L)+happyOut168 x = unsafeCoerce# x+{-# INLINE happyOut168 #-}+happyIn169 :: (([PExp L],[S])) -> (HappyAbsSyn )+happyIn169 x = unsafeCoerce# x+{-# INLINE happyIn169 #-}+happyOut169 :: (HappyAbsSyn ) -> (([PExp L],[S]))+happyOut169 x = unsafeCoerce# x+{-# INLINE happyOut169 #-}+happyIn170 :: (([[QualStmt L]],[S])) -> (HappyAbsSyn )+happyIn170 x = unsafeCoerce# x+{-# INLINE happyIn170 #-}+happyOut170 :: (HappyAbsSyn ) -> (([[QualStmt L]],[S]))+happyOut170 x = unsafeCoerce# x+{-# INLINE happyOut170 #-}+happyIn171 :: (([QualStmt L],[S])) -> (HappyAbsSyn )+happyIn171 x = unsafeCoerce# x+{-# INLINE happyIn171 #-}+happyOut171 :: (HappyAbsSyn ) -> (([QualStmt L],[S]))+happyOut171 x = unsafeCoerce# x+{-# INLINE happyOut171 #-}+happyIn172 :: (QualStmt L) -> (HappyAbsSyn )+happyIn172 x = unsafeCoerce# x+{-# INLINE happyIn172 #-}+happyOut172 :: (HappyAbsSyn ) -> (QualStmt L)+happyOut172 x = unsafeCoerce# x+{-# INLINE happyOut172 #-}+happyIn173 :: (QualStmt L) -> (HappyAbsSyn )+happyIn173 x = unsafeCoerce# x+{-# INLINE happyIn173 #-}+happyOut173 :: (HappyAbsSyn ) -> (QualStmt L)+happyOut173 x = unsafeCoerce# x+{-# INLINE happyOut173 #-}+happyIn174 :: (([Stmt L],[S])) -> (HappyAbsSyn )+happyIn174 x = unsafeCoerce# x+{-# INLINE happyIn174 #-}+happyOut174 :: (HappyAbsSyn ) -> (([Stmt L],[S]))+happyOut174 x = unsafeCoerce# x+{-# INLINE happyOut174 #-}+happyIn175 :: (Stmt L) -> (HappyAbsSyn )+happyIn175 x = unsafeCoerce# x+{-# INLINE happyIn175 #-}+happyOut175 :: (HappyAbsSyn ) -> (Stmt L)+happyOut175 x = unsafeCoerce# x+{-# INLINE happyOut175 #-}+happyIn176 :: (([Alt L],L,[S])) -> (HappyAbsSyn )+happyIn176 x = unsafeCoerce# x+{-# INLINE happyIn176 #-}+happyOut176 :: (HappyAbsSyn ) -> (([Alt L],L,[S]))+happyOut176 x = unsafeCoerce# x+{-# INLINE happyOut176 #-}+happyIn177 :: (([Alt L],[S])) -> (HappyAbsSyn )+happyIn177 x = unsafeCoerce# x+{-# INLINE happyIn177 #-}+happyOut177 :: (HappyAbsSyn ) -> (([Alt L],[S]))+happyOut177 x = unsafeCoerce# x+{-# INLINE happyOut177 #-}+happyIn178 :: (([Alt L],[S])) -> (HappyAbsSyn )+happyIn178 x = unsafeCoerce# x+{-# INLINE happyIn178 #-}+happyOut178 :: (HappyAbsSyn ) -> (([Alt L],[S]))+happyOut178 x = unsafeCoerce# x+{-# INLINE happyOut178 #-}+happyIn179 :: (Alt L) -> (HappyAbsSyn )+happyIn179 x = unsafeCoerce# x+{-# INLINE happyIn179 #-}+happyOut179 :: (HappyAbsSyn ) -> (Alt L)+happyOut179 x = unsafeCoerce# x+{-# INLINE happyOut179 #-}+happyIn180 :: (GuardedAlts L) -> (HappyAbsSyn )+happyIn180 x = unsafeCoerce# x+{-# INLINE happyIn180 #-}+happyOut180 :: (HappyAbsSyn ) -> (GuardedAlts L)+happyOut180 x = unsafeCoerce# x+{-# INLINE happyOut180 #-}+happyIn181 :: (([GuardedAlt L],L)) -> (HappyAbsSyn )+happyIn181 x = unsafeCoerce# x+{-# INLINE happyIn181 #-}+happyOut181 :: (HappyAbsSyn ) -> (([GuardedAlt L],L))+happyOut181 x = unsafeCoerce# x+{-# INLINE happyOut181 #-}+happyIn182 :: (GuardedAlt L) -> (HappyAbsSyn )+happyIn182 x = unsafeCoerce# x+{-# INLINE happyIn182 #-}+happyOut182 :: (HappyAbsSyn ) -> (GuardedAlt L)+happyOut182 x = unsafeCoerce# x+{-# INLINE happyOut182 #-}+happyIn183 :: (Pat L) -> (HappyAbsSyn )+happyIn183 x = unsafeCoerce# x+{-# INLINE happyIn183 #-}+happyOut183 :: (HappyAbsSyn ) -> (Pat L)+happyOut183 x = unsafeCoerce# x+{-# INLINE happyOut183 #-}+happyIn184 :: (([Stmt L],L,[S])) -> (HappyAbsSyn )+happyIn184 x = unsafeCoerce# x+{-# INLINE happyIn184 #-}+happyOut184 :: (HappyAbsSyn ) -> (([Stmt L],L,[S]))+happyOut184 x = unsafeCoerce# x+{-# INLINE happyOut184 #-}+happyIn185 :: (([Stmt L],[S])) -> (HappyAbsSyn )+happyIn185 x = unsafeCoerce# x+{-# INLINE happyIn185 #-}+happyOut185 :: (HappyAbsSyn ) -> (([Stmt L],[S]))+happyOut185 x = unsafeCoerce# x+{-# INLINE happyOut185 #-}+happyIn186 :: (([Stmt L],[S])) -> (HappyAbsSyn )+happyIn186 x = unsafeCoerce# x+{-# INLINE happyIn186 #-}+happyOut186 :: (HappyAbsSyn ) -> (([Stmt L],[S]))+happyOut186 x = unsafeCoerce# x+{-# INLINE happyOut186 #-}+happyIn187 :: (Stmt L) -> (HappyAbsSyn )+happyIn187 x = unsafeCoerce# x+{-# INLINE happyIn187 #-}+happyOut187 :: (HappyAbsSyn ) -> (Stmt L)+happyOut187 x = unsafeCoerce# x+{-# INLINE happyOut187 #-}+happyIn188 :: (([PFieldUpdate L],[S])) -> (HappyAbsSyn )+happyIn188 x = unsafeCoerce# x+{-# INLINE happyIn188 #-}+happyOut188 :: (HappyAbsSyn ) -> (([PFieldUpdate L],[S]))+happyOut188 x = unsafeCoerce# x+{-# INLINE happyOut188 #-}+happyIn189 :: (PFieldUpdate L) -> (HappyAbsSyn )+happyIn189 x = unsafeCoerce# x+{-# INLINE happyIn189 #-}+happyOut189 :: (HappyAbsSyn ) -> (PFieldUpdate L)+happyOut189 x = unsafeCoerce# x+{-# INLINE happyOut189 #-}+happyIn190 :: (([IPBind L],[S])) -> (HappyAbsSyn )+happyIn190 x = unsafeCoerce# x+{-# INLINE happyIn190 #-}+happyOut190 :: (HappyAbsSyn ) -> (([IPBind L],[S]))+happyOut190 x = unsafeCoerce# x+{-# INLINE happyOut190 #-}+happyIn191 :: (([IPBind L],[S])) -> (HappyAbsSyn )+happyIn191 x = unsafeCoerce# x+{-# INLINE happyIn191 #-}+happyOut191 :: (HappyAbsSyn ) -> (([IPBind L],[S]))+happyOut191 x = unsafeCoerce# x+{-# INLINE happyOut191 #-}+happyIn192 :: (IPBind L) -> (HappyAbsSyn )+happyIn192 x = unsafeCoerce# x+{-# INLINE happyIn192 #-}+happyOut192 :: (HappyAbsSyn ) -> (IPBind L)+happyOut192 x = unsafeCoerce# x+{-# INLINE happyOut192 #-}+happyIn193 :: (PExp L) -> (HappyAbsSyn )+happyIn193 x = unsafeCoerce# x+{-# INLINE happyIn193 #-}+happyOut193 :: (HappyAbsSyn ) -> (PExp L)+happyOut193 x = unsafeCoerce# x+{-# INLINE happyOut193 #-}+happyIn194 :: (Name L) -> (HappyAbsSyn )+happyIn194 x = unsafeCoerce# x+{-# INLINE happyIn194 #-}+happyOut194 :: (HappyAbsSyn ) -> (Name L)+happyOut194 x = unsafeCoerce# x+{-# INLINE happyOut194 #-}+happyIn195 :: (Name L) -> (HappyAbsSyn )+happyIn195 x = unsafeCoerce# x+{-# INLINE happyIn195 #-}+happyOut195 :: (HappyAbsSyn ) -> (Name L)+happyOut195 x = unsafeCoerce# x+{-# INLINE happyOut195 #-}+happyIn196 :: (QName L) -> (HappyAbsSyn )+happyIn196 x = unsafeCoerce# x+{-# INLINE happyIn196 #-}+happyOut196 :: (HappyAbsSyn ) -> (QName L)+happyOut196 x = unsafeCoerce# x+{-# INLINE happyOut196 #-}+happyIn197 :: (IPName L) -> (HappyAbsSyn )+happyIn197 x = unsafeCoerce# x+{-# INLINE happyIn197 #-}+happyOut197 :: (HappyAbsSyn ) -> (IPName L)+happyOut197 x = unsafeCoerce# x+{-# INLINE happyOut197 #-}+happyIn198 :: (Name L) -> (HappyAbsSyn )+happyIn198 x = unsafeCoerce# x+{-# INLINE happyIn198 #-}+happyOut198 :: (HappyAbsSyn ) -> (Name L)+happyOut198 x = unsafeCoerce# x+{-# INLINE happyOut198 #-}+happyIn199 :: (QName L) -> (HappyAbsSyn )+happyIn199 x = unsafeCoerce# x+{-# INLINE happyIn199 #-}+happyOut199 :: (HappyAbsSyn ) -> (QName L)+happyOut199 x = unsafeCoerce# x+{-# INLINE happyOut199 #-}+happyIn200 :: (Name L) -> (HappyAbsSyn )+happyIn200 x = unsafeCoerce# x+{-# INLINE happyIn200 #-}+happyOut200 :: (HappyAbsSyn ) -> (Name L)+happyOut200 x = unsafeCoerce# x+{-# INLINE happyOut200 #-}+happyIn201 :: (QName L) -> (HappyAbsSyn )+happyIn201 x = unsafeCoerce# x+{-# INLINE happyIn201 #-}+happyOut201 :: (HappyAbsSyn ) -> (QName L)+happyOut201 x = unsafeCoerce# x+{-# INLINE happyOut201 #-}+happyIn202 :: (QName L) -> (HappyAbsSyn )+happyIn202 x = unsafeCoerce# x+{-# INLINE happyIn202 #-}+happyOut202 :: (HappyAbsSyn ) -> (QName L)+happyOut202 x = unsafeCoerce# x+{-# INLINE happyOut202 #-}+happyIn203 :: (Name L) -> (HappyAbsSyn )+happyIn203 x = unsafeCoerce# x+{-# INLINE happyIn203 #-}+happyOut203 :: (HappyAbsSyn ) -> (Name L)+happyOut203 x = unsafeCoerce# x+{-# INLINE happyOut203 #-}+happyIn204 :: (QName L) -> (HappyAbsSyn )+happyIn204 x = unsafeCoerce# x+{-# INLINE happyIn204 #-}+happyOut204 :: (HappyAbsSyn ) -> (QName L)+happyOut204 x = unsafeCoerce# x+{-# INLINE happyOut204 #-}+happyIn205 :: (Op L) -> (HappyAbsSyn )+happyIn205 x = unsafeCoerce# x+{-# INLINE happyIn205 #-}+happyOut205 :: (HappyAbsSyn ) -> (Op L)+happyOut205 x = unsafeCoerce# x+{-# INLINE happyOut205 #-}+happyIn206 :: (QOp L) -> (HappyAbsSyn )+happyIn206 x = unsafeCoerce# x+{-# INLINE happyIn206 #-}+happyOut206 :: (HappyAbsSyn ) -> (QOp L)+happyOut206 x = unsafeCoerce# x+{-# INLINE happyOut206 #-}+happyIn207 :: (QOp L) -> (HappyAbsSyn )+happyIn207 x = unsafeCoerce# x+{-# INLINE happyIn207 #-}+happyOut207 :: (HappyAbsSyn ) -> (QOp L)+happyOut207 x = unsafeCoerce# x+{-# INLINE happyOut207 #-}+happyIn208 :: (QName L) -> (HappyAbsSyn )+happyIn208 x = unsafeCoerce# x+{-# INLINE happyIn208 #-}+happyOut208 :: (HappyAbsSyn ) -> (QName L)+happyOut208 x = unsafeCoerce# x+{-# INLINE happyOut208 #-}+happyIn209 :: (QName L) -> (HappyAbsSyn )+happyIn209 x = unsafeCoerce# x+{-# INLINE happyIn209 #-}+happyOut209 :: (HappyAbsSyn ) -> (QName L)+happyOut209 x = unsafeCoerce# x+{-# INLINE happyOut209 #-}+happyIn210 :: (Name L) -> (HappyAbsSyn )+happyIn210 x = unsafeCoerce# x+{-# INLINE happyIn210 #-}+happyOut210 :: (HappyAbsSyn ) -> (Name L)+happyOut210 x = unsafeCoerce# x+{-# INLINE happyOut210 #-}+happyIn211 :: (Name L) -> (HappyAbsSyn )+happyIn211 x = unsafeCoerce# x+{-# INLINE happyIn211 #-}+happyOut211 :: (HappyAbsSyn ) -> (Name L)+happyOut211 x = unsafeCoerce# x+{-# INLINE happyOut211 #-}+happyIn212 :: (IPName L) -> (HappyAbsSyn )+happyIn212 x = unsafeCoerce# x+{-# INLINE happyIn212 #-}+happyOut212 :: (HappyAbsSyn ) -> (IPName L)+happyOut212 x = unsafeCoerce# x+{-# INLINE happyOut212 #-}+happyIn213 :: (QName L) -> (HappyAbsSyn )+happyIn213 x = unsafeCoerce# x+{-# INLINE happyIn213 #-}+happyOut213 :: (HappyAbsSyn ) -> (QName L)+happyOut213 x = unsafeCoerce# x+{-# INLINE happyOut213 #-}+happyIn214 :: (Name L) -> (HappyAbsSyn )+happyIn214 x = unsafeCoerce# x+{-# INLINE happyIn214 #-}+happyOut214 :: (HappyAbsSyn ) -> (Name L)+happyOut214 x = unsafeCoerce# x+{-# INLINE happyOut214 #-}+happyIn215 :: (QName L) -> (HappyAbsSyn )+happyIn215 x = unsafeCoerce# x+{-# INLINE happyIn215 #-}+happyOut215 :: (HappyAbsSyn ) -> (QName L)+happyOut215 x = unsafeCoerce# x+{-# INLINE happyOut215 #-}+happyIn216 :: (Name L) -> (HappyAbsSyn )+happyIn216 x = unsafeCoerce# x+{-# INLINE happyIn216 #-}+happyOut216 :: (HappyAbsSyn ) -> (Name L)+happyOut216 x = unsafeCoerce# x+{-# INLINE happyOut216 #-}+happyIn217 :: (QName L) -> (HappyAbsSyn )+happyIn217 x = unsafeCoerce# x+{-# INLINE happyIn217 #-}+happyOut217 :: (HappyAbsSyn ) -> (QName L)+happyOut217 x = unsafeCoerce# x+{-# INLINE happyOut217 #-}+happyIn218 :: (QName L) -> (HappyAbsSyn )+happyIn218 x = unsafeCoerce# x+{-# INLINE happyIn218 #-}+happyOut218 :: (HappyAbsSyn ) -> (QName L)+happyOut218 x = unsafeCoerce# x+{-# INLINE happyOut218 #-}+happyIn219 :: (Name L) -> (HappyAbsSyn )+happyIn219 x = unsafeCoerce# x+{-# INLINE happyIn219 #-}+happyOut219 :: (HappyAbsSyn ) -> (Name L)+happyOut219 x = unsafeCoerce# x+{-# INLINE happyOut219 #-}+happyIn220 :: (Name L) -> (HappyAbsSyn )+happyIn220 x = unsafeCoerce# x+{-# INLINE happyIn220 #-}+happyOut220 :: (HappyAbsSyn ) -> (Name L)+happyOut220 x = unsafeCoerce# x+{-# INLINE happyOut220 #-}+happyIn221 :: (QName L) -> (HappyAbsSyn )+happyIn221 x = unsafeCoerce# x+{-# INLINE happyIn221 #-}+happyOut221 :: (HappyAbsSyn ) -> (QName L)+happyOut221 x = unsafeCoerce# x+{-# INLINE happyOut221 #-}+happyIn222 :: (Literal L) -> (HappyAbsSyn )+happyIn222 x = unsafeCoerce# x+{-# INLINE happyIn222 #-}+happyOut222 :: (HappyAbsSyn ) -> (Literal L)+happyOut222 x = unsafeCoerce# x+{-# INLINE happyOut222 #-}+happyIn223 :: (S) -> (HappyAbsSyn )+happyIn223 x = unsafeCoerce# x+{-# INLINE happyIn223 #-}+happyOut223 :: (HappyAbsSyn ) -> (S)+happyOut223 x = unsafeCoerce# x+{-# INLINE happyOut223 #-}+happyIn224 :: (S) -> (HappyAbsSyn )+happyIn224 x = unsafeCoerce# x+{-# INLINE happyIn224 #-}+happyOut224 :: (HappyAbsSyn ) -> (S)+happyOut224 x = unsafeCoerce# x+{-# INLINE happyOut224 #-}+happyIn225 :: (ModuleName L) -> (HappyAbsSyn )+happyIn225 x = unsafeCoerce# x+{-# INLINE happyIn225 #-}+happyOut225 :: (HappyAbsSyn ) -> (ModuleName L)+happyOut225 x = unsafeCoerce# x+{-# INLINE happyOut225 #-}+happyIn226 :: (Name L) -> (HappyAbsSyn )+happyIn226 x = unsafeCoerce# x+{-# INLINE happyIn226 #-}+happyOut226 :: (HappyAbsSyn ) -> (Name L)+happyOut226 x = unsafeCoerce# x+{-# INLINE happyOut226 #-}+happyIn227 :: (QName L) -> (HappyAbsSyn )+happyIn227 x = unsafeCoerce# x+{-# INLINE happyIn227 #-}+happyOut227 :: (HappyAbsSyn ) -> (QName L)+happyOut227 x = unsafeCoerce# x+{-# INLINE happyOut227 #-}+happyIn228 :: (Name L) -> (HappyAbsSyn )+happyIn228 x = unsafeCoerce# x+{-# INLINE happyIn228 #-}+happyOut228 :: (HappyAbsSyn ) -> (Name L)+happyOut228 x = unsafeCoerce# x+{-# INLINE happyOut228 #-}+happyIn229 :: (QName L) -> (HappyAbsSyn )+happyIn229 x = unsafeCoerce# x+{-# INLINE happyIn229 #-}+happyOut229 :: (HappyAbsSyn ) -> (QName L)+happyOut229 x = unsafeCoerce# x+{-# INLINE happyOut229 #-}+happyIn230 :: (Name L) -> (HappyAbsSyn )+happyIn230 x = unsafeCoerce# x+{-# INLINE happyIn230 #-}+happyOut230 :: (HappyAbsSyn ) -> (Name L)+happyOut230 x = unsafeCoerce# x+{-# INLINE happyOut230 #-}+happyInTok :: Loc Token -> (HappyAbsSyn )+happyInTok x = unsafeCoerce# x+{-# INLINE happyInTok #-}+happyOutTok :: (HappyAbsSyn ) -> Loc Token+happyOutTok x = unsafeCoerce# x+{-# INLINE happyOutTok #-}+++happyActOffsets :: HappyAddr+happyActOffsets = HappyA# "\x00\x00\xaf\x11\x3a\x11\x9a\x09\x7d\x18\xf1\x0e\x00\x00\x00\x00\x00\x00\x58\x07\x93\x04\xa1\x07\x3d\x07\x00\x00\x8f\x07\x00\x00\x00\x00\x06\x1b\x00\x00\x00\x00\x00\x00\x7d\x16\x00\x00\x9a\x07\x00\x00\x00\x00\x8c\x07\x22\x07\x00\x00\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x21\x0c\x07\x02\x9f\x0c\x00\x00\x26\x16\x7d\x16\x7d\x16\x7d\x16\xaf\x11\x00\x00\xaf\x11\xaf\x11\xaf\x11\x7d\x18\x00\x00\xc9\x19\x6b\x19\x00\x00\xa4\x16\xaf\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x93\x07\x00\x00\xaf\x11\x8a\x07\x85\x07\x26\x16\x85\x07\x00\x00\x91\x07\x87\x07\x84\x07\x00\x00\x00\x00\x2d\x17\x00\x00\x00\x00\x00\x00\xfd\x06\x00\x00\x7d\x18\x6c\x07\x00\x00\x00\x00\x00\x00\x19\x17\x84\x17\x57\x18\x00\x00\x00\x00\x75\x07\xf9\x06\xeb\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9f\x17\x7d\x16\x0b\x00\x11\x18\x11\x07\x64\x07\x0b\x07\x00\x00\x00\x00\x00\x00\x11\x18\x50\x07\x00\x00\xfe\x15\x4b\x07\x4b\x07\x3a\x1a\x4b\x07\x5a\x07\x9d\x1a\x9d\x1a\xc2\x19\x00\x00\xdd\x06\xdd\x06\x00\x00\xdd\x06\x0e\x00\x00\x00\x00\x00\x4a\x07\xa4\x16\xf4\x06\x9e\x05\x7d\x16\xda\x06\x00\x00\x00\x00\x00\x00\x00\x00\xac\x02\x7d\x16\x54\x07\x5d\x00\x00\x00\x49\x07\x34\x07\x42\x00\x32\x00\x00\x00\x35\x07\x96\x1a\x31\x00\x2c\x07\x19\x02\x11\x18\x96\x1a\x96\x1a\x2a\x07\x8b\x17\x84\x18\x64\x19\x00\x00\xea\x06\x00\x00\x00\x00\xd8\x06\x11\x18\x11\x18\x11\x18\x20\x07\x4d\x05\x4d\x05\xe2\x03\xe2\x03\x00\x00\x00\x00\xaf\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\x1a\xf3\x19\x00\x00\x00\x00\x11\x18\x00\x00\x00\x00\x00\x00\x76\x05\x11\x18\x50\x08\x00\x00\xeb\x12\x1e\x07\x00\x00\x00\x00\xe0\x01\xbd\x01\x00\x00\x00\x00\xca\x00\x2d\x07\x21\x07\xc6\x01\x1f\x07\x1d\x07\x00\x00\x1c\x07\x64\x19\x00\x00\x00\x00\x64\x19\x00\x00\x64\x19\x00\x00\x00\x00\x82\x1a\x11\x18\x64\x19\x00\x00\x23\x07\xa8\x06\xa7\x06\x00\x00\x92\x0d\x92\x0d\xfe\x06\x00\x00\x7d\x16\x00\x00\xbc\x06\x00\x07\x00\x00\xb2\x06\xa9\x04\xc2\x06\x00\x00\xf3\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7e\x19\x57\x01\xe8\x06\x00\x00\x00\x00\x86\x0d\x9a\x09\xcc\x06\xba\x06\xf0\x0a\xb9\x06\xdf\x06\xdc\x06\x4c\x00\x00\x00\x7d\x16\x00\x00\xcf\x15\x00\x00\xc7\x06\xf2\x01\xca\x06\xc8\x06\x00\x00\x00\x00\xaf\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf3\x19\x00\x00\x00\x00\x00\x00\x42\x01\x00\x00\x26\x04\xa3\x0b\xbe\x01\xd2\x06\xd1\x06\xd0\x06\xcf\x06\xce\x06\x00\x00\xcd\x06\x7d\x16\xc9\x06\xc4\x06\x84\x18\x7d\x16\x7d\x16\xaf\x11\xcd\x17\x00\x00\xaf\x11\x11\x18\xaf\x11\xaf\x11\xaf\x11\xaf\x11\x4a\x00\xbd\x06\x00\x00\xcb\x06\x91\x19\x00\x00\xd9\xff\x00\x00\x52\x06\x00\x00\xa9\x06\x00\x00\x07\x00\x93\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf4\x01\x00\x00\xa6\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x06\x00\x00\x00\x00\x00\x00\x00\x00\x25\x0b\x00\x00\x00\x00\xb7\x01\x00\x00\x00\x00\xaf\x11\xaf\x11\x00\x00\xa2\x06\x9e\x06\x00\x00\x1d\x0d\x00\x00\x1d\x0d\xaf\x11\x7c\x0e\x00\x00\xaf\x11\xaf\x11\x00\x00\xc5\x10\x00\x00\x00\x00\x00\x00\x00\x00\x4a\x00\x00\x00\x00\x00\xa4\x06\xa4\x16\xef\x14\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x06\xaf\x11\x9b\x06\x48\x06\x00\x00\xaf\x11\x00\x00\xaf\x11\x99\x06\x9a\x06\x92\x0d\x4a\x00\xaf\x11\xaf\x11\x8e\x06\xfd\x18\x00\x00\x90\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x18\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x11\x18\x00\x00\x00\x00\x00\x00\xa4\x15\x11\x18\x91\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xec\x07\x76\x05\x54\x06\x3e\x06\x3a\x00\x51\x06\xde\x03\x87\x06\x40\x01\x00\x00\x36\x06\x7b\x06\x00\x00\xaf\x11\xc5\x10\x30\x06\xb2\x04\x00\x00\x00\x00\xe8\x08\x2e\x06\x00\x00\x70\x06\x80\x06\x00\x00\x71\x06\x00\x00\x00\x00\x00\x00\x74\x06\x8f\x13\x67\x06\x66\x06\x4a\x00\x4a\x00\x57\x06\x00\x00\x56\x06\x64\x19\x11\x18\xed\x05\xec\x05\xe8\x05\x11\x18\x4a\x06\x55\x06\x3a\x06\x00\x06\x50\x06\x00\x00\x6c\x1a\x00\x00\x6c\x1a\x00\x00\x00\x00\x7d\x16\x00\x00\x47\x06\x46\x06\x00\x00\x00\x00\xcf\x04\x00\x00\x00\x00\x0f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x39\x06\x92\x08\x4a\x00\xef\x14\x16\x06\x3c\x06\x41\x06\x3f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x4b\x14\x11\x18\x26\x06\x00\x00\xc1\x05\x20\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x19\x00\x00\x11\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x17\x0a\x00\x00\x00\x00\x18\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x15\x10\x06\x17\x06\x00\x00\x00\x00\x15\x06\x00\x00\x09\x06\x00\x00\x6c\x09\x20\x01\xe8\x08\x00\x00\x00\x00\x00\x00\x00\x00\x12\x06\x00\x00\xba\x01\x00\x00\x04\x06\x11\x06\x00\x00\x00\x00\x00\x00\x64\x13\x11\x18\x00\x00\x02\x06\x00\x00\xca\x0a\x00\x00\x00\x00\x00\x00\xff\x05\x3a\x00\x00\x00\x00\x00\xce\x05\x0e\x06\x00\x00\x26\x02\xcd\x05\xb4\x05\x03\x06\xfd\x05\x50\x08\x00\x00\xfa\x05\x00\x00\x06\x06\xf9\x05\x00\x00\x00\x00\x0d\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x92\x0d\x00\x00\x00\x00\x00\x00\xaf\x11\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00\x00\x00\xe5\x05\x00\x00\x02\x05\xd8\x03\xb1\x03\x97\x03\x85\x03\x72\x03\x6a\x03\x5d\x03\x50\x03\x3d\x03\x37\x03\xed\x02\x00\x00\x9a\x09\xee\x05\xc7\x05\x37\x00\x00\x00\x00\x00\xcc\x05\xd9\x05\x00\x00\x00\x00\x00\x00\x50\x10\x00\x00\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xca\x05\x00\x00\x00\x00\x00\x00\x7f\x01\x00\x00\x00\x00\xaf\x11\x00\x00\x6c\x0a\x00\x00\x00\x00\xe3\x05\xf8\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x8d\x05\xe0\xff\x7c\x0e\x7c\x0e\xdb\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x16\x00\x00\x07\x0e\xc4\x05\x4a\x00\xbd\x05\x00\x00\xa7\x05\x00\x00\x3a\x00\x00\x00\x00\x00\x00\x00\x7b\x05\x00\x00\x00\x00\x00\x00\xe4\x17\x00\x00\x00\x00\x00\x00\xbf\x05\x3a\x00\x72\x12\x00\x00\x05\x0a\xca\x0a\x00\x00\x00\x00\x89\x0a\x46\x00\xb8\x05\xb7\x05\x19\x17\x64\x19\x4e\x05\x72\x05\x00\x00\x00\x00\x20\x01\x64\x05\xaf\x11\xaf\x11\x00\x00\x00\x00\xb0\x05\x9d\x05\x64\x19\x00\x00\x00\x00\x00\x00\x00\x00\x39\x15\x16\x13\x9a\x05\x4a\x00\xaf\x11\x47\x05\xa2\x05\x64\x15\x76\x14\xa2\x05\x00\x00\x11\x18\x00\x00\x00\x00\x38\x05\x8f\x05\x9d\x0a\x00\x00\xc4\x14\x87\x05\x24\x05\x22\x05\x34\x05\x00\x00\xdf\x18\x00\x00\xfe\x04\x00\x00\x00\x00\x00\x00\x00\x00\x2b\x05\x00\x00\x31\x05\x1b\x05\x16\x09\x7c\x05\x00\x00\x00\x00\x7d\x05\x70\x05\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x33\x05\x00\x00\x00\x00\x00\x00\xaf\x11\x5d\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x58\x05\x00\x00\x00\x00\x00\x00\x11\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdd\x0a\x00\x00\x64\x19\x00\x00\x00\x00\x24\x12\x61\x05\x4a\x00\x00\x00\x64\x19\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x05\x00\x00\x00\x00\x55\x05\x24\x1a\x82\x0a\x56\x05\x00\x00\x00\x00\x64\x19\xed\x04\x22\x0a\x00\x00\x64\x19\x64\x19\xda\x04\x00\x00\x00\x00\x00\x00\x60\x00\x3b\x05\x4a\x00\x2e\x05\x29\x05\x00\x00\x00\x00\x27\x05\x30\x05\xdc\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5e\x02\x00\x00\xfa\x03\x00\x00\x09\x05\x00\x00\xaf\x11\xaf\x11\xaf\x11\x00\x00\x00\x00\x00\x00\xbc\x04\xa4\x16\xb5\x04\xfc\x04\x00\x00\xdb\x0f\xaf\x11\x66\x0f\x04\x05\xaf\x11\xf1\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe7\x04\x31\x01\xe1\x04\x00\x00\x9a\x18\xd9\x04\x00\x00\x64\x19\x00\x00\xff\x00\x87\x01\x00\x00\x00\x00\xec\x04\x64\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x18\x84\x18\xde\x04\x11\x18\xfd\x13\xe0\x04\x0e\x05\x11\x18\x00\x00\x00\x00\x9c\x19\xdd\x04\x23\x19\x00\x00\xe5\x03\x00\x00\x00\x00\x00\x00\xe9\x04\x00\x00\x2f\x05\x00\x00\xa4\x16\x00\x00\x00\x00\x79\x01\x00\x00\x00\x00\x00\x00\x00\x00\xd6\x04\xd2\x04\x89\x04\x6f\x04\x00\x00\x00\x00\x11\x18\xb8\x04\xb6\x04\xaa\x04\xaa\x04\x9d\x12\xb4\x04\x00\x00\x00\x00\x55\x1a\x2b\x0a\x06\x19\x06\x19\x11\x18\xf9\x01\xb4\x04\xc2\x04\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x00\x00\x73\x04\xaf\x11\x00\x00\x00\x00\xaf\x11\x2d\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x06\x19\x1d\x04\x00\x00\x00\x00\x00\x00\x00\x00\x11\x18\x00\x00\x44\x04\x00\x00\x00\x00\x00\x00\x00\x00\xd5\x13\x50\x04\x40\x04\x13\x00\x2f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x4e\x04\x00\x00\xaf\x11\x00\x00\x00\x00\x06\x19\x00\x00\x00\x00\x00\x00\x68\x04\x00\x00\x0a\x1a\x00\x00\x61\x04\x54\x04\x00\x00\x00\x00\x00\x00\x5b\x04\xf9\x11\x5d\x04\xd5\x13\x00\x00\x00\x00\x00\x00\x26\x01\x00\x00\x57\x04\x00\x00\x00\x00\x00\x00"#++happyGotoOffsets :: HappyAddr+happyGotoOffsets = HappyA# "\x02\x00\xe0\x20\x5a\x23\xac\x01\xc2\x05\xc8\x1d\x01\x00\xff\xff\xfe\xff\xd1\x02\x19\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbf\x0e\x00\x00\x00\x00\x00\x00\xa4\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf6\x20\xdd\x03\x49\x21\x00\x00\x9e\x28\x89\x2a\x5c\x28\x62\x2a\x44\x23\x00\x00\x93\x20\x7d\x20\xe8\x27\xaf\x05\x4f\x03\xc2\x07\x86\x01\x00\x00\x69\x04\x38\x27\xd5\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x22\x27\x8f\xff\x00\x00\xd5\x26\xef\xff\x7e\xff\xf5\x28\x6a\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x46\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd4\x06\x00\x00\x00\x00\x00\x00\x00\x00\xec\x03\x8a\x04\xbb\x03\x15\x04\x00\x00\x38\x04\x00\x00\xc1\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4a\x0e\x47\x2a\x00\x00\xae\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x93\x06\xec\xff\x00\x00\x07\x07\x14\x04\x05\x04\x5e\x03\xfb\x03\xe5\x04\x8e\x03\xe8\x02\x38\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x03\x00\x00\x00\x00\xfc\xff\x45\x04\x12\x05\x47\x03\x31\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x93\x00\x16\x2a\x4e\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xca\x03\x1c\x03\x00\x00\x00\x00\xe9\x00\x7e\x06\x8a\x02\xb6\x01\x00\x00\x46\x07\x84\x02\xb2\x03\x00\x00\x00\x00\x2d\x00\x2b\x00\x9d\x03\x5e\x06\xe3\xff\x4b\x06\x90\x03\xc6\x03\xbc\x03\x31\x04\x2e\x04\x00\x00\x00\x00\xfe\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd6\x00\xf9\x03\x00\x00\x00\x00\x9c\x05\x00\x00\x00\x00\x00\x00\xf8\x00\x81\x05\xf9\xff\x00\x00\xeb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\x06\x00\x00\x00\x00\xf2\x06\x00\x00\xe7\x06\x00\x00\x00\x00\xcb\x01\x38\x06\x4e\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x1d\xe1\x1c\x00\x00\x00\x00\xef\x29\x00\x00\x00\x00\x3b\x03\x00\x00\x00\x00\x61\x02\x00\x00\xfe\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb5\x01\x2e\x03\x00\x00\x00\x00\x00\x00\x24\x02\x28\x01\x00\x00\x00\x00\xd8\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd4\x29\x00\x00\xb4\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc4\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2b\x22\xf5\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x28\x00\x00\x00\x00\xa2\x01\xbe\x29\xa3\x29\x30\x20\x7a\x02\x00\x00\xfe\x27\x6c\x05\xbf\x26\x72\x26\x5c\x26\x0f\x26\xcf\x02\x00\x00\xc9\x04\x0f\x00\xb4\x00\x00\x00\xaf\x02\x00\x00\x00\x00\xb9\x04\x00\x00\x00\x00\x00\x00\x5e\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd8\x21\x00\x00\x00\x00\xdf\x01\x00\x00\x00\x00\xf7\x22\xf9\x25\x00\x00\x00\x00\x00\x00\x00\x00\xba\x21\x00\x00\x67\x21\xac\x25\x79\x1a\x00\x00\x96\x25\x49\x25\x00\x00\x94\x1c\x00\x00\x00\x00\x00\x00\x00\x00\xbf\x02\x4a\x04\x00\x00\x00\x00\xa0\x03\x4b\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe1\x22\x6d\xff\x00\x00\x00\x00\x33\x25\x00\x00\xe6\x24\x00\x00\xda\x02\x47\x1c\xab\x02\xd0\x24\x83\x24\x00\x00\x46\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x25\x06\x00\x00\x00\x00\x1b\x04\x00\x00\x00\x00\x0a\x06\x00\x00\x00\x00\x00\x00\x95\x00\xf5\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfa\x01\x87\x00\x12\x03\xf0\x02\xf4\x03\xc9\x03\x00\x00\x00\x00\x00\x00\x00\x00\xfb\x02\xd4\x02\x00\x00\x1a\x20\xfa\x1b\xec\x02\x0a\x03\x00\x00\x00\x00\x7f\x00\xcc\x02\x48\x02\xb5\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x60\x02\x32\x02\x00\x00\x00\x00\x4c\x02\x43\x02\x00\x00\x00\x00\xa0\x02\x3b\x07\x4c\x05\x00\x00\x00\x00\x00\x00\x57\x03\x00\x00\x00\x00\x00\x00\xd9\x02\xc6\x02\x00\x00\xba\x00\x00\x00\xcc\x00\x00\x00\x00\x00\x7c\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbe\x02\x00\x00\x00\x00\x00\x00\x50\x02\x00\x00\xea\x03\xe0\x03\x00\x00\x63\x00\xd8\x01\x0b\x29\xa7\x02\xba\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x27\x26\x00\xd0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x46\x02\x00\x00\x39\x05\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x03\x00\x00\xd5\x0d\x9b\x03\x00\x00\x00\x00\x00\x00\x3b\x00\x22\x00\x00\x00\x00\x00\x71\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd1\x01\x00\x00\x00\x00\x00\x00\xcf\xff\xd2\x01\xdf\xff\x00\x00\x00\x00\x00\x00\x00\x00\xe6\xff\x00\x00\x00\x00\x00\x00\x00\x00\xde\xff\x00\x00\x00\x00\x00\x00\xf7\x00\x26\x05\x00\x00\x00\x00\x00\x00\x1b\x07\x2e\x02\x00\x00\x00\x00\x00\x00\xd8\x02\x00\x00\x00\x00\x1f\x02\x9d\x01\x00\x00\xb7\xff\xe9\x01\xf6\x01\x00\x00\x00\x00\x97\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xad\x1b\x00\x00\x00\x00\x00\x00\x6d\x24\x00\x00\x39\x00\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3e\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcd\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc7\x01\x00\x00\x00\x00\x20\x24\x00\x00\xd2\x00\x00\x00\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0a\x24\x00\x00\x00\x00\x13\x1b\xc6\x1a\x7b\x1d\x00\x00\x00\x00\x00\x00\xce\x01\x00\x00\x61\x29\x00\x00\x7e\x22\x00\x00\x72\x01\xb9\x01\x00\x00\x00\x00\x00\x00\x5a\x03\x00\x00\x00\x00\x00\x00\xc9\x01\x00\x00\x00\x00\x00\x00\x01\x04\x23\x01\x4f\x00\x00\x00\x00\x00\xc1\x02\xeb\x00\x00\x00\x46\x02\x94\x07\x00\x00\x00\x00\x61\x07\x8d\xff\x00\x00\x00\x00\xc5\x03\xe5\x07\x00\x00\xca\x02\x00\x00\x00\x00\x73\x01\x00\x00\xb7\x1f\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\xa8\x03\x3e\x00\x12\x00\xed\x01\xc9\x02\x00\x00\xf1\x02\x00\x00\x62\x01\x54\x1f\x6b\x00\x00\x00\x46\x28\xa9\x02\x00\x00\x00\x00\x43\x01\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x44\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\xff\x00\x00\x00\x00\x00\x00\xf9\x02\x00\x00\x00\x00\x17\x02\x00\x00\x13\x02\x00\x00\x79\x00\x00\x00\x8d\x01\x00\x00\x00\x00\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2d\x01\x00\x00\x00\x00\x00\x00\x07\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x13\x05\x00\x00\xce\x02\x00\x00\x00\x00\x00\x00\xd5\x0d\x00\x00\x9e\x03\x00\x00\x00\x00\x1a\x02\x00\x00\x27\x01\x00\x00\x5d\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdc\xff\x28\x07\x0c\x01\x00\x00\x00\x00\xd2\x07\x00\x00\x46\x02\x00\x00\xd1\x03\xb2\x07\x00\x00\x00\x00\x00\x00\x00\x00\xfe\x00\x00\x00\xce\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb6\x02\x00\x00\x0b\x03\x00\x00\x05\x00\x00\x00\x00\x00\x00\x00\xf1\x1e\xa4\x1e\x8e\x1e\x00\x00\x00\x00\x00\x00\x00\x00\xd5\x02\x6f\x01\x12\x01\x00\x00\x60\x1b\x41\x1e\x94\x22\x00\x00\xbd\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x02\x00\x00\x00\x00\xe6\x01\x00\x00\x00\x00\x46\x02\x00\x00\x00\x00\x46\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9f\x07\x00\x00\x00\x00\x00\x00\x00\x00\xe8\x01\x00\x00\x00\x00\xd5\x05\x94\x03\x00\x00\xf8\x04\x09\x03\x00\x00\x21\x00\xe3\x04\x00\x00\x00\x00\x53\x00\x00\x00\x11\x00\x00\x00\x05\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x00\x00\xaa\x00\x00\x00\xc3\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x01\x19\x01\x00\x00\x00\x00\xc3\x04\x00\x00\x00\x00\xef\x00\xd8\x00\x8e\x02\x00\x00\x00\x00\x00\x00\xb0\x00\x5a\x04\x8b\x07\x7e\x07\xb0\x04\xb5\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2b\x1e\x00\x00\x00\x00\xde\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9d\x04\x00\x00\xa8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5b\x00\x00\x00\x22\x01\x1f\x03\x9e\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa7\x23\x00\x00\x00\x00\x5b\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfd\xff\x00\x00\x00\x00\x82\x00\x00\x00\x00\x00\x00\x00\x00\x00\x48\x00\x00\x00\x4d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#++happyDefActions :: HappyAddr+happyDefActions = HappyA# "\xb1\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb1\xfd\xb1\xfd\x00\x00\xe5\xff\xed\xff\x00\x00\x00\x00\x0c\xfe\xc6\xfe\xc4\xfe\xbe\xfe\xbd\xfe\xbb\xfe\xb9\xfe\xb4\xfe\xad\xfe\xa8\xfe\xa0\xfe\x9c\xfe\x8e\xfe\x00\x00\x00\x00\x99\xfe\x9a\xfe\x9b\xfe\xfc\xfd\xf7\xfd\xd5\xfd\xde\xfd\xf5\xfd\xf2\xfd\xcf\xfd\x98\xfe\xdc\xfd\xdd\xfd\xd1\xfd\xd0\xfd\xcd\xfd\xce\xfd\xbb\xfd\xb9\xfd\xba\xfd\xb8\xfd\xb7\xfd\xb6\xfd\xb5\xfd\xb4\xfd\xb3\xfd\xb2\xfd\x00\x00\x00\x00\x00\x00\x92\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8d\xfe\x00\x00\x00\x00\x00\x00\x00\x00\xb1\xfd\x00\x00\x00\x00\x83\xfe\x00\x00\x00\x00\x71\xfe\xd8\xfd\xd4\xfd\xd3\xfd\xd2\xfd\xd7\xfd\xd6\xfd\xdb\xfd\x00\x00\xb1\xfd\xd9\xfd\x00\x00\xb1\xfd\xb1\xfd\x00\x00\xb1\xfd\xda\xfd\x00\x00\x00\x00\x00\x00\x47\xff\x2d\xff\x4e\xff\x44\xff\x42\xff\x3b\xff\x00\x00\x30\xff\x00\x00\x00\x00\xaa\xfd\x34\xff\x41\xff\x00\x00\x00\x00\x00\x00\x26\xff\x85\xff\xad\xff\x00\x00\x00\x00\x90\xff\x86\xff\x7f\xff\x84\xff\x97\xff\xbd\xfe\x00\x00\x00\x00\x00\x00\x8f\xff\x00\x00\x00\x00\xab\xff\xaa\xff\xa9\xff\x00\x00\xb1\xfd\x8e\xff\x00\x00\x64\xff\x64\xff\x00\x00\x64\xff\x66\xff\x58\xff\x58\xff\x00\x00\x17\xfe\x00\x00\x00\x00\xc6\xfe\x00\x00\xe5\xff\xf4\xff\xf2\xff\xb1\xfd\x00\x00\xe5\xff\x00\x00\x00\x00\x00\x00\x53\xff\x54\xff\xfb\xfd\xf4\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x59\xff\x00\x00\x56\xff\x00\x00\x00\x00\x67\xff\x64\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4e\xff\x00\x00\x00\x00\x76\xff\x00\x00\xd9\xff\xd9\xff\xdc\xfe\x00\x00\x8b\xff\x00\x00\x20\xff\x00\x00\x00\x00\x00\x00\x00\x00\xe4\xfd\xe3\xfd\x00\x00\xe8\xfd\xdf\xfd\xcc\xfd\xee\xfd\xc9\xfd\xc8\xfd\xc5\xfd\xca\xfd\xbc\xfd\xcb\xfd\x00\x00\x00\x00\xc2\xfd\xe0\xfd\x00\x00\xc4\xfd\xc3\xfd\xc1\xfd\xec\xfe\x00\x00\x00\x00\xac\xff\x00\x00\x00\x00\x38\xff\x29\xff\x00\x00\x00\x00\x36\xff\x81\xfe\x29\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\xff\x00\x00\x00\x00\x2e\xff\x45\xff\x00\x00\x31\xff\x00\x00\xa8\xfd\xa7\xfd\x00\x00\x00\x00\x00\x00\x2c\xff\x00\x00\x00\x00\x00\x00\x0b\xfe\x11\xfe\x11\xfe\x00\x00\xa5\xfe\x00\x00\xae\xfe\x0e\xfe\xb2\xfe\xaf\xfe\x00\x00\x00\x00\x00\x00\x3f\xfe\x6c\xfe\x68\xfe\x6b\xfe\x6a\xfe\x69\xfe\x64\xfe\x63\xfe\x62\xfe\x61\xfe\x60\xfe\x5f\xfe\x5e\xfe\x5d\xfe\x5c\xfe\x5b\xfe\x66\xfe\x65\xfe\x5a\xfe\x59\xfe\x58\xfe\x57\xfe\x56\xfe\x55\xfe\x54\xfe\x53\xfe\x52\xfe\x51\xfe\x50\xfe\x4f\xfe\x4e\xfe\x4d\xfe\x4c\xfe\x4b\xfe\x4a\xfe\x49\xfe\x48\xfe\x47\xfe\x46\xfe\x45\xfe\x44\xfe\x67\xfe\x43\xfe\x42\xfe\x41\xfe\x84\xfe\x85\xfe\x00\x00\x00\x00\x00\x00\x87\xfe\x86\xfe\x00\x00\x00\x00\x00\x00\x00\x00\xbd\xfe\x00\x00\x00\x00\x79\xfe\x00\x00\x16\xfe\xb0\xfe\xa1\xfe\x00\x00\xa6\xfe\x80\xfe\x3b\xfe\x00\x00\x3a\xfe\xe2\xfd\xe1\xfd\x00\x00\xec\xfd\xc7\xfd\xc6\xfd\xc0\xfd\x00\xfe\x00\x00\xbe\xfd\xbf\xfd\xbd\xfd\x00\x00\xfe\xfd\x80\xfe\x00\x00\x00\x00\x00\x00\xe8\xfd\x00\x00\xc6\xfd\xc0\xfd\x01\xfe\xbe\xfd\xc4\xfd\xbf\xfd\xbd\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa9\xfe\xc3\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd9\xff\x00\x00\x00\x00\xf7\xff\xe5\xff\xf6\xff\x00\x00\xd9\xff\xe8\xff\xda\xff\x00\x00\xed\xff\xef\xff\xaf\xfd\xb0\xfd\xbf\xfe\xc0\xfe\xc1\xfe\xc2\xfe\xc5\xfe\xbc\xfe\xba\xfe\x00\x00\x09\xfe\x07\xfe\x9f\xfe\x06\xfe\x0d\xfe\xa2\xfe\xa3\xfe\x00\x00\x49\xff\xf6\xfd\xf1\xfd\x91\xfe\x00\x00\x96\xfe\x97\xfe\x00\x00\xff\xfd\x82\xfe\x00\x00\x00\x00\xfd\xfd\x00\x00\x00\x00\x7f\xfe\x00\x00\x93\xfe\x00\x00\x39\xfe\x00\x00\xa7\xfe\x00\x00\x00\x00\x90\xfe\x00\x00\x8c\xfe\x8b\xfe\x8a\xfe\x89\xfe\x00\x00\xd9\xff\xa4\xff\x00\x00\x00\x00\x3c\xfe\x74\xfe\x6e\xfe\x72\xfe\x70\xfe\x00\x00\x00\x00\xb1\xfd\x00\x00\xb3\xfe\x00\x00\xa4\xfe\x00\x00\x00\x00\x0f\xfe\x11\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x4a\xff\x4b\xff\x00\x00\x4c\xff\x4d\xff\x48\xff\x39\xff\x32\xff\x33\xff\x37\xff\x00\x00\x40\xff\x3d\xff\x00\x00\x35\xff\x3f\xff\x00\x00\x3e\xff\x27\xff\x25\xff\x00\x00\x00\x00\xae\xff\xe6\xfd\xe5\xfd\xa7\xff\xea\xfd\xf0\xfd\x00\x00\xec\xfe\xf8\xfe\x19\xff\x00\x00\x0e\xff\x81\xff\x00\x00\x00\x00\x72\xff\xce\xfe\xca\xfe\xc8\xfe\x00\x00\x00\x00\xce\xfe\x6c\xff\x71\xff\x70\xff\x00\x00\xe8\xfe\x22\xff\xec\xfe\x00\x00\x8c\xff\x49\xff\x8d\xff\x99\xff\x9a\xff\xb1\xfd\x89\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4f\xff\xec\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\xff\x68\xff\x94\xff\x5a\xff\x93\xff\x00\x00\x57\xff\x92\xff\x00\x00\x51\xff\x00\x00\x00\x00\x91\xff\x50\xff\xe2\xff\xae\xfd\xad\xfd\x00\x00\x3f\xfe\xe7\xff\xd9\xff\xd9\xff\x00\x00\xdc\xff\x00\x00\x3c\xfe\x00\x00\xd7\xff\x00\x00\x00\x00\xfa\xfd\xf3\xfd\x52\xff\x55\xff\x5b\xff\x69\xff\x00\x00\x00\x00\x00\x00\x00\x00\x63\xff\x00\x00\x79\xff\x77\xff\x7a\xff\x7d\xff\x7e\xff\xa3\xff\x4a\xff\xa2\xff\x00\x00\x74\xff\x82\xff\x75\xff\x83\xff\xd9\xff\x87\xff\xcc\xfe\xd9\xff\x03\xfe\x9b\xfe\xdb\xff\xd9\xff\xd9\xff\x98\xff\x9e\xff\x00\x00\x00\x00\x1f\xff\x1d\xff\x9b\xff\xb1\xfd\x95\xff\x00\x00\xf9\xfd\x00\x00\x00\x00\x00\x00\x6f\xff\x6e\xff\x6d\xff\xd0\xfe\xb1\xfd\x24\xfe\x00\x00\x26\xfe\x00\x00\xb1\xfd\xcb\xfe\xc9\xfe\xd1\xfe\x00\x00\x00\x00\xed\xfd\x14\xff\x12\xff\x00\x00\x26\xff\xeb\xfe\xf2\xfe\xf1\xfe\x00\x00\xee\xfe\xef\xfe\xf8\xfe\xb1\xfd\xa0\xff\x00\x00\xf8\xfe\x19\xff\x00\x00\x00\x00\x00\x00\x2f\xff\x00\x00\x28\xff\x00\x00\x2a\xff\xa9\xfd\x2b\xff\x00\x00\xab\xfe\xac\xfe\x14\xfe\x12\xfe\x13\xfe\x11\xfe\x15\xfe\xb5\xfe\xb7\xfe\x00\x00\xb1\xfe\xd9\xff\xd9\xff\x79\xfe\x00\x00\x73\xfe\x3d\xfe\x00\x00\x40\xfe\x00\x00\xdc\xfd\xcd\xfd\xd8\xfd\xd4\xfd\xd3\xfd\xd2\xfd\xd7\xfd\xd6\xfd\xdb\xfd\xd9\xfd\xda\xfd\x6d\xfe\xda\xff\xa6\xff\x00\x00\x00\x00\x7a\xfe\xb8\xfe\x35\xfe\x31\xfe\x2f\xfe\x2e\xfe\x2d\xfe\x00\x00\x37\xfe\x80\xfe\x33\xfe\x34\xfe\xe7\xfd\xeb\xfd\x7e\xfe\x77\xfe\x78\xfe\x94\xfe\x95\xfe\x00\x00\x7b\xfe\x9d\xfe\x00\x00\x9e\xfe\x00\x00\xee\xff\xeb\xff\x00\x00\x00\x00\xea\xff\xec\xff\xe9\xff\x0a\xfe\x08\xfe\x7d\xfe\x7c\xfe\x38\xfe\x2c\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x8f\xfe\x88\xfe\xa5\xff\x71\xfe\x75\xfe\x00\x00\x6f\xfe\x00\x00\x00\x00\x00\x00\xb2\xfe\x10\xfe\x00\x00\x3c\xff\x00\x00\xa8\xff\xe9\xfd\xef\xfd\xf8\xfe\x9d\xff\xf7\xfe\xf3\xfe\x00\x00\xd9\xff\xd9\xff\x9f\xff\x00\x00\x00\x00\x00\x00\x01\xff\x09\xff\x00\x00\x10\xff\x0d\xff\x08\xff\x00\x00\x00\x00\x34\xff\x00\x00\x00\x00\x00\x00\x0e\xff\x80\xff\x73\xff\x00\x00\x23\xfe\x00\x00\x00\x00\xcf\xfe\x96\xff\x00\x00\x00\x00\x00\x00\xd9\xff\xd9\xff\x22\xff\x22\xff\x21\xff\xda\xfe\x00\x00\x00\x00\x00\x00\xda\xff\x05\xfe\x00\x00\xda\xff\x8a\xff\xa1\xff\x00\x00\x7c\xff\x62\xff\x00\x00\x00\x00\x5f\xff\x5d\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd8\xff\xd3\xff\xf3\xff\x00\x00\xe0\xff\xd9\xff\xc9\xff\xde\xff\xc6\xff\xe1\xff\xc4\xff\x00\x00\xda\xff\xdd\xff\x71\xfe\xf0\xff\x00\x00\xd3\xff\xd1\xff\xd0\xff\xab\xfd\xcf\xff\xd4\xff\x00\x00\xe6\xff\xe4\xff\xe3\xff\x00\x00\x00\x00\x5e\xff\x60\xff\x7b\xff\x78\xff\x88\xff\x04\xfe\x00\x00\x02\xfe\xdd\xfe\xde\xfe\x00\x00\xd5\xfe\xd9\xff\xd8\xfe\xd6\xfe\xd7\xfe\xcc\xfe\x8f\xff\x00\x00\x1c\xff\x1e\xff\xe6\xfe\x00\x00\x00\x00\x6a\xff\x00\x00\xf8\xfd\xc7\xfe\x25\xfe\x13\xff\x00\x00\x00\xff\x43\xff\x00\x00\x00\x00\x00\x00\x00\x00\x04\xff\x05\xff\x00\x00\x00\x00\x09\xff\x11\xff\x00\x00\x00\x00\x00\x00\x0f\xff\xf0\xfe\xed\xfe\x00\x00\x00\x00\x00\x00\xf4\xfe\x00\x00\xf6\xfe\x9c\xff\x00\x00\x00\x00\x00\x00\x21\xfe\x22\xfe\xd9\xff\x1e\xfe\x00\x00\x3e\xfe\x00\x00\x27\xfe\x32\xfe\x30\xfe\x00\x00\x00\x00\x00\x00\x36\xfe\x2b\xfe\x29\xfe\x2a\xfe\x00\x00\xce\xfe\x1b\xfe\x19\xfe\x00\x00\x00\x00\xda\xff\x20\xfe\x00\x00\x00\x00\x24\xff\xf5\xfe\x1a\xff\x1b\xff\xd9\xff\x16\xff\x00\x00\x00\x00\x00\x00\x07\xff\x00\x00\x00\x00\x03\xff\x46\xff\x0c\xff\x00\x00\x00\x00\xfd\xfe\x0b\xff\x33\xff\x00\x00\x6b\xff\xe9\xfe\xea\xfe\xe3\xfe\xd9\xff\xe4\xfe\xe2\xfe\x00\x00\x00\x00\x00\x00\x00\x00\xda\xff\xdb\xfe\xec\xfe\x00\x00\x65\xff\xcb\xff\x00\x00\x00\x00\xd4\xff\xd5\xff\x00\x00\xca\xff\xdf\xff\xc7\xff\xc2\xff\xc5\xff\x00\x00\xc3\xff\x00\x00\xd2\xff\xd6\xff\x00\x00\xb1\xff\xb0\xff\xaf\xff\xcd\xff\x00\x00\x00\x00\xf8\xfe\x19\xff\xd9\xfe\xcd\xfe\x00\x00\x00\x00\x47\xff\xec\xfe\xec\xfe\xda\xff\xe7\xfe\xff\xfe\x0a\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xda\xff\x18\xff\x00\x00\xb6\xfe\x1f\xfe\x1c\xfe\x00\x00\x1a\xfe\x1d\xfe\x00\x00\x00\x00\x28\xfe\x76\xfe\x00\x00\x00\x00\x17\xff\x15\xff\x06\xff\x02\xff\xfb\xfe\xfc\xfe\x00\x00\x00\x00\xfe\xfe\xe5\xfe\xdf\xfe\xe1\xfe\x00\x00\xd4\xfe\xf8\xfe\xd3\xfe\x5c\xff\xce\xff\xcc\xff\x00\x00\x00\x00\xc0\xff\xbe\xff\x00\x00\xf1\xff\xb2\xff\xd2\xfe\xe0\xfe\x00\x00\xfa\xfe\x00\x00\x18\xfe\xaa\xfe\x00\x00\xc1\xff\xc8\xff\xbf\xff\x00\x00\xbb\xff\xd3\xff\xf9\xfe\x00\x00\xd3\xff\xb8\xff\xb7\xff\xac\xfd\xb6\xff\x00\x00\x00\x00\xd4\xff\xbc\xff\xb9\xff\xbd\xff\x00\x00\xb4\xff\x00\x00\xb5\xff\xb3\xff"#++happyCheck :: HappyAddr+happyCheck = HappyA# "\xff\xff\x00\x00\x04\x00\x04\x00\x02\x00\x04\x00\x04\x00\x0b\x00\x11\x00\x12\x00\x13\x00\x2d\x00\x29\x00\x07\x00\x11\x00\x33\x00\x32\x00\x5c\x00\xa5\x00\x2d\x00\x1c\x00\x36\x00\x07\x00\xad\x00\x32\x00\x2d\x00\x1d\x00\x1e\x00\x2d\x00\x24\x00\x32\x00\x0d\x00\x0e\x00\x32\x00\x6b\x00\x1c\x00\x13\x00\x22\x00\x43\x00\x44\x00\x45\x00\x16\x00\x47\x00\xad\x00\x49\x00\x4a\x00\x4b\x00\x0d\x00\x0e\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x0d\x00\x0e\x00\x57\x00\x0d\x00\x0e\x00\x0d\x00\x0e\x00\xad\x00\x0c\x00\xd4\x00\x3b\x00\x3c\x00\xd4\x00\x66\x00\x67\x00\x1a\x00\x6c\x00\x0d\x00\x0e\x00\x0d\x00\x0e\x00\x00\x00\x0d\x00\x0e\x00\xc0\x00\x1c\x00\x09\x00\x16\x00\x4e\x00\xd4\x00\x73\x00\x46\x00\x2a\x00\x48\x00\x2a\x00\x2e\x00\x22\x00\xcd\x00\x50\x00\x0d\x00\x0e\x00\x1c\x00\x86\x00\x2f\x00\x3b\x00\x3c\x00\xd4\x00\x3a\x00\x05\x00\x06\x00\x1f\x00\x20\x00\x1f\x00\x24\x00\x1e\x00\x32\x00\x33\x00\x22\x00\x64\x00\x39\x00\xbc\x00\x1f\x00\x20\x00\xd6\x00\x62\x00\x16\x00\x14\x00\x15\x00\x1c\x00\x6c\x00\x20\x00\x1c\x00\x85\x00\x5d\x00\xca\x00\xcb\x00\xca\x00\xcb\x00\x71\x00\x21\x00\x39\x00\x23\x00\xb8\x00\x25\x00\x26\x00\x27\x00\x28\x00\x85\x00\x26\x00\x15\x00\x2c\x00\x6f\x00\x2e\x00\x2f\x00\x11\x00\x2d\x00\xb9\x00\xc7\x00\xb8\x00\x76\x00\x94\x00\x21\x00\x96\x00\x23\x00\xba\x00\x25\x00\x26\x00\x27\x00\x28\x00\xc6\x00\xc7\x00\xc8\x00\x2c\x00\xc7\x00\x2e\x00\x2f\x00\x5a\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x71\x00\xb9\x00\x76\x00\xd4\x00\xbc\x00\xb7\x00\x36\x00\xbd\x00\x85\x00\xbb\x00\xc0\x00\xd4\x00\xc2\x00\xd9\x00\xc6\x00\xc7\x00\xc8\x00\xd4\x00\xca\x00\xcb\x00\xd4\x00\xc7\x00\xc8\x00\xcd\x00\x85\x00\xcb\x00\xd0\x00\xb9\x00\xc7\x00\xc8\x00\xbc\x00\xa6\x00\xd8\x00\xd4\x00\xcb\x00\xd4\x00\xd4\x00\xd7\x00\xd4\x00\xd4\x00\xc6\x00\xc7\x00\xc8\x00\xcb\x00\xca\x00\xcb\x00\x7a\x00\xb3\x00\xa6\x00\xb3\x00\x17\x00\x85\x00\x33\x00\x5d\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd8\x00\x87\x00\x88\x00\x89\x00\xc7\x00\xc8\x00\x8c\x00\x8d\x00\x8e\x00\x28\x00\x7a\x00\x40\x00\x41\x00\x6f\x00\x94\x00\x3e\x00\x3f\x00\x40\x00\x82\x00\x83\x00\x84\x00\x85\x00\xb7\x00\x87\x00\x88\x00\x89\x00\xbb\x00\xb7\x00\x8c\x00\x8d\x00\x8e\x00\xbb\x00\x33\x00\xb7\x00\x3f\x00\x40\x00\x94\x00\xbb\x00\xc7\x00\xc8\x00\x69\x00\xb7\x00\xcb\x00\xc7\x00\xc8\x00\xbb\x00\x67\x00\xcb\x00\xb6\x00\xc7\x00\xc8\x00\xb9\x00\xba\x00\xcb\x00\xbc\x00\xb5\x00\x22\x00\xc7\x00\xc8\x00\xd7\x00\xba\x00\xcb\x00\x28\x00\x08\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\x0d\x00\x0e\x00\xb9\x00\xba\x00\xc9\x00\xbc\x00\xd3\x00\xb8\x00\xc7\x00\xc8\x00\x09\x00\x19\x00\x0b\x00\x17\x00\x53\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x25\x00\xc7\x00\x6f\x00\x22\x00\x21\x00\xd9\x00\x23\x00\xd3\x00\x25\x00\x26\x00\x27\x00\x28\x00\x31\x00\x32\x00\x33\x00\x2c\x00\x5d\x00\x2e\x00\x2f\x00\x27\x00\x5b\x00\x5c\x00\x19\x00\xc7\x00\xc8\x00\x6f\x00\x21\x00\xcd\x00\x23\x00\x22\x00\xd0\x00\x22\x00\x27\x00\x28\x00\x6f\x00\x28\x00\xb9\x00\x2c\x00\xb7\x00\x2e\x00\x2f\x00\xd9\x00\xbb\x00\x19\x00\xb7\x00\x59\x00\x30\x00\x31\x00\xbb\x00\xc6\x00\xc7\x00\xc8\x00\x22\x00\x69\x00\xc7\x00\xc8\x00\x5a\x00\x22\x00\xcb\x00\xd6\x00\xc7\x00\xc8\x00\xb7\x00\xb2\x00\xcb\x00\x43\x00\xbb\x00\x45\x00\x2d\x00\x47\x00\xb9\x00\x49\x00\x4a\x00\x4b\x00\xb9\x00\x17\x00\x4e\x00\x4f\x00\xc7\x00\xc8\x00\x18\x00\x17\x00\xcb\x00\xc6\x00\xc7\x00\xc8\x00\x22\x00\xc6\x00\xc7\x00\xc8\x00\x42\x00\x43\x00\x22\x00\x7a\x00\xd5\x00\x47\x00\x1e\x00\x49\x00\x4a\x00\x4b\x00\x22\x00\x82\x00\x83\x00\x84\x00\x85\x00\xb7\x00\x87\x00\x88\x00\x89\x00\xc7\x00\xc8\x00\x8c\x00\x8d\x00\x8e\x00\xce\x00\x7a\x00\xd0\x00\xbc\x00\xd2\x00\x94\x00\xab\x00\xc7\x00\xc8\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd9\x00\x87\x00\x88\x00\x89\x00\xca\x00\xcb\x00\x8c\x00\x8d\x00\x8e\x00\x21\x00\x17\x00\x23\x00\x4a\x00\x4b\x00\x94\x00\x27\x00\x28\x00\x17\x00\x19\x00\xcb\x00\x2c\x00\x22\x00\x2e\x00\x2f\x00\x22\x00\x17\x00\xb6\x00\x22\x00\x22\x00\xb9\x00\xba\x00\x29\x00\xbc\x00\x43\x00\x44\x00\x45\x00\x22\x00\x47\x00\x7b\x00\x49\x00\x4a\x00\x4b\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\x0d\x00\x0e\x00\xb9\x00\xba\x00\x19\x00\xbc\x00\xd3\x00\xd5\x00\xba\x00\x05\x00\x06\x00\x30\x00\x31\x00\x22\x00\xd6\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x16\x00\x11\x00\xd3\x00\x1e\x00\x43\x00\x22\x00\x45\x00\x22\x00\x47\x00\x26\x00\x49\x00\x4a\x00\x4b\x00\xd9\x00\x2b\x00\x4e\x00\x4f\x00\x19\x00\x08\x00\x95\x00\x0a\x00\xc7\x00\xc8\x00\x7a\x00\xca\x00\xcb\x00\x22\x00\x17\x00\x05\x00\x06\x00\x16\x00\x82\x00\x83\x00\x84\x00\x85\x00\x69\x00\x87\x00\x88\x00\x89\x00\xd9\x00\xd5\x00\x8c\x00\x8d\x00\x8e\x00\x21\x00\x16\x00\x23\x00\x25\x00\x86\x00\x94\x00\x54\x00\x55\x00\xd0\x00\x8f\x00\x58\x00\x2c\x00\xd5\x00\x2e\x00\x2f\x00\x31\x00\x32\x00\x33\x00\xc7\x00\xc8\x00\x59\x00\xca\x00\xcb\x00\x69\x00\x21\x00\xbd\x00\x23\x00\x8f\x00\xc0\x00\x91\x00\xc2\x00\x0d\x00\x0e\x00\xba\x00\x2b\x00\x2c\x00\xd9\x00\x2e\x00\x2f\x00\xb6\x00\x95\x00\xcd\x00\xb9\x00\xba\x00\xd0\x00\xbc\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x8f\x00\xb9\x00\x91\x00\xd4\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x40\x00\x41\x00\xc5\x00\xd9\x00\xc6\x00\xc7\x00\xc8\x00\xd3\x00\x52\x00\xcc\x00\xcd\x00\xce\x00\x8f\x00\xd0\x00\x91\x00\xd2\x00\x69\x00\x2b\x00\xba\x00\x2d\x00\x72\x00\x73\x00\x74\x00\x49\x00\x4a\x00\x4b\x00\xc7\x00\xc8\x00\x7a\x00\xca\x00\xcb\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x54\x00\x55\x00\x84\x00\x57\x00\x58\x00\x87\x00\xd0\x00\x89\x00\xd9\x00\xd4\x00\x8c\x00\x8d\x00\x8e\x00\xd9\x00\x03\x00\xc5\x00\x7a\x00\xd5\x00\x94\x00\x21\x00\x01\x00\x23\x00\xcc\x00\xcd\x00\x08\x00\x09\x00\x84\x00\x08\x00\x09\x00\x87\x00\x2c\x00\x89\x00\x2e\x00\x2f\x00\x8c\x00\x8d\x00\x8e\x00\xc7\x00\xc8\x00\x0d\x00\x0e\x00\xcb\x00\x94\x00\x43\x00\x0a\x00\x45\x00\x21\x00\x47\x00\x23\x00\x49\x00\x4a\x00\x4b\x00\xb6\x00\x25\x00\x01\x00\xb9\x00\xba\x00\x2c\x00\xbc\x00\x2e\x00\x2f\x00\x08\x00\x09\x00\x0d\x00\x0e\x00\x31\x00\x32\x00\x33\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb4\x00\xb5\x00\xb6\x00\xc5\x00\x9a\x00\xb9\x00\xba\x00\xd3\x00\xbc\x00\xb7\x00\xcc\x00\xcd\x00\xce\x00\xbb\x00\xd0\x00\x94\x00\xd2\x00\x96\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x38\x00\xc7\x00\xc8\x00\x73\x00\x74\x00\xcb\x00\x03\x00\xd3\x00\x0d\x00\x0e\x00\x7a\x00\x08\x00\x09\x00\xc7\x00\xc8\x00\xc7\x00\xc8\x00\x6f\x00\xca\x00\xcb\x00\x84\x00\x3a\x00\x27\x00\x87\x00\x29\x00\x89\x00\xd5\x00\x28\x00\x8c\x00\x8d\x00\x8e\x00\x54\x00\x55\x00\xd9\x00\x2f\x00\xd5\x00\x94\x00\x7a\x00\x6f\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\x5f\x00\x60\x00\xb1\x00\xb2\x00\x84\x00\x6d\x00\x6e\x00\x87\x00\x28\x00\x89\x00\xb9\x00\xd4\x00\x8c\x00\x8d\x00\x8e\x00\x2f\x00\x1a\x00\x1b\x00\x1c\x00\x70\x00\x94\x00\xba\x00\x35\x00\xc6\x00\xc7\x00\xc8\x00\xb9\x00\xb6\x00\x6d\x00\x6e\x00\xb9\x00\xba\x00\x59\x00\xbc\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xc6\x00\xc7\x00\xc8\x00\x7f\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x97\x00\x98\x00\x99\x00\xd9\x00\x27\x00\xb6\x00\x29\x00\xd3\x00\xb9\x00\xba\x00\x27\x00\xbc\x00\x29\x00\x7b\x00\x77\x00\x78\x00\x79\x00\x7a\x00\x97\x00\x98\x00\x99\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x84\x00\x7b\x00\x27\x00\x87\x00\x29\x00\x89\x00\x69\x00\xd3\x00\x8c\x00\x8d\x00\x8e\x00\xd5\x00\x78\x00\x79\x00\x7a\x00\x27\x00\x94\x00\x29\x00\x30\x00\x31\x00\xaf\x00\xc6\x00\xc7\x00\xc8\x00\x84\x00\xca\x00\xcb\x00\x87\x00\x27\x00\x89\x00\x29\x00\xd5\x00\x8c\x00\x8d\x00\x8e\x00\x9a\x00\x27\x00\x43\x00\x29\x00\x45\x00\x94\x00\x47\x00\xb7\x00\x49\x00\x4a\x00\x4b\x00\xbb\x00\xd5\x00\x4e\x00\x4f\x00\xb6\x00\x0d\x00\x0e\x00\xb9\x00\xba\x00\x27\x00\xbc\x00\x29\x00\xc7\x00\xc8\x00\x0d\x00\x0e\x00\xcb\x00\xa9\x00\xaa\x00\xab\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x8f\x00\x27\x00\xb6\x00\x29\x00\x86\x00\xb9\x00\xba\x00\xd3\x00\xbc\x00\x6c\x00\x6d\x00\x6e\x00\x0f\x00\x10\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb9\x00\x42\x00\x43\x00\x27\x00\x45\x00\x29\x00\x47\x00\xd3\x00\x49\x00\x4a\x00\x4b\x00\x42\x00\x43\x00\xc6\x00\xc7\x00\xc8\x00\x47\x00\x56\x00\x49\x00\x4a\x00\x4b\x00\x42\x00\x43\x00\x0c\x00\x0d\x00\x0e\x00\x47\x00\x34\x00\x49\x00\x4a\x00\x4b\x00\x42\x00\x43\x00\x0c\x00\x0d\x00\x0e\x00\x47\x00\x34\x00\x49\x00\x4a\x00\x4b\x00\x43\x00\x27\x00\x45\x00\x29\x00\x47\x00\x39\x00\x49\x00\x4a\x00\x4b\x00\x29\x00\x43\x00\x2b\x00\x45\x00\x29\x00\x47\x00\x2b\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x75\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\xb9\x00\x47\x00\xcb\x00\x49\x00\x4a\x00\x4b\x00\xd6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xd4\x00\xc6\x00\xc7\x00\xc8\x00\x5e\x00\x5f\x00\x60\x00\x45\x00\x46\x00\x47\x00\x48\x00\x49\x00\x43\x00\xd9\x00\x45\x00\x4d\x00\x47\x00\x39\x00\x49\x00\x4a\x00\x4b\x00\x98\x00\x99\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x39\x00\x45\x00\x46\x00\x47\x00\x48\x00\x49\x00\x43\x00\xb7\x00\x45\x00\x4d\x00\x47\x00\xbb\x00\x49\x00\x4a\x00\x4b\x00\x39\x00\xba\x00\x4e\x00\x4f\x00\x2b\x00\x51\x00\x2d\x00\x8f\x00\xc7\x00\xc8\x00\x0d\x00\x0e\x00\xcb\x00\x22\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x6c\x00\x6d\x00\x6e\x00\x05\x00\x06\x00\xc7\x00\xc8\x00\x52\x00\xca\x00\xcb\x00\x95\x00\x6a\x00\x8f\x00\xd9\x00\x17\x00\xc7\x00\xc8\x00\x16\x00\xca\x00\xcb\x00\x17\x00\xba\x00\x22\x00\xd9\x00\x17\x00\xc7\x00\xc8\x00\x8f\x00\xca\x00\xcb\x00\x16\x00\xba\x00\x32\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x6c\x00\x6d\x00\x6e\x00\xc5\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xce\x00\xd9\x00\xd0\x00\x56\x00\xd2\x00\xc7\x00\xc8\x00\x4a\x00\xca\x00\xcb\x00\x43\x00\xd9\x00\x45\x00\x5c\x00\x47\x00\x85\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\x7d\x00\x7e\x00\x7f\x00\x7d\x00\x7e\x00\x7f\x00\xc5\x00\x85\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xce\x00\xba\x00\xd0\x00\x4a\x00\xd2\x00\xc6\x00\xc7\x00\xc8\x00\x68\x00\xca\x00\xcb\x00\xd9\x00\x0d\x00\x0e\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x0c\x00\x45\x00\x1c\x00\x47\x00\x28\x00\x49\x00\x4a\x00\x4b\x00\x0d\x00\x0e\x00\x4e\x00\x4f\x00\xd9\x00\x51\x00\x97\x00\x98\x00\x99\x00\x29\x00\x43\x00\x29\x00\x45\x00\x74\x00\x47\x00\x5c\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x4d\x00\x4e\x00\x4f\x00\x17\x00\x45\x00\x46\x00\x47\x00\x48\x00\x49\x00\x43\x00\x17\x00\x45\x00\x4d\x00\x47\x00\x0f\x00\x49\x00\x4a\x00\x4b\x00\x1c\x00\x4d\x00\x4e\x00\x4f\x00\x97\x00\x98\x00\x99\x00\x51\x00\x52\x00\x53\x00\x43\x00\x29\x00\x45\x00\x1d\x00\x47\x00\x32\x00\x49\x00\x4a\x00\x4b\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x32\x00\xba\x00\x82\x00\x83\x00\x84\x00\x27\x00\x8f\x00\x08\x00\x09\x00\x37\x00\x38\x00\x05\x00\x06\x00\x1c\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x2b\x00\x45\x00\x74\x00\x47\x00\x22\x00\x49\x00\x4a\x00\x4b\x00\x73\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\x05\x00\x06\x00\x28\x00\x29\x00\x05\x00\x06\x00\x5e\x00\x43\x00\x0c\x00\x45\x00\x17\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x4d\x00\x4e\x00\x4f\x00\x4a\x00\x4b\x00\x03\x00\x04\x00\x4a\x00\x4b\x00\x7f\x00\x80\x00\x22\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x1e\x00\x47\x00\x05\x00\x49\x00\x4a\x00\x4b\x00\x85\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x17\x00\x47\x00\x32\x00\x49\x00\x4a\x00\x4b\x00\x85\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x1e\x00\x47\x00\x29\x00\x49\x00\x4a\x00\x4b\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x16\x00\x45\x00\x22\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\x1c\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xba\x00\x28\x00\x29\x00\x85\x00\x54\x00\x55\x00\x05\x00\x06\x00\x7a\x00\x75\x00\x85\x00\x74\x00\x85\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x29\x00\x45\x00\xba\x00\x47\x00\x25\x00\x49\x00\x4a\x00\x4b\x00\x1e\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\x85\x00\x1c\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x28\x00\x45\x00\x17\x00\x47\x00\x65\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\x60\x00\x85\x00\x1d\x00\x1d\x00\x17\x00\x5c\x00\x31\x00\x1c\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x1e\x00\x47\x00\x57\x00\x49\x00\x4a\x00\x4b\x00\x05\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x2b\x00\x47\x00\x2b\x00\x49\x00\x4a\x00\x4b\x00\x22\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x41\x00\x47\x00\x1c\x00\x49\x00\x4a\x00\x4b\x00\x29\x00\x4d\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x0c\x00\x45\x00\x22\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\x24\x00\x28\x00\x4e\x00\x4f\x00\xd9\x00\xba\x00\x24\x00\x74\x00\x5c\x00\x5c\x00\x1d\x00\x2d\x00\x2b\x00\x1d\x00\x1d\x00\x2c\x00\x28\x00\x1d\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x22\x00\x45\x00\xba\x00\x47\x00\x2d\x00\x49\x00\x4a\x00\x4b\x00\x29\x00\x22\x00\x4e\x00\x4f\x00\xd9\x00\x85\x00\x21\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x0f\x00\x45\x00\x0f\x00\x47\x00\x16\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x1e\x00\x4e\x00\x4f\x00\xd9\x00\x4c\x00\x46\x00\x17\x00\x17\x00\x0f\x00\x60\x00\x0c\x00\x28\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x21\x00\x47\x00\x85\x00\x49\x00\x4a\x00\x4b\x00\x85\x00\x85\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x28\x00\x47\x00\x29\x00\x49\x00\x4a\x00\x4b\x00\x1e\x00\x1e\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x1d\x00\x47\x00\x22\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x28\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x74\x00\x45\x00\x74\x00\x47\x00\x2b\x00\x49\x00\x4a\x00\x4b\x00\x74\x00\x24\x00\x4e\x00\x4f\x00\xd9\x00\xba\x00\x5c\x00\x60\x00\x74\x00\x22\x00\x24\x00\x27\x00\x1c\x00\x1e\x00\x1d\x00\x71\x00\x4c\x00\x17\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x24\x00\x45\x00\xba\x00\x47\x00\x24\x00\x49\x00\x4a\x00\x4b\x00\x1b\x00\x22\x00\x4e\x00\x4f\x00\xd9\x00\x29\x00\x05\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x85\x00\x45\x00\x1c\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\xba\x00\x17\x00\x4e\x00\x4f\x00\xd9\x00\x17\x00\x17\x00\x17\x00\x17\x00\x17\x00\x17\x00\x22\x00\x21\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x2d\x00\x47\x00\x17\x00\x49\x00\x4a\x00\x4b\x00\x41\x00\x41\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x2b\x00\x47\x00\x21\x00\x49\x00\x4a\x00\x4b\x00\x41\x00\x4c\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\xba\x00\x45\x00\x27\x00\x47\x00\x1c\x00\x49\x00\x4a\x00\x4b\x00\x6e\x00\x65\x00\x4e\x00\x4f\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x2d\x00\x85\x00\x85\x00\x47\x00\x0c\x00\x49\x00\x4a\x00\x4b\x00\x17\x00\x17\x00\x43\x00\x17\x00\xd9\x00\xba\x00\x47\x00\x43\x00\x49\x00\x4a\x00\x4b\x00\x47\x00\x21\x00\x49\x00\x4a\x00\x4b\x00\x22\x00\x17\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x43\x00\x2b\x00\x74\x00\xba\x00\x47\x00\x65\x00\x49\x00\x4a\x00\x4b\x00\x29\x00\x28\x00\x20\x00\x22\x00\xd9\x00\x0f\x00\x05\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x85\x00\x6c\x00\x46\x00\x47\x00\x86\x00\x49\x00\x4a\x00\x4b\x00\x1d\x00\xba\x00\x0f\x00\x4f\x00\x20\x00\xd9\x00\x1d\x00\x46\x00\x47\x00\x5f\x00\x49\x00\x4a\x00\x4b\x00\x69\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x16\x00\xba\x00\x61\x00\x62\x00\x63\x00\x86\x00\x65\x00\x0c\x00\x47\x00\x86\x00\x49\x00\x4a\x00\x4b\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x65\x00\xba\x00\x49\x00\x4a\x00\x4b\x00\x4c\x00\x0f\x00\x28\x00\x47\x00\x0f\x00\x49\x00\x4a\x00\x4b\x00\xd9\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x0f\x00\x00\x00\x1d\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x1d\x00\x86\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xd9\x00\xc7\x00\xc8\x00\x1d\x00\xca\x00\xcb\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\x1d\x00\x2c\x00\xc7\x00\xc8\x00\x2c\x00\xca\x00\xcb\x00\xc7\x00\xc8\x00\xd9\x00\xca\x00\xcb\x00\x86\x00\x6c\x00\x64\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xff\xff\xd9\x00\xff\xff\xff\xff\xc7\x00\xc8\x00\xd9\x00\xca\x00\xcb\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xbc\x00\xff\xff\xff\xff\x46\x00\x47\x00\xff\xff\x49\x00\x4a\x00\x4b\x00\xd9\x00\xff\xff\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xff\xff\xff\xff\x01\x00\xff\xff\xc7\x00\xc8\x00\x05\x00\xca\x00\xcb\x00\xd9\x00\x61\x00\x62\x00\x63\x00\xff\xff\x65\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xff\xff\xff\xff\xff\xff\xd9\x00\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xc1\x00\xff\xff\xff\xff\xff\xff\xc5\x00\xff\xff\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xcc\x00\xcd\x00\xd9\x00\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xff\xff\xd9\x00\xda\x00\xdb\x00\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xd9\x00\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\x48\x00\x49\x00\x4a\x00\x4b\x00\xff\xff\xc7\x00\xc8\x00\xd9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xd9\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xd9\x00\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xbc\x00\xff\xff\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xd9\x00\x08\x00\x09\x00\xff\xff\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xff\xff\x75\x00\xff\xff\xff\xff\xd9\x00\xff\xff\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\xff\xff\xff\xff\xd9\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x24\x00\x25\x00\xff\xff\xff\xff\xd9\x00\xc7\x00\xc8\x00\xb9\x00\xca\x00\xcb\x00\xbc\x00\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xd9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xc7\x00\xc8\x00\xff\xff\xca\x00\xcb\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xd9\x00\xc7\x00\xc8\x00\x1c\x00\xca\x00\xcb\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xd9\x00\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x01\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\x64\x00\x0f\x00\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x16\x00\x6d\x00\xff\xff\x6f\x00\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\xff\xff\x7b\x00\x7c\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\xff\xff\xff\xff\xff\xff\x84\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x50\x00\x23\x00\xff\xff\xff\xff\x54\x00\x55\x00\x56\x00\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\x75\x00\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x01\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\x64\x00\xff\xff\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x16\x00\x6d\x00\xff\xff\x6f\x00\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\xff\xff\x7b\x00\x7c\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\xff\xff\xff\xff\xff\xff\x84\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x50\x00\x23\x00\xff\xff\xff\xff\x54\x00\x55\x00\x56\x00\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\x75\x00\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x01\x00\x6d\x00\xff\xff\x6f\x00\x05\x00\x06\x00\x72\x00\xff\xff\x09\x00\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\xff\xff\x7b\x00\x7c\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x16\x00\xff\xff\x18\x00\x84\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x01\x00\xff\xff\x20\x00\xff\xff\x05\x00\x06\x00\x24\x00\xff\xff\x09\x00\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\x2f\x00\x30\x00\xff\xff\x32\x00\x16\x00\x22\x00\x18\x00\x24\x00\x25\x00\xff\xff\x27\x00\x28\x00\xff\xff\x16\x00\x20\x00\x18\x00\xff\xff\xff\xff\x24\x00\xff\xff\x31\x00\x32\x00\x33\x00\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x32\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x01\x00\x62\x00\xff\xff\x81\x00\x05\x00\x06\x00\xff\xff\x01\x00\x60\x00\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\xff\xff\x26\x00\xff\xff\xff\xff\xff\xff\xbe\x00\x75\x00\x16\x00\xc1\x00\x18\x00\xc3\x00\xff\xff\xc5\x00\x01\x00\x16\x00\x75\x00\x18\x00\x20\x00\x81\x00\xcc\x00\xcd\x00\xce\x00\xff\xff\xd0\x00\x20\x00\xd2\x00\xff\xff\x81\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x32\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x75\x00\x18\x00\xff\xff\x62\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\x20\x00\x62\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x75\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x32\x00\xff\xff\x75\x00\x62\x00\xff\xff\x24\x00\x25\x00\x81\x00\x27\x00\x28\x00\xff\xff\xff\xff\xff\xff\xff\xff\x81\x00\xff\xff\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\x75\x00\xff\xff\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x62\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\x17\x00\x18\x00\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x22\x00\x23\x00\x24\x00\x25\x00\x81\x00\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\x17\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x22\x00\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\x17\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\x22\x00\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\x21\x00\xff\xff\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7c\x00\x7d\x00\x7e\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\x24\x00\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\x25\x00\xff\xff\x27\x00\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x31\x00\x32\x00\x33\x00\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\x70\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x7c\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xbe\x00\x18\x00\xff\xff\xc1\x00\xff\xff\xc3\x00\xff\xff\xc5\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xcc\x00\xcd\x00\xce\x00\xff\xff\xd0\x00\x2a\x00\xd2\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x7c\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\x71\x00\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xbe\x00\x18\x00\xff\xff\xc1\x00\xff\xff\xc3\x00\xff\xff\xc5\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xcc\x00\xcd\x00\xce\x00\xff\xff\xd0\x00\x2a\x00\xd2\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\x70\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xbe\x00\x18\x00\xff\xff\xc1\x00\xff\xff\xc3\x00\xff\xff\xc5\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xcc\x00\xcd\x00\xce\x00\xff\xff\xd0\x00\x2a\x00\xd2\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\x61\x00\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2a\x00\xff\xff\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\x16\x00\x17\x00\x62\x00\x63\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6a\x00\x6b\x00\xff\xff\xff\xff\xff\xff\x6f\x00\x26\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x7c\x00\x7d\x00\x7e\x00\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\x25\x00\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\x25\x00\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6b\x00\xff\xff\x6d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\x1c\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\x01\x00\x48\x00\x49\x00\x75\x00\x05\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\x16\x00\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\x62\x00\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\x5a\x00\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6b\x00\xff\xff\x6d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x66\x00\x67\x00\x68\x00\xff\xff\xff\xff\x6b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x76\x00\x77\x00\x78\x00\x79\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x07\x00\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\x01\x00\xff\xff\xff\xff\xff\xff\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x57\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\x5e\x00\x5f\x00\x60\x00\x61\x00\x62\x00\x63\x00\x64\x00\x65\x00\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x6c\x00\x6d\x00\x6e\x00\x6f\x00\x70\x00\x71\x00\x72\x00\x73\x00\x74\x00\x75\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x2f\x00\xff\xff\x31\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\x01\x00\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x58\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5d\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6b\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x2d\x00\xff\xff\x2f\x00\x01\x00\xff\xff\x32\x00\xff\xff\x05\x00\x06\x00\xff\xff\x62\x00\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\x16\x00\x46\x00\x18\x00\x48\x00\x49\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x2f\x00\xff\xff\xff\xff\x32\x00\xff\xff\xff\xff\xff\xff\xff\xff\x5f\x00\x38\x00\xff\xff\x62\x00\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\x69\x00\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x20\x00\xff\xff\xff\xff\x23\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\xff\xff\x07\x00\x2f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x38\x00\xff\xff\xff\xff\x3b\x00\x3c\x00\x3d\x00\x3e\x00\x3f\x00\x40\x00\xff\xff\x42\x00\x43\x00\x44\x00\xff\xff\x46\x00\xff\xff\x48\x00\x49\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x57\x00\x58\x00\x59\x00\x5a\x00\x5b\x00\x5c\x00\x5d\x00\x5e\x00\x5f\x00\x60\x00\x61\x00\x62\x00\x63\x00\x64\x00\x65\x00\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00\x6c\x00\x6d\x00\x6e\x00\x6f\x00\x70\x00\x71\x00\x72\x00\x73\x00\x74\x00\x75\x00\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x16\x00\x17\x00\x18\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\xff\xff\x0b\x00\x20\x00\xff\xff\x22\x00\xff\xff\xff\xff\x25\x00\xff\xff\x27\x00\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\x2d\x00\xff\xff\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\x20\x00\xff\xff\xff\xff\xff\xff\x24\x00\xff\xff\xff\xff\x27\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2d\x00\xff\xff\x2f\x00\x30\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x01\x00\xff\xff\x75\x00\x62\x00\x05\x00\x06\x00\xff\xff\x08\x00\x09\x00\xff\xff\x0b\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\x19\x00\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\x18\x00\x20\x00\xff\xff\x22\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x20\x00\xff\xff\xff\xff\xff\xff\x24\x00\xff\xff\xff\xff\x27\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x2d\x00\xff\xff\x2f\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x22\x00\xff\xff\x24\x00\x25\x00\xff\xff\x27\x00\x28\x00\x29\x00\xff\xff\x2b\x00\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x31\x00\x32\x00\x33\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x16\x00\x60\x00\x01\x00\x62\x00\x03\x00\x04\x00\x05\x00\x06\x00\x1e\x00\x01\x00\x62\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x26\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\x16\x00\x17\x00\x18\x00\xff\xff\xff\xff\xff\xff\x75\x00\x16\x00\xff\xff\x18\x00\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\x20\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x75\x00\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x69\x00\xff\xff\xff\xff\xff\xff\x01\x00\x75\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\x60\x00\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x20\x00\x21\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\x01\x00\x75\x00\x03\x00\x04\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x01\x00\x18\x00\x20\x00\xff\xff\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x20\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x20\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x30\x00\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\x60\x00\xff\xff\x62\x00\x01\x00\x02\x00\xff\xff\xff\xff\x05\x00\x06\x00\x62\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\x75\x00\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x62\x00\xff\xff\x01\x00\xff\xff\xff\xff\x22\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x06\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x20\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x20\x00\xff\xff\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x30\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x6c\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x75\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x06\x00\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\x75\x00\x18\x00\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\x18\x00\x20\x00\x62\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\xff\xff\x20\x00\xff\xff\xff\xff\xff\xff\x6c\x00\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x17\x00\x05\x00\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\x22\x00\x05\x00\xff\xff\x25\x00\xff\xff\x27\x00\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\x2d\x00\xff\xff\xff\xff\xff\xff\x31\x00\x32\x00\x33\x00\x16\x00\x17\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x26\x00\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\xff\xff\xff\xff\x01\x00\x02\x00\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x62\x00\x01\x00\x02\x00\xff\xff\xff\xff\x05\x00\x06\x00\xff\xff\xff\xff\xff\xff\x6c\x00\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\xff\xff\x75\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\xff\xff\xff\xff\xff\xff\x62\x00\x01\x00\x02\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x22\x00\xff\xff\x6c\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x72\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x16\x00\x01\x00\x02\x00\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\x1e\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\xff\xff\x62\x00\x01\x00\x02\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x16\x00\x62\x00\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x16\x00\x01\x00\xff\xff\xff\xff\x62\x00\x05\x00\x06\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x00\x02\x00\x75\x00\xff\xff\xff\xff\x62\x00\xff\xff\x01\x00\xff\xff\xff\xff\xff\xff\x05\x00\x69\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x16\x00\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\x16\x00\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\xff\xff\x62\x00\xff\xff\xff\xff\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\xff\xff\x62\x00\xff\xff\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\x50\x00\x51\x00\x52\x00\x53\x00\x54\x00\x55\x00\x56\x00\xff\xff\xff\xff\xff\xff\x75\x00\x62\x00\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x62\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\x75\x00\xff\xff\x94\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x75\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x9f\x00\xa0\x00\xa1\x00\xa2\x00\xff\xff\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\x24\x00\x25\x00\xff\xff\x27\x00\x28\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa0\x00\xa1\x00\xa2\x00\xff\xff\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa1\x00\xa2\x00\xff\xff\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa3\x00\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xae\x00\xff\xff\xb0\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa3\x00\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xae\x00\xff\xff\xb0\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa3\x00\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xae\x00\xff\xff\xb0\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xae\x00\xff\xff\xb0\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xa4\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xb0\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\x80\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\x8f\x00\x90\x00\xff\xff\xff\xff\x93\x00\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xbf\x00\xff\xff\xc1\x00\xff\xff\xff\xff\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\xd2\x00\xd3\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\x90\x00\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x9d\x00\x9e\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\x90\x00\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xbf\x00\xff\xff\xc1\x00\xff\xff\xff\xff\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\xff\xff\xd1\x00\xd2\x00\xd3\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xbf\x00\xff\xff\xc1\x00\xff\xff\xff\xff\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\xff\xff\xd1\x00\xd2\x00\xd3\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\x90\x00\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\x90\x00\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xbf\x00\xff\xff\xc1\x00\xff\xff\xff\xff\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\xff\xff\xd1\x00\xd2\x00\xd3\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xbf\x00\xff\xff\xc1\x00\xff\xff\xff\xff\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\xff\xff\xd1\x00\xd2\x00\xd3\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\x90\x00\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xbf\x00\xff\xff\xc1\x00\xff\xff\xff\xff\xc4\x00\xc5\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xcc\x00\xcd\x00\xff\xff\xcf\x00\xff\xff\xd1\x00\xd2\x00\xd3\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xa7\x00\xa8\x00\xff\xff\x94\x00\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xa8\x00\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\x92\x00\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\x93\x00\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\x92\x00\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xac\x00\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\x82\x00\x83\x00\x84\x00\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\x82\x00\x83\x00\x84\x00\x85\x00\xd3\x00\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x85\x00\xff\xff\x87\x00\x88\x00\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\x87\x00\xff\xff\x89\x00\xff\xff\xd3\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x89\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x8a\x00\x8b\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xd3\x00\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x8b\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x8b\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xd3\x00\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\x97\x00\x98\x00\x99\x00\xff\xff\x9b\x00\x9c\x00\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xd3\x00\x94\x00\xff\xff\xff\xff\x97\x00\x98\x00\x99\x00\xff\xff\x9b\x00\x9c\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xb6\x00\xff\xff\xd3\x00\xb9\x00\xba\x00\x94\x00\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xd3\x00\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xd3\x00\xb9\x00\xba\x00\xff\xff\xbc\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xb6\x00\xff\xff\xd3\x00\xb9\x00\xba\x00\x94\x00\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xd3\x00\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xd3\x00\xb9\x00\xba\x00\xff\xff\xbc\x00\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x94\x00\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xb6\x00\xff\xff\xd3\x00\xb9\x00\xba\x00\x94\x00\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\x8c\x00\x8d\x00\x8e\x00\xff\xff\xff\xff\xd3\x00\xff\xff\xff\xff\x94\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xff\xff\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xb6\x00\xff\xff\xd3\x00\xb9\x00\xba\x00\xff\xff\xbc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc6\x00\xc7\x00\xc8\x00\xc9\x00\xca\x00\xcb\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xd3\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff"#++happyTable :: HappyAddr+happyTable = HappyA# "\x00\x00\x0c\x00\x09\x00\x0b\x00\x93\x00\x09\x00\x94\x00\x2c\x02\x40\x03\x41\x03\x42\x03\xb7\x00\x01\x02\xd5\x02\x29\x04\xb2\x03\x0d\x03\x00\x04\x9c\x02\xb7\x00\x57\x02\x11\x03\x7f\x01\xfc\x00\x10\x03\xb7\x00\x2a\x04\x2b\x04\xb7\x00\xe4\x01\xb8\x00\x81\x01\x62\x03\x03\x01\xf4\x02\x57\x02\xd6\x03\xaf\x01\x5f\x00\x02\x02\x03\x02\xba\xff\x61\x00\x02\x01\x62\x00\x63\x00\x64\x00\x81\x01\x1a\x03\xe0\x00\x67\x00\x04\x02\xe7\x00\x81\x01\xe7\x02\x93\x03\x81\x01\x08\x02\x81\x01\x08\x02\x05\x01\x17\x02\xfd\x00\x4d\x03\x29\x03\x9d\x02\xb3\x03\xb4\x03\x6b\x01\x9b\x00\x81\x01\xe7\x02\x81\x01\x1a\x03\x86\x01\x81\x01\x62\x03\x70\x03\x1b\x02\xcf\x00\x7f\x02\xe7\x02\xfd\x00\x94\x03\x99\x00\x09\x02\x9a\x00\x0b\x02\x6c\x01\xe0\x02\xe8\x01\xc1\x00\x81\x01\x7e\x03\x1d\x02\xf5\xff\x18\x02\x28\x03\x29\x03\xfd\x00\x6d\x01\x2c\x00\x2d\x00\x35\x04\xd9\x03\x87\x01\x72\x03\x33\x04\x80\x02\x81\x02\xaf\x01\xc2\x00\xe1\x02\xa9\x03\xd8\x03\xd9\x03\x22\x04\x27\x04\xab\x03\x35\x03\x36\x03\x1d\x02\x9b\x00\x19\x04\x57\x02\xd5\x02\xdf\x03\x24\x00\x25\x00\xf5\x02\x25\x00\x63\x03\x70\x00\xb0\x01\x71\x00\x13\x03\x37\x03\xb6\x01\xb7\x01\x73\x00\xd1\x02\xdb\x02\xce\x03\x74\x00\xe0\x03\x75\x00\x76\x00\x30\x04\xa3\x01\xf3\x01\x63\x02\x62\x02\x1b\x03\xbc\x01\x70\x00\xbd\x01\x71\x00\x68\x00\xcf\x03\xb6\x01\xb7\x01\x73\x00\x20\x00\x21\x00\x22\x00\x74\x00\x63\x02\x75\x00\x76\x00\x7f\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x64\x03\x43\x03\x1c\x03\xb9\x00\x44\x03\x2c\x04\x61\x02\xe5\x01\x1c\x02\x2d\x04\xe6\x01\xb9\x00\xe7\x01\x6b\x00\x20\x00\x21\x00\x22\x00\xb9\x00\x24\x00\x25\x00\xb9\x00\x21\x00\x9f\x00\xe8\x01\x1e\x02\xa0\x00\xe9\x01\x43\x03\x21\x00\x2a\x03\x44\x03\xe8\x02\x45\x03\x2d\x02\x80\x01\x0a\x00\x0a\x00\x2e\x04\x0a\x00\x0a\x00\x20\x00\x21\x00\x22\x00\x80\x01\x24\x00\x25\x00\x77\x00\x0a\x02\xe9\x02\x0c\x02\xdb\x01\x21\x02\xb2\x03\x85\x02\x78\x00\x10\x00\x79\x00\x12\x00\x45\x03\x13\x00\x14\x00\x15\x00\x21\x00\x2a\x03\x16\x00\x17\x00\x18\x00\xdc\x01\x77\x00\x9b\x00\x7e\x01\x86\x02\x19\x00\x3b\x02\xa6\x00\xa7\x00\x78\x00\x10\x00\x79\x00\x12\x00\xda\x03\x13\x00\x14\x00\x15\x00\xdb\x03\x2c\x04\x16\x00\x17\x00\x18\x00\x2d\x04\xf2\x01\xda\x03\x3a\x02\xa7\x00\x19\x00\xdb\x03\x21\x00\x9f\x00\x1a\x04\xda\x03\xa0\x00\x21\x00\x9f\x00\xdb\x03\x08\x04\xa0\x00\x1c\x00\x21\x00\x9f\x00\x1d\x00\x1e\x00\xa0\x00\x1f\x00\x52\x03\x75\x02\x21\x00\x9f\x00\x2e\x04\x53\x03\xa0\x00\xee\x03\xce\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x81\x01\x7e\x03\x1d\x00\x1e\x00\x23\x00\x1f\x00\x26\x00\x62\x02\x21\x00\x69\x00\xcf\x00\x16\x04\xd1\x00\x3a\x04\xe0\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xd4\x00\x63\x02\x0a\x04\x14\x04\x70\x00\x19\x03\x71\x00\x26\x00\xb5\x01\xb6\x01\xb7\x01\x73\x00\xd7\x00\xd8\x00\xd9\x00\x74\x00\xec\x01\x75\x00\x76\x00\xd5\x00\xa7\x03\xa8\x03\xa4\x01\x21\x00\x69\x00\x0b\x04\x70\x00\x23\x02\x71\x00\x75\x02\x24\x02\xa1\x01\xe2\x02\x73\x00\xed\x01\x76\x02\xf3\x01\x74\x00\x9d\x00\x75\x00\x76\x00\x8b\x02\x9e\x00\xe4\x00\x9d\x00\x0e\x04\x50\x03\x43\x02\x9e\x00\x20\x00\x21\x00\x22\x00\xe5\x00\x0f\x04\x21\x00\x9f\x00\x80\x03\xe0\x02\xa0\x00\x15\x04\x21\x00\x9f\x00\x9d\x00\xd6\x02\xa0\x00\x5f\x00\x9e\x00\x60\x00\xff\x03\x61\x00\x90\x01\x62\x00\x63\x00\x64\x00\xf3\x01\x13\x04\x44\x02\x67\x00\x21\x00\x9f\x00\xd3\x03\xda\x02\xa0\x00\x20\x00\x21\x00\x22\x00\x14\x04\x20\x00\x21\x00\x22\x00\xb8\x03\x0e\x02\xe5\x00\x77\x00\xa5\x03\xb4\x00\xec\x03\x62\x00\x63\x00\x64\x00\xed\x03\x78\x00\x10\x00\x79\x00\x12\x00\x0b\x03\x13\x00\x14\x00\x15\x00\x21\x00\x69\x00\x16\x00\x17\x00\x18\x00\x62\x01\x77\x00\xcb\x00\xa9\x03\xcc\x00\x19\x00\xf8\x03\x21\x00\x9f\x00\x78\x00\x10\x00\x79\x00\x12\x00\xe1\x01\x13\x00\x14\x00\x15\x00\x24\x00\x25\x00\x16\x00\x17\x00\x18\x00\x70\x00\xc9\x02\x71\x00\x36\x01\x64\x00\x19\x00\x72\x00\x73\x00\x9e\x01\xdd\x01\x88\x02\x74\x00\xe5\x00\x75\x00\x76\x00\xe0\x02\xd8\x01\x1c\x00\xa1\x01\xe5\x00\x1d\x00\x1e\x00\x10\x03\x1f\x00\x5f\x00\x96\x01\x97\x01\xa1\x01\xb4\x00\xf9\x03\x62\x00\x63\x00\x64\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\xe8\x03\xe9\x03\x1d\x00\x1e\x00\xde\x01\x1f\x00\x26\x00\xb9\x03\x68\x00\x2c\x00\x2d\x00\x27\x03\x43\x02\xdf\x01\xc8\x03\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xab\x03\xca\x03\x26\x00\xce\x02\x5f\x00\xaa\x01\x60\x00\xcf\x02\x61\x00\xab\x01\x62\x00\x63\x00\x64\x00\x6b\x00\xac\x01\x44\x02\x67\x00\x5d\x01\xce\x00\xcd\x03\xd0\x00\x21\x00\x69\x00\x77\x00\x6a\x00\x25\x00\xe5\x00\xd1\x03\x2c\x00\x2d\x00\x3a\x03\x78\x00\x10\x00\x79\x00\x12\x00\x84\x03\x13\x00\x14\x00\x15\x00\x6b\x00\x55\x03\x16\x00\x17\x00\x18\x00\x70\x00\xf7\x02\x71\x00\xd4\x00\x87\x03\x19\x00\x5b\x02\x5c\x02\x24\x02\xe8\x00\x61\x03\xbb\x03\x88\x03\x75\x00\x76\x00\xd7\x00\xd8\x00\xd9\x00\x21\x00\x69\x00\xf2\x02\x6a\x00\x25\x00\xf3\x02\x70\x00\xe5\x01\x71\x00\x9b\x01\xe6\x01\xd8\x02\xef\x02\xf1\x03\xf2\x03\x68\x00\x50\x02\x51\x02\x37\x01\x75\x00\x76\x00\x1c\x00\x8e\x03\xe8\x01\x1d\x00\x1e\x00\xe9\x01\x1f\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x9b\x01\x12\x02\xc7\x02\xf7\x02\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x9b\x00\x9c\x00\xe9\x00\x6b\x00\x20\x00\x21\x00\x22\x00\x26\x00\xfc\x02\xc8\x00\xc9\x00\xea\x00\x9b\x01\xcb\x00\x9c\x01\xcc\x00\xf9\x02\x9e\x03\x68\x00\x9f\x03\xbc\x03\xbd\x03\xbe\x03\xef\x00\x63\x00\x64\x00\x21\x00\x69\x00\x77\x00\xa5\x01\x25\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5b\x02\x5c\x02\x52\x02\x5d\x02\x5e\x02\x13\x00\x12\x03\x15\x00\xd0\x01\x15\x03\x16\x00\x17\x00\x18\x00\x6b\x00\x32\x03\xb8\x01\x77\x00\x34\x03\x19\x00\x70\x00\x7d\x01\x71\x00\xc8\x00\xc9\x00\xce\x00\xcf\x00\x52\x02\x7c\x01\x97\x00\x13\x00\xbb\x03\x15\x00\x75\x00\x76\x00\x16\x00\x17\x00\x18\x00\x21\x00\x87\x02\x9f\x03\xa0\x03\x88\x02\x19\x00\x5f\x00\x34\x02\x0f\x02\x70\x00\xb4\x00\x71\x00\x62\x00\x63\x00\x64\x00\x1c\x00\xd4\x00\x7b\x01\x1d\x00\x1e\x00\x51\x03\x1f\x00\x75\x00\x76\x00\x7c\x01\x97\x00\xc3\x03\xc4\x03\xd7\x00\xd8\x00\xd9\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x53\x02\x54\x02\x1c\x00\xb8\x01\x32\x02\x1d\x00\x55\x02\x26\x00\x1f\x00\x9d\x00\xc8\x00\xc9\x00\x62\x01\x9e\x00\xcb\x00\xbc\x01\xcc\x00\xbd\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x3c\x02\x21\x00\x9f\x00\x09\x04\xbe\x03\xa0\x00\x95\x00\x26\x00\x3c\x03\x3d\x03\x77\x00\x96\x00\x97\x00\x21\x00\x4c\x03\x21\x00\x69\x00\x4a\x02\x6a\x00\x25\x00\x52\x02\x3d\x02\x41\xfe\x13\x00\x41\xfe\x15\x00\x4c\x02\x57\x03\x16\x00\x17\x00\x18\x00\x5b\x02\x60\x03\x6b\x00\x58\x03\x4d\x02\x19\x00\x77\x00\x5a\x02\xa4\x00\xa5\x00\xa6\x00\xa7\x00\x6a\x03\x79\x02\x8e\x01\x8f\x01\x52\x02\x7c\x03\x7d\x02\x13\x00\x57\x03\x15\x00\x90\x01\x57\x02\x16\x00\x17\x00\x18\x00\x58\x03\x23\x04\x24\x04\x25\x04\x5f\x02\x19\x00\x68\x00\x66\x02\x20\x00\x21\x00\x22\x00\x13\x02\x1c\x00\xfa\x02\x7d\x02\x1d\x00\x1e\x00\x81\x02\x1f\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x20\x00\x21\x00\x22\x00\x72\x02\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x14\x04\x0a\x01\x0b\x01\x6b\x00\x53\xfe\x1c\x00\x53\xfe\x26\x00\x1d\x00\x1e\x00\x5d\xfe\x1f\x00\x5d\xfe\x6a\x02\x59\x03\x5a\x03\x5b\x03\x5c\x03\xfa\x03\x0a\x01\x0b\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x5d\x03\x73\x02\x5e\xfe\x13\x00\x5e\xfe\x15\x00\x83\x02\x26\x00\x16\x00\x17\x00\x18\x00\x94\x02\xe1\x03\x5b\x03\x5c\x03\x5f\xfe\x19\x00\x5f\xfe\x42\x02\x43\x02\x96\x02\xa4\x01\x21\x00\x22\x00\x5d\x03\xa5\x01\x25\x00\x13\x00\x60\xfe\x15\x00\x60\xfe\xb4\x02\x16\x00\x17\x00\x18\x00\xba\x01\x61\xfe\x5f\x00\x61\xfe\x60\x00\x19\x00\x61\x00\x9d\x00\x62\x00\x63\x00\x64\x00\x9e\x00\x84\x01\x44\x02\x67\x00\x1c\x00\x1e\x03\x1f\x03\x1d\x00\x1e\x00\x62\xfe\x1f\x00\x62\xfe\x21\x00\x9f\x00\x21\x03\x22\x03\xa0\x00\x9a\x03\x9b\x03\x9c\x03\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xe2\x00\x63\xfe\x1c\x00\x63\xfe\xc2\x01\x1d\x00\x1e\x00\x26\x00\x1f\x00\x85\x03\x7c\x02\x7d\x02\x2f\x03\x30\x03\xa8\x00\xa5\x00\xa6\x00\xa7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x18\x02\xe4\x03\xe5\x03\x6a\xfe\xe6\x03\x6a\xfe\xb4\x00\x26\x00\x62\x00\x63\x00\x64\x00\xc1\x03\x0e\x02\x20\x00\x21\x00\x22\x00\xb4\x00\xfe\x01\x62\x00\x63\x00\x64\x00\x65\x03\x0e\x02\x2f\x02\x81\x01\x30\x02\xb4\x00\xfa\x01\x62\x00\x63\x00\x64\x00\x0d\x02\x0e\x02\x31\x02\x81\x01\x30\x02\xb4\x00\xfd\x01\x62\x00\x63\x00\x64\x00\x5f\x00\x6b\xfe\xde\x00\x6b\xfe\xb4\x00\x19\x02\x62\x00\x63\x00\x64\x00\xcd\xfe\x5f\x00\xcd\xfe\x60\x00\xf8\x01\x61\x00\xf9\x01\x62\x00\x63\x00\x64\x00\x68\x00\x06\x02\xe5\x00\x67\x00\xe6\x00\xe7\x00\xae\x00\xad\x03\x21\x02\x62\x00\x63\x00\x64\x00\x27\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x3e\x01\x20\x00\x21\x00\x22\x00\x77\x02\x78\x02\x79\x02\xbf\x01\x4a\x00\xd6\x03\x4b\x00\x4c\x00\x5f\x00\x6b\x00\x60\x00\xc1\x01\x61\x00\xac\x00\x62\x00\x63\x00\x64\x00\xb1\x02\x0b\x01\xe5\x00\x67\x00\xe6\x00\xe7\x00\xb1\x00\xbf\x01\x4a\x00\x9a\x03\x4b\x00\x4c\x00\x5f\x00\x9d\x00\x60\x00\xc1\x01\x61\x00\x9e\x00\x62\x00\x63\x00\x64\x00\xb2\x00\x68\x00\xe0\x00\x67\x00\xa2\x01\x81\x03\xa3\x01\xe8\x00\x21\x00\x9f\x00\xb2\x02\xb3\x02\xa0\x00\xdb\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x7b\x02\x7c\x02\x7d\x02\xcf\x02\x77\x01\x21\x00\x69\x00\xdd\x00\x6a\x00\x25\x00\x07\x01\x82\x03\x5b\x01\x6b\x00\x39\x04\x21\x00\x69\x00\x30\x04\x6a\x00\x25\x00\x35\x04\x68\x00\x32\x04\x6b\x00\x33\x04\x21\x00\x69\x00\xe8\x00\x6a\x00\x25\x00\x28\x04\x68\x00\x22\x04\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x8d\x02\x7c\x02\x7d\x02\x6e\x03\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xc8\x00\xc9\x00\xea\x00\x6b\x00\xcb\x00\x18\x04\xcc\x00\x21\x00\x69\x00\x19\x04\x6a\x00\x25\x00\x5f\x00\x6b\x00\x60\x00\x85\x02\x61\x00\x1d\x04\x62\x00\x63\x00\x64\x00\x68\x00\x04\x04\x66\x00\x67\x00\x6b\x00\xf4\x01\xf5\x01\xf6\x01\xf9\x01\xf5\x01\xf6\x01\xe9\x00\x1f\x04\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xc8\x00\xc9\x00\xea\x00\x68\x00\xcb\x00\xfe\x03\xcc\x00\xf1\x01\x21\x00\x22\x00\x05\x04\xa5\x01\x25\x00\x6b\x00\x81\x01\xd2\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x00\x04\x60\x00\x57\x02\x61\x00\xef\x01\x62\x00\x63\x00\x64\x00\x81\x01\x82\x01\xe0\x00\x67\x00\x6b\x00\xe1\x00\x2b\x02\x0a\x01\x0b\x01\x4f\xff\x5f\x00\x0d\x04\x60\x00\x83\x02\x61\x00\x85\x02\x62\x00\x63\x00\x64\x00\x11\x04\x1b\x04\x66\x00\x67\x00\x12\x04\xbf\x01\x4a\x00\xc0\x01\x4b\x00\x4c\x00\x5f\x00\xd8\x03\x60\x00\xc1\x01\x61\x00\xd5\x03\x62\x00\x63\x00\x64\x00\x57\x02\x01\x04\x66\x00\x67\x00\x09\x01\x0a\x01\x0b\x01\x68\x02\x69\x02\x6a\x02\x5f\x00\xe4\x03\x60\x00\xf1\xfd\x61\x00\xef\x03\x62\x00\x63\x00\x64\x00\xf1\x03\x0d\x04\x66\x00\x67\x00\xf0\x03\x68\x00\x79\x01\x7a\x01\x7b\x01\xf4\x03\xe2\x00\x2a\x02\x97\x00\xa9\x00\xaa\x00\x76\x01\x77\x01\x57\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x9e\x03\x60\x00\x6c\x02\x61\x00\xde\x02\x62\x00\x63\x00\x64\x00\xfc\x03\xde\x03\x66\x00\x67\x00\x6b\x00\x29\x02\x2a\x02\xef\x01\xf0\x01\x29\x02\x2a\x02\xa2\x03\x5f\x00\xa3\x03\x60\x00\xa4\x03\x61\x00\xa5\x03\x62\x00\x63\x00\x64\x00\x68\x00\xe2\x03\x66\x00\x67\x00\x3f\x03\x40\x03\x2a\x00\x2b\x00\xe4\x02\xe5\x02\x36\x02\x37\x02\xdf\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xa7\x03\x61\x00\x2c\x00\x62\x00\x63\x00\x64\x00\xac\x03\xc5\x03\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xb7\x03\x61\x00\xb8\x03\x62\x00\x63\x00\x64\x00\xaf\x03\x0a\x03\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xbb\x03\x61\x00\x1e\x03\x62\x00\x63\x00\x64\x00\xc7\x03\x23\x03\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\xca\x03\x60\x00\xcc\x03\x61\x00\xcd\x03\x62\x00\x63\x00\x64\x00\x57\x02\x48\x02\x66\x00\x67\x00\x6b\x00\x68\x00\xef\x01\xf0\x01\xd1\x03\xfc\x01\xfd\x01\x29\x02\x2a\x02\x3c\x03\xd3\x03\x4a\x03\x49\x03\x4b\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x4c\x03\x60\x00\x68\x00\x61\x00\x4f\x03\x62\x00\x63\x00\x64\x00\x57\x03\x8b\x01\x66\x00\x67\x00\x6b\x00\x50\x03\x57\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x67\x03\x60\x00\x68\x03\x61\x00\xc5\x01\x62\x00\x63\x00\x64\x00\x68\x00\xeb\x01\x66\x00\x67\x00\x6b\x00\x7b\x02\x6c\x03\xf2\xfd\x70\x03\x7e\x03\x85\x02\x87\x03\xc4\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x8a\x03\x61\x00\x95\x03\x62\x00\x63\x00\x64\x00\x2c\x00\xf0\x01\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xa2\x01\x61\x00\xdf\x02\x62\x00\x63\x00\x64\x00\xde\x02\x3f\x01\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xe2\x02\x61\x00\x57\x02\x62\x00\x63\x00\x64\x00\xe6\x02\x65\x00\x66\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\xed\x02\x60\x00\x28\xff\x61\x00\xee\x02\x62\x00\x63\x00\x64\x00\xf1\x02\xef\x02\xe7\x03\x67\x00\x6b\x00\x68\x00\xf2\x02\x83\x02\x85\x02\x85\x02\xf9\x02\xfc\x02\x0a\x03\xbb\x00\xbb\x00\x0f\x03\x15\x03\x17\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x18\x03\x60\x00\x68\x00\x61\x00\x19\x03\x62\x00\x63\x00\x64\x00\x1e\x03\x25\x03\x8a\x02\x67\x00\x6b\x00\x26\x03\x27\x03\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x2e\x03\x60\x00\x2f\x03\x61\x00\x32\x03\x62\x00\x63\x00\x64\x00\x68\x00\x3a\x03\x8c\x02\x67\x00\x6b\x00\x34\x02\x99\x00\x38\x02\x39\x02\xac\x00\x3f\x02\x41\x02\x40\x02\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x42\x02\x61\x00\x46\x02\x62\x00\x63\x00\x64\x00\x47\x02\x48\x02\x8e\x02\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xef\x01\x61\x00\x4c\x02\x62\x00\x63\x00\x64\x00\x4f\x02\x50\x02\xcf\x01\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\x59\x02\x61\x00\x2d\xff\x62\x00\x63\x00\x64\x00\x5a\x02\xef\x01\x00\x02\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x61\x02\x60\x00\x6c\x02\x61\x00\xf9\x01\x62\x00\x63\x00\x64\x00\x6c\x02\x77\x02\x05\x02\x67\x00\x6b\x00\x68\x00\x85\x02\x7b\x02\x83\x02\x8a\x02\x90\x02\x92\x02\x98\x02\x99\x02\x9f\x02\x9c\x02\xa2\x02\x9a\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\xc3\x02\x60\x00\x68\x00\x61\x00\xc4\x02\x62\x00\x63\x00\x64\x00\xcc\x02\xd2\x02\x14\x02\x67\x00\x6b\x00\xcd\x02\x2c\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\xd4\x02\x60\x00\x84\x01\x61\x00\xc1\xfd\x62\x00\x63\x00\x64\x00\x68\x00\xc3\xfd\xbb\x00\x67\x00\x6b\x00\xc2\xfd\xc5\xfd\xc8\xfd\x99\x01\x9a\x01\x9b\x01\xa8\x01\xa9\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xa3\x01\x61\x00\xb2\x01\x62\x00\x63\x00\x64\x00\xb3\x01\xb4\x01\xbf\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xb1\x01\x61\x00\xe0\x00\x62\x00\x63\x00\x64\x00\xb5\x01\xbc\x01\xd9\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x5f\x00\x68\x00\x60\x00\xba\x01\x61\x00\xc4\x01\x62\x00\x63\x00\x64\x00\xc2\x01\xc5\x01\xee\x00\x67\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xd1\x01\xc7\x01\xcc\x01\xcd\x01\xb4\x00\xce\x01\x62\x00\x63\x00\x64\x00\xd5\x01\xd6\x01\xd2\x01\xd7\x01\x6b\x00\x68\x00\xb4\x00\xd3\x01\x62\x00\x63\x00\x64\x00\xb4\x00\xe0\x01\x62\x00\x63\x00\x64\x00\xd9\x01\xda\x01\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xb3\x00\x00\x02\x08\x02\x68\x00\xb4\x00\xc5\x01\x62\x00\x63\x00\x64\x00\x12\x02\x16\x02\xae\x00\x1f\x02\x6b\x00\x20\x02\x2c\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\x26\x02\x9b\x00\xfd\x02\xfe\x02\xff\xff\x62\x00\x63\x00\x64\x00\x2f\x02\x68\x00\xac\x00\xff\x02\xae\x00\x6b\x00\xbb\x00\xfd\x02\xb0\x03\xbf\x00\x62\x00\x63\x00\x64\x00\xbd\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xbe\x00\x68\x00\x00\x03\x01\x03\x02\x03\xff\xff\x03\x03\xdd\x00\x49\x02\xff\xff\x62\x00\x63\x00\x64\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xb1\x03\x68\x00\xef\x00\x63\x00\x64\x00\xf0\x00\xfa\x00\xee\x00\xce\x01\xfb\x00\x62\x00\x63\x00\x64\x00\x6b\x00\x21\x00\x69\x00\x23\x00\x6a\x00\x25\x00\xfc\x00\xff\xff\xff\x00\x28\x04\x6d\x03\x63\x00\x64\x00\xbb\x00\xff\xff\x72\x03\x6d\x03\x63\x00\x64\x00\x6b\x00\x21\x00\x69\x00\xff\x00\x6a\x00\x25\x00\x1d\x04\x6d\x03\x63\x00\x64\x00\x6f\x01\x6e\x01\x21\x00\x69\x00\x17\xfe\x6a\x00\x25\x00\x21\x00\x69\x00\x6b\x00\x6a\x00\x25\x00\xff\xff\x9b\x00\x73\x03\x02\x04\x6d\x03\x63\x00\x64\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x21\x00\x69\x00\x6b\x00\x6a\x00\x25\x00\x03\x04\x6d\x03\x63\x00\x64\x00\x04\x03\x00\x00\x00\x00\xfd\x02\x76\x03\x00\x00\x62\x00\x63\x00\x64\x00\x6b\x00\x00\x00\x21\x00\x69\x00\x00\x00\x05\x03\x25\x00\xea\x03\x6d\x03\x63\x00\x64\x00\x00\x00\x00\x00\x28\x00\x00\x00\x21\x00\x69\x00\x2c\x00\x6a\x00\x25\x00\x6b\x00\x77\x03\x01\x03\x02\x03\x00\x00\x03\x03\xac\x03\x6d\x03\x63\x00\x64\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\xf1\x00\x00\x00\x00\x00\x00\x00\xc7\x00\x00\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\xc8\x00\xc9\x00\x6b\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\xaf\x03\x6d\x03\x63\x00\x64\x00\x00\x00\x6b\x00\xf2\x00\xf3\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x6b\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x6c\x03\x6d\x03\x63\x00\x64\x00\x00\x00\x21\x00\x69\x00\x6b\x00\x6a\x00\x25\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x6b\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x04\x03\x00\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x6b\x00\xce\x00\xcf\x00\x00\x00\x21\x00\x69\x00\x00\x00\x05\x03\x25\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xeb\x01\xd4\x00\x00\x00\x00\x00\x6b\x00\x21\x00\x69\x00\x3b\x01\x6a\x00\x25\x00\x3c\x01\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x6b\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x21\x00\x69\x00\x00\x00\x6a\x00\x25\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x6b\x00\x21\x00\x69\x00\x57\x02\x6a\x00\x25\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x28\x00\x54\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x39\x03\x65\x02\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x59\x00\x66\x02\x86\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x87\x00\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x00\x00\x8c\x00\x5d\x00\x5e\x00\x5f\x00\x8d\x00\x8e\x00\x00\x00\x00\x00\x00\x00\x8f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x4d\x00\x3b\x00\x00\x00\x00\x00\x51\x00\x52\x00\x53\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x5c\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x28\x00\x54\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x39\x03\x00\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x59\x00\x66\x02\x86\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x87\x00\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x00\x00\x8c\x00\x5d\x00\x5e\x00\x5f\x00\x8d\x00\x8e\x00\x00\x00\x00\x00\x00\x00\x8f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x4d\x00\x3b\x00\x00\x00\x00\x00\x51\x00\x52\x00\x53\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x5c\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x7d\x00\x7e\x00\x7f\x00\x80\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x81\x00\x82\x00\x83\x00\x84\x00\x85\x00\x59\x00\x28\x00\x86\x00\x00\x00\x5a\x00\x2c\x00\x2d\x00\x87\x00\x00\x00\x46\xff\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x00\x00\x8c\x00\x5d\x00\x5e\x00\x5f\x00\x8d\x00\x8e\x00\x6d\x00\x00\x00\x6e\x00\x8f\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x28\x00\x00\x00\x6f\x00\x00\x00\x2c\x00\x2d\x00\x46\xff\x00\x00\x46\xff\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x79\x03\xf9\x00\x00\x00\x7a\x03\x6d\x00\xd2\x00\x6e\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\xd6\x00\x00\x00\x6d\x00\x6f\x00\x6e\x00\x00\x00\x00\x00\x46\xff\x00\x00\xd7\x00\xd8\x00\xd9\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x07\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xb0\x00\x28\x00\x56\x00\x00\x00\x7b\x03\x2c\x00\x2d\x00\x00\x00\x28\x00\x70\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x93\x01\x00\x00\x00\x00\x00\x00\xc4\x00\x5c\x00\x6d\x00\xc5\x00\x6e\x00\xc6\x00\x00\x00\xc7\x00\x28\x00\x6d\x00\x5c\x00\x6e\x00\x6f\x00\x7b\x03\xc8\x00\xc9\x00\xca\x00\x00\x00\xcb\x00\x6f\x00\xcc\x00\x00\x00\x08\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2c\x03\x08\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x07\x03\x5c\x00\x6e\x00\x00\x00\x56\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x6f\x00\x56\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x5c\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x08\x03\x00\x00\x5c\x00\x56\x00\x00\x00\xd3\x00\xd4\x00\x09\x03\xd5\x00\xc3\x03\x00\x00\x00\x00\x00\x00\x00\x00\x76\x03\x00\x00\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x5c\x00\x00\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x56\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xcb\x02\x39\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\xa1\x01\x3b\x00\x58\x01\x59\x01\x09\x03\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xa0\x01\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\xa1\x01\x3b\x00\x58\x01\x59\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x65\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x66\x01\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\xe5\x00\x3b\x00\x58\x01\x67\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x68\x01\x69\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x57\x01\x00\x00\x3b\x00\x58\x01\x59\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x5e\x00\x5f\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x56\x01\xcf\x00\xd0\x00\xd1\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x58\x01\x59\x01\x00\x00\xd5\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x5a\x01\x5b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\xd4\x00\x00\x00\xd5\x00\xca\x01\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x58\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x5b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x57\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\xc3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xc4\x00\x39\x00\x00\x00\xc5\x00\x00\x00\x20\x03\x00\x00\xc7\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\xc8\x00\xc9\x00\xca\x00\x00\x00\xcb\x00\x3c\x00\xcc\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\xc3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x71\x02\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\xbe\x02\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xc4\x00\x39\x00\x00\x00\xc5\x00\x00\x00\xc6\x00\x00\x00\xc7\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\xc8\x00\xc9\x00\xca\x00\x00\x00\xcb\x00\x3c\x00\xcc\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x58\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x5b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\xc4\x00\x39\x00\x00\x00\xc5\x00\x00\x00\x70\x01\x00\x00\xc7\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\xc8\x00\xc9\x00\xca\x00\x00\x00\xcb\x00\x3c\x00\xcc\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x71\x02\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\xdd\x02\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x71\x02\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x3f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\xa2\x00\x37\x04\x56\x00\x57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x85\x00\x59\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x38\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5d\x00\x5e\x00\x5f\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x57\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\xc0\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\xe3\x01\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc1\x03\x7c\x03\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\xc0\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\xe3\x01\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc1\x03\xe4\x01\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x57\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x0d\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x00\x00\x86\x00\x00\x00\x00\x00\x00\x00\x00\x00\x60\x03\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x57\x02\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x28\x00\x4b\x00\x4c\x00\x5c\x00\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\xa2\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x56\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x2c\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x00\x00\x86\x00\x00\x00\x00\x00\x00\x00\x00\x00\x60\x03\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x7b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x81\x00\x82\x00\x83\x00\x00\x00\x00\x00\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x88\x00\x89\x00\x8a\x00\x8b\x00\xa7\x02\x29\x00\x2a\x00\x2b\x00\xa8\x02\x2d\x00\x0f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x5c\x00\x23\xff\x00\x00\x00\x00\x00\x00\x10\x01\xa9\x02\xaa\x02\xab\x02\xac\x02\xad\x02\xae\x02\xaf\x02\x18\x01\x19\x01\x1a\x01\x1b\x01\x1c\x01\x1d\x01\x1e\x01\x1f\x01\x20\x01\x21\x01\x22\x01\xb0\x02\x24\x01\x25\x01\x26\x01\x27\x01\x28\x01\x29\x01\x2a\x01\x2b\x01\x2c\x01\x2d\x01\x2e\x01\x2f\x01\x30\x01\x31\x01\x32\x01\x33\x01\x34\x01\x35\x01\xb1\x02\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x23\xff\x23\xff\x23\xff\x23\xff\x23\xff\x23\xff\x23\xff\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x23\xff\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x28\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x23\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\xae\x01\x00\x00\x3d\x00\x28\x00\x00\x00\x02\x01\x00\x00\x2c\x00\x2d\x00\x00\x00\x56\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x6d\x00\x4a\x00\x6e\x00\x4b\x00\x4c\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x3d\x00\x00\x00\x00\x00\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\xb6\x00\x40\x00\x00\x00\x56\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\xb7\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x28\x00\x29\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x2e\x00\x2f\x00\x30\x00\x31\x00\x32\x00\x33\x00\x34\x00\x35\x00\x36\x00\x37\x00\x38\x00\x00\x00\x39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0d\x01\x00\x00\x00\x00\x00\x00\x0e\x01\x00\x00\x0f\x01\x3d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x41\x00\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x00\x00\x47\x00\x48\x00\x49\x00\x00\x00\x4a\x00\x00\x00\x4b\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x10\x01\x11\x01\x12\x01\x13\x01\x14\x01\x15\x01\x16\x01\x17\x01\x18\x01\x19\x01\x1a\x01\x1b\x01\x1c\x01\x1d\x01\x1e\x01\x1f\x01\x20\x01\x21\x01\x22\x01\x23\x01\x24\x01\x25\x01\x26\x01\x27\x01\x28\x01\x29\x01\x2a\x01\x2b\x01\x2c\x01\x2d\x01\x2e\x01\x2f\x01\x30\x01\x31\x01\x32\x01\x33\x01\x34\x01\x35\x01\x36\x01\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x6d\x00\xec\x00\x6e\x00\x2c\x00\x2d\x00\x00\x00\xf5\x00\xcf\x00\x00\x00\xd1\x00\x6f\x00\x00\x00\xe5\x00\x00\x00\x00\x00\xd4\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\xed\x00\x00\x00\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x6f\x00\x00\x00\x00\x00\x00\x00\xf6\x00\x00\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\x00\x00\x00\xf8\x00\xf9\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x28\x00\x00\x00\x5c\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\xf5\x00\xcf\x00\x00\x00\xd1\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\xe4\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x5c\x00\x6e\x00\x6f\x00\x00\x00\xe5\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x6f\x00\x00\x00\x00\x00\x00\x00\xf6\x00\x00\x00\x00\x00\xd5\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\x00\x00\x00\x11\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd2\x00\x00\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\xd6\x00\xcc\xfe\x00\x00\xcc\xfe\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\xd7\x00\xd8\x00\xd9\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\xb0\x00\x70\x00\x28\x00\x56\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x92\x01\x28\x00\x56\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x93\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x6d\x00\x84\x03\x6e\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x6d\x00\x00\x00\x6e\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x5c\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdb\x00\x00\x00\x00\x00\x00\x00\x28\x00\x5c\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x70\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x6f\x00\xe0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x28\x00\x5c\x00\x2a\x00\x2b\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x28\x00\x6e\x00\x6f\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x6f\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x6f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x70\x00\x00\x00\x56\x00\x28\x00\x29\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x56\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x3e\x01\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x56\x00\x00\x00\x28\x00\x00\x00\x00\x00\x47\x03\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x00\x6f\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x6f\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x91\x02\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x3e\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x48\x03\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x5c\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x6d\x00\x5c\x00\x6e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x39\x01\x00\x00\x3a\x01\x6f\x00\x56\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x00\x00\x3b\x01\x00\x00\x00\x00\x00\x00\x48\x03\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\xec\x00\x2c\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\xe5\x00\x2c\x00\x00\x00\xd4\x00\x00\x00\xd5\x00\x00\x00\xa2\x00\x00\x00\x00\x00\x00\x00\xed\x00\x00\x00\x00\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\xa2\x00\xdd\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xde\x03\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x00\x00\x00\x00\x28\x00\x29\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa2\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3e\x01\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x56\x00\x28\x00\x29\x00\x00\x00\x00\x00\x2c\x00\x2d\x00\x00\x00\x00\x00\x00\x00\xa3\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x00\x00\x5c\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xa2\x00\x00\x00\x00\x00\x00\x00\x56\x00\x28\x00\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x47\x03\x00\x00\xa3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\xb0\x00\x28\x00\x29\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\xb6\x03\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x56\x00\x28\x00\x29\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\xb0\x00\x56\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\xa2\x00\x28\x00\x00\x00\x00\x00\x56\x00\x2c\x00\x2d\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x00\x29\x00\x5c\x00\x00\x00\x00\x00\x56\x00\x00\x00\x28\x00\x00\x00\x00\x00\x00\x00\x2c\x00\xb1\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\xb0\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\xa2\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x56\x00\x00\x00\x00\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x56\x00\x00\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x4d\x00\x4e\x00\x4f\x00\x50\x00\x51\x00\x52\x00\x53\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x56\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x56\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x5c\x00\x00\x00\x19\x00\xce\x00\xcf\x00\xd0\x00\xd1\x00\x5c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb8\x02\xb9\x02\xba\x02\xbb\x02\x00\x00\xbc\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\xd3\x00\xd4\x00\x00\x00\xd5\x00\x72\x01\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\xd7\x00\xd8\x00\xd9\x00\x73\x01\x74\x01\x75\x01\x76\x01\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\x03\xba\x02\xbb\x02\x00\x00\xbc\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x03\xbb\x02\x00\x00\xbc\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf7\x03\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\xeb\x02\x00\x00\xc8\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6d\x02\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\x95\x02\x00\x00\xc8\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb5\x02\x6e\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\xc7\x01\x00\x00\xc8\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x00\x00\xca\x01\x00\x00\xc8\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x6c\x02\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x1f\x04\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\xfc\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\xf6\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x96\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x97\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x98\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\xc7\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x54\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x68\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x69\x03\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\xdb\x02\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x71\x02\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x93\x01\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x42\x01\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x43\x01\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x91\x00\x92\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x5d\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x5e\x01\x5f\x01\x00\x00\x00\x00\x60\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\x61\x01\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x62\x01\x52\x01\xcb\x00\x53\x01\x63\x01\x26\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x4c\x01\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x01\x4e\x01\xbf\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\xc0\x02\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\xc1\x02\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\xc9\x02\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x4b\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x9e\x01\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x4f\x01\x00\x00\x50\x01\x00\x00\x00\x00\x51\x01\xc7\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xc8\x00\xc9\x00\x00\x00\x52\x01\x00\x00\x53\x01\x54\x01\x26\x00\x8f\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x8f\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x8a\x03\x8b\x03\x00\x00\x19\x00\x00\x00\x8c\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\xf5\x03\x00\x00\x00\x00\x00\x00\x8c\x03\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x9f\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\xa0\x02\x00\x00\x19\x00\x00\x00\x00\x00\xc5\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc6\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x44\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x45\x01\x00\x00\x19\x00\x00\x00\x00\x00\x8f\x00\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x20\x04\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xf4\x03\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x95\x03\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xd7\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\xea\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x92\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x93\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x99\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x9a\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xb6\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\xb7\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xbe\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\xc4\x02\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x87\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x88\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x89\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x8a\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x04\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x06\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x08\x01\x0f\x00\x10\x00\x11\x00\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x2c\x03\x10\x00\x41\x01\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\xa6\x01\x10\x00\x41\x01\x12\x00\x00\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x40\x01\x10\x00\x41\x01\x12\x00\x26\x00\x13\x00\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x01\x00\x00\x8d\x01\x14\x00\x15\x00\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x8d\x01\x00\x00\x15\x00\x00\x00\x26\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x47\x01\x00\x00\x00\x00\x16\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x49\x01\x4a\x01\x00\x01\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\x00\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xff\x00\x00\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x26\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa2\x02\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\xa3\x02\x0a\x01\x0b\x01\x00\x00\xa4\x02\x33\x03\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\xa2\x02\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x19\x00\x00\x00\x00\x00\xa3\x02\x0a\x01\x0b\x01\x00\x00\xa4\x02\xa5\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8d\x03\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x39\x02\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x94\x01\x17\x00\x18\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x19\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x95\x01\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x6f\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\xc5\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x22\x02\x17\x00\x18\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x19\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x26\x02\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\xc2\x00\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x46\x01\x17\x00\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x48\x01\x17\x00\x18\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x19\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x6f\x01\x17\x00\x18\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x00\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x26\x00\x1d\x00\x1e\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x21\x00\x22\x00\x23\x00\x24\x00\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#++happyReduceArr = array (8, 600) [+ (8 , happyReduce_8),+ (9 , happyReduce_9),+ (10 , happyReduce_10),+ (11 , happyReduce_11),+ (12 , happyReduce_12),+ (13 , happyReduce_13),+ (14 , happyReduce_14),+ (15 , happyReduce_15),+ (16 , happyReduce_16),+ (17 , happyReduce_17),+ (18 , happyReduce_18),+ (19 , happyReduce_19),+ (20 , happyReduce_20),+ (21 , happyReduce_21),+ (22 , happyReduce_22),+ (23 , happyReduce_23),+ (24 , happyReduce_24),+ (25 , happyReduce_25),+ (26 , happyReduce_26),+ (27 , happyReduce_27),+ (28 , happyReduce_28),+ (29 , happyReduce_29),+ (30 , happyReduce_30),+ (31 , happyReduce_31),+ (32 , happyReduce_32),+ (33 , happyReduce_33),+ (34 , happyReduce_34),+ (35 , happyReduce_35),+ (36 , happyReduce_36),+ (37 , happyReduce_37),+ (38 , happyReduce_38),+ (39 , happyReduce_39),+ (40 , happyReduce_40),+ (41 , happyReduce_41),+ (42 , happyReduce_42),+ (43 , happyReduce_43),+ (44 , happyReduce_44),+ (45 , happyReduce_45),+ (46 , happyReduce_46),+ (47 , happyReduce_47),+ (48 , happyReduce_48),+ (49 , happyReduce_49),+ (50 , happyReduce_50),+ (51 , happyReduce_51),+ (52 , happyReduce_52),+ (53 , happyReduce_53),+ (54 , happyReduce_54),+ (55 , happyReduce_55),+ (56 , happyReduce_56),+ (57 , happyReduce_57),+ (58 , happyReduce_58),+ (59 , happyReduce_59),+ (60 , happyReduce_60),+ (61 , happyReduce_61),+ (62 , happyReduce_62),+ (63 , happyReduce_63),+ (64 , happyReduce_64),+ (65 , happyReduce_65),+ (66 , happyReduce_66),+ (67 , happyReduce_67),+ (68 , happyReduce_68),+ (69 , happyReduce_69),+ (70 , happyReduce_70),+ (71 , happyReduce_71),+ (72 , happyReduce_72),+ (73 , happyReduce_73),+ (74 , happyReduce_74),+ (75 , happyReduce_75),+ (76 , happyReduce_76),+ (77 , happyReduce_77),+ (78 , happyReduce_78),+ (79 , happyReduce_79),+ (80 , happyReduce_80),+ (81 , happyReduce_81),+ (82 , happyReduce_82),+ (83 , happyReduce_83),+ (84 , happyReduce_84),+ (85 , happyReduce_85),+ (86 , happyReduce_86),+ (87 , happyReduce_87),+ (88 , happyReduce_88),+ (89 , happyReduce_89),+ (90 , happyReduce_90),+ (91 , happyReduce_91),+ (92 , happyReduce_92),+ (93 , happyReduce_93),+ (94 , happyReduce_94),+ (95 , happyReduce_95),+ (96 , happyReduce_96),+ (97 , happyReduce_97),+ (98 , happyReduce_98),+ (99 , happyReduce_99),+ (100 , happyReduce_100),+ (101 , happyReduce_101),+ (102 , happyReduce_102),+ (103 , happyReduce_103),+ (104 , happyReduce_104),+ (105 , happyReduce_105),+ (106 , happyReduce_106),+ (107 , happyReduce_107),+ (108 , happyReduce_108),+ (109 , happyReduce_109),+ (110 , happyReduce_110),+ (111 , happyReduce_111),+ (112 , happyReduce_112),+ (113 , happyReduce_113),+ (114 , happyReduce_114),+ (115 , happyReduce_115),+ (116 , happyReduce_116),+ (117 , happyReduce_117),+ (118 , happyReduce_118),+ (119 , happyReduce_119),+ (120 , happyReduce_120),+ (121 , happyReduce_121),+ (122 , happyReduce_122),+ (123 , happyReduce_123),+ (124 , happyReduce_124),+ (125 , happyReduce_125),+ (126 , happyReduce_126),+ (127 , happyReduce_127),+ (128 , happyReduce_128),+ (129 , happyReduce_129),+ (130 , happyReduce_130),+ (131 , happyReduce_131),+ (132 , happyReduce_132),+ (133 , happyReduce_133),+ (134 , happyReduce_134),+ (135 , happyReduce_135),+ (136 , happyReduce_136),+ (137 , happyReduce_137),+ (138 , happyReduce_138),+ (139 , happyReduce_139),+ (140 , happyReduce_140),+ (141 , happyReduce_141),+ (142 , happyReduce_142),+ (143 , happyReduce_143),+ (144 , happyReduce_144),+ (145 , happyReduce_145),+ (146 , happyReduce_146),+ (147 , happyReduce_147),+ (148 , happyReduce_148),+ (149 , happyReduce_149),+ (150 , happyReduce_150),+ (151 , happyReduce_151),+ (152 , happyReduce_152),+ (153 , happyReduce_153),+ (154 , happyReduce_154),+ (155 , happyReduce_155),+ (156 , happyReduce_156),+ (157 , happyReduce_157),+ (158 , happyReduce_158),+ (159 , happyReduce_159),+ (160 , happyReduce_160),+ (161 , happyReduce_161),+ (162 , happyReduce_162),+ (163 , happyReduce_163),+ (164 , happyReduce_164),+ (165 , happyReduce_165),+ (166 , happyReduce_166),+ (167 , happyReduce_167),+ (168 , happyReduce_168),+ (169 , happyReduce_169),+ (170 , happyReduce_170),+ (171 , happyReduce_171),+ (172 , happyReduce_172),+ (173 , happyReduce_173),+ (174 , happyReduce_174),+ (175 , happyReduce_175),+ (176 , happyReduce_176),+ (177 , happyReduce_177),+ (178 , happyReduce_178),+ (179 , happyReduce_179),+ (180 , happyReduce_180),+ (181 , happyReduce_181),+ (182 , happyReduce_182),+ (183 , happyReduce_183),+ (184 , happyReduce_184),+ (185 , happyReduce_185),+ (186 , happyReduce_186),+ (187 , happyReduce_187),+ (188 , happyReduce_188),+ (189 , happyReduce_189),+ (190 , happyReduce_190),+ (191 , happyReduce_191),+ (192 , happyReduce_192),+ (193 , happyReduce_193),+ (194 , happyReduce_194),+ (195 , happyReduce_195),+ (196 , happyReduce_196),+ (197 , happyReduce_197),+ (198 , happyReduce_198),+ (199 , happyReduce_199),+ (200 , happyReduce_200),+ (201 , happyReduce_201),+ (202 , happyReduce_202),+ (203 , happyReduce_203),+ (204 , happyReduce_204),+ (205 , happyReduce_205),+ (206 , happyReduce_206),+ (207 , happyReduce_207),+ (208 , happyReduce_208),+ (209 , happyReduce_209),+ (210 , happyReduce_210),+ (211 , happyReduce_211),+ (212 , happyReduce_212),+ (213 , happyReduce_213),+ (214 , happyReduce_214),+ (215 , happyReduce_215),+ (216 , happyReduce_216),+ (217 , happyReduce_217),+ (218 , happyReduce_218),+ (219 , happyReduce_219),+ (220 , happyReduce_220),+ (221 , happyReduce_221),+ (222 , happyReduce_222),+ (223 , happyReduce_223),+ (224 , happyReduce_224),+ (225 , happyReduce_225),+ (226 , happyReduce_226),+ (227 , happyReduce_227),+ (228 , happyReduce_228),+ (229 , happyReduce_229),+ (230 , happyReduce_230),+ (231 , happyReduce_231),+ (232 , happyReduce_232),+ (233 , happyReduce_233),+ (234 , happyReduce_234),+ (235 , happyReduce_235),+ (236 , happyReduce_236),+ (237 , happyReduce_237),+ (238 , happyReduce_238),+ (239 , happyReduce_239),+ (240 , happyReduce_240),+ (241 , happyReduce_241),+ (242 , happyReduce_242),+ (243 , happyReduce_243),+ (244 , happyReduce_244),+ (245 , happyReduce_245),+ (246 , happyReduce_246),+ (247 , happyReduce_247),+ (248 , happyReduce_248),+ (249 , happyReduce_249),+ (250 , happyReduce_250),+ (251 , happyReduce_251),+ (252 , happyReduce_252),+ (253 , happyReduce_253),+ (254 , happyReduce_254),+ (255 , happyReduce_255),+ (256 , happyReduce_256),+ (257 , happyReduce_257),+ (258 , happyReduce_258),+ (259 , happyReduce_259),+ (260 , happyReduce_260),+ (261 , happyReduce_261),+ (262 , happyReduce_262),+ (263 , happyReduce_263),+ (264 , happyReduce_264),+ (265 , happyReduce_265),+ (266 , happyReduce_266),+ (267 , happyReduce_267),+ (268 , happyReduce_268),+ (269 , happyReduce_269),+ (270 , happyReduce_270),+ (271 , happyReduce_271),+ (272 , happyReduce_272),+ (273 , happyReduce_273),+ (274 , happyReduce_274),+ (275 , happyReduce_275),+ (276 , happyReduce_276),+ (277 , happyReduce_277),+ (278 , happyReduce_278),+ (279 , happyReduce_279),+ (280 , happyReduce_280),+ (281 , happyReduce_281),+ (282 , happyReduce_282),+ (283 , happyReduce_283),+ (284 , happyReduce_284),+ (285 , happyReduce_285),+ (286 , happyReduce_286),+ (287 , happyReduce_287),+ (288 , happyReduce_288),+ (289 , happyReduce_289),+ (290 , happyReduce_290),+ (291 , happyReduce_291),+ (292 , happyReduce_292),+ (293 , happyReduce_293),+ (294 , happyReduce_294),+ (295 , happyReduce_295),+ (296 , happyReduce_296),+ (297 , happyReduce_297),+ (298 , happyReduce_298),+ (299 , happyReduce_299),+ (300 , happyReduce_300),+ (301 , happyReduce_301),+ (302 , happyReduce_302),+ (303 , happyReduce_303),+ (304 , happyReduce_304),+ (305 , happyReduce_305),+ (306 , happyReduce_306),+ (307 , happyReduce_307),+ (308 , happyReduce_308),+ (309 , happyReduce_309),+ (310 , happyReduce_310),+ (311 , happyReduce_311),+ (312 , happyReduce_312),+ (313 , happyReduce_313),+ (314 , happyReduce_314),+ (315 , happyReduce_315),+ (316 , happyReduce_316),+ (317 , happyReduce_317),+ (318 , happyReduce_318),+ (319 , happyReduce_319),+ (320 , happyReduce_320),+ (321 , happyReduce_321),+ (322 , happyReduce_322),+ (323 , happyReduce_323),+ (324 , happyReduce_324),+ (325 , happyReduce_325),+ (326 , happyReduce_326),+ (327 , happyReduce_327),+ (328 , happyReduce_328),+ (329 , happyReduce_329),+ (330 , happyReduce_330),+ (331 , happyReduce_331),+ (332 , happyReduce_332),+ (333 , happyReduce_333),+ (334 , happyReduce_334),+ (335 , happyReduce_335),+ (336 , happyReduce_336),+ (337 , happyReduce_337),+ (338 , happyReduce_338),+ (339 , happyReduce_339),+ (340 , happyReduce_340),+ (341 , happyReduce_341),+ (342 , happyReduce_342),+ (343 , happyReduce_343),+ (344 , happyReduce_344),+ (345 , happyReduce_345),+ (346 , happyReduce_346),+ (347 , happyReduce_347),+ (348 , happyReduce_348),+ (349 , happyReduce_349),+ (350 , happyReduce_350),+ (351 , happyReduce_351),+ (352 , happyReduce_352),+ (353 , happyReduce_353),+ (354 , happyReduce_354),+ (355 , happyReduce_355),+ (356 , happyReduce_356),+ (357 , happyReduce_357),+ (358 , happyReduce_358),+ (359 , happyReduce_359),+ (360 , happyReduce_360),+ (361 , happyReduce_361),+ (362 , happyReduce_362),+ (363 , happyReduce_363),+ (364 , happyReduce_364),+ (365 , happyReduce_365),+ (366 , happyReduce_366),+ (367 , happyReduce_367),+ (368 , happyReduce_368),+ (369 , happyReduce_369),+ (370 , happyReduce_370),+ (371 , happyReduce_371),+ (372 , happyReduce_372),+ (373 , happyReduce_373),+ (374 , happyReduce_374),+ (375 , happyReduce_375),+ (376 , happyReduce_376),+ (377 , happyReduce_377),+ (378 , happyReduce_378),+ (379 , happyReduce_379),+ (380 , happyReduce_380),+ (381 , happyReduce_381),+ (382 , happyReduce_382),+ (383 , happyReduce_383),+ (384 , happyReduce_384),+ (385 , happyReduce_385),+ (386 , happyReduce_386),+ (387 , happyReduce_387),+ (388 , happyReduce_388),+ (389 , happyReduce_389),+ (390 , happyReduce_390),+ (391 , happyReduce_391),+ (392 , happyReduce_392),+ (393 , happyReduce_393),+ (394 , happyReduce_394),+ (395 , happyReduce_395),+ (396 , happyReduce_396),+ (397 , happyReduce_397),+ (398 , happyReduce_398),+ (399 , happyReduce_399),+ (400 , happyReduce_400),+ (401 , happyReduce_401),+ (402 , happyReduce_402),+ (403 , happyReduce_403),+ (404 , happyReduce_404),+ (405 , happyReduce_405),+ (406 , happyReduce_406),+ (407 , happyReduce_407),+ (408 , happyReduce_408),+ (409 , happyReduce_409),+ (410 , happyReduce_410),+ (411 , happyReduce_411),+ (412 , happyReduce_412),+ (413 , happyReduce_413),+ (414 , happyReduce_414),+ (415 , happyReduce_415),+ (416 , happyReduce_416),+ (417 , happyReduce_417),+ (418 , happyReduce_418),+ (419 , happyReduce_419),+ (420 , happyReduce_420),+ (421 , happyReduce_421),+ (422 , happyReduce_422),+ (423 , happyReduce_423),+ (424 , happyReduce_424),+ (425 , happyReduce_425),+ (426 , happyReduce_426),+ (427 , happyReduce_427),+ (428 , happyReduce_428),+ (429 , happyReduce_429),+ (430 , happyReduce_430),+ (431 , happyReduce_431),+ (432 , happyReduce_432),+ (433 , happyReduce_433),+ (434 , happyReduce_434),+ (435 , happyReduce_435),+ (436 , happyReduce_436),+ (437 , happyReduce_437),+ (438 , happyReduce_438),+ (439 , happyReduce_439),+ (440 , happyReduce_440),+ (441 , happyReduce_441),+ (442 , happyReduce_442),+ (443 , happyReduce_443),+ (444 , happyReduce_444),+ (445 , happyReduce_445),+ (446 , happyReduce_446),+ (447 , happyReduce_447),+ (448 , happyReduce_448),+ (449 , happyReduce_449),+ (450 , happyReduce_450),+ (451 , happyReduce_451),+ (452 , happyReduce_452),+ (453 , happyReduce_453),+ (454 , happyReduce_454),+ (455 , happyReduce_455),+ (456 , happyReduce_456),+ (457 , happyReduce_457),+ (458 , happyReduce_458),+ (459 , happyReduce_459),+ (460 , happyReduce_460),+ (461 , happyReduce_461),+ (462 , happyReduce_462),+ (463 , happyReduce_463),+ (464 , happyReduce_464),+ (465 , happyReduce_465),+ (466 , happyReduce_466),+ (467 , happyReduce_467),+ (468 , happyReduce_468),+ (469 , happyReduce_469),+ (470 , happyReduce_470),+ (471 , happyReduce_471),+ (472 , happyReduce_472),+ (473 , happyReduce_473),+ (474 , happyReduce_474),+ (475 , happyReduce_475),+ (476 , happyReduce_476),+ (477 , happyReduce_477),+ (478 , happyReduce_478),+ (479 , happyReduce_479),+ (480 , happyReduce_480),+ (481 , happyReduce_481),+ (482 , happyReduce_482),+ (483 , happyReduce_483),+ (484 , happyReduce_484),+ (485 , happyReduce_485),+ (486 , happyReduce_486),+ (487 , happyReduce_487),+ (488 , happyReduce_488),+ (489 , happyReduce_489),+ (490 , happyReduce_490),+ (491 , happyReduce_491),+ (492 , happyReduce_492),+ (493 , happyReduce_493),+ (494 , happyReduce_494),+ (495 , happyReduce_495),+ (496 , happyReduce_496),+ (497 , happyReduce_497),+ (498 , happyReduce_498),+ (499 , happyReduce_499),+ (500 , happyReduce_500),+ (501 , happyReduce_501),+ (502 , happyReduce_502),+ (503 , happyReduce_503),+ (504 , happyReduce_504),+ (505 , happyReduce_505),+ (506 , happyReduce_506),+ (507 , happyReduce_507),+ (508 , happyReduce_508),+ (509 , happyReduce_509),+ (510 , happyReduce_510),+ (511 , happyReduce_511),+ (512 , happyReduce_512),+ (513 , happyReduce_513),+ (514 , happyReduce_514),+ (515 , happyReduce_515),+ (516 , happyReduce_516),+ (517 , happyReduce_517),+ (518 , happyReduce_518),+ (519 , happyReduce_519),+ (520 , happyReduce_520),+ (521 , happyReduce_521),+ (522 , happyReduce_522),+ (523 , happyReduce_523),+ (524 , happyReduce_524),+ (525 , happyReduce_525),+ (526 , happyReduce_526),+ (527 , happyReduce_527),+ (528 , happyReduce_528),+ (529 , happyReduce_529),+ (530 , happyReduce_530),+ (531 , happyReduce_531),+ (532 , happyReduce_532),+ (533 , happyReduce_533),+ (534 , happyReduce_534),+ (535 , happyReduce_535),+ (536 , happyReduce_536),+ (537 , happyReduce_537),+ (538 , happyReduce_538),+ (539 , happyReduce_539),+ (540 , happyReduce_540),+ (541 , happyReduce_541),+ (542 , happyReduce_542),+ (543 , happyReduce_543),+ (544 , happyReduce_544),+ (545 , happyReduce_545),+ (546 , happyReduce_546),+ (547 , happyReduce_547),+ (548 , happyReduce_548),+ (549 , happyReduce_549),+ (550 , happyReduce_550),+ (551 , happyReduce_551),+ (552 , happyReduce_552),+ (553 , happyReduce_553),+ (554 , happyReduce_554),+ (555 , happyReduce_555),+ (556 , happyReduce_556),+ (557 , happyReduce_557),+ (558 , happyReduce_558),+ (559 , happyReduce_559),+ (560 , happyReduce_560),+ (561 , happyReduce_561),+ (562 , happyReduce_562),+ (563 , happyReduce_563),+ (564 , happyReduce_564),+ (565 , happyReduce_565),+ (566 , happyReduce_566),+ (567 , happyReduce_567),+ (568 , happyReduce_568),+ (569 , happyReduce_569),+ (570 , happyReduce_570),+ (571 , happyReduce_571),+ (572 , happyReduce_572),+ (573 , happyReduce_573),+ (574 , happyReduce_574),+ (575 , happyReduce_575),+ (576 , happyReduce_576),+ (577 , happyReduce_577),+ (578 , happyReduce_578),+ (579 , happyReduce_579),+ (580 , happyReduce_580),+ (581 , happyReduce_581),+ (582 , happyReduce_582),+ (583 , happyReduce_583),+ (584 , happyReduce_584),+ (585 , happyReduce_585),+ (586 , happyReduce_586),+ (587 , happyReduce_587),+ (588 , happyReduce_588),+ (589 , happyReduce_589),+ (590 , happyReduce_590),+ (591 , happyReduce_591),+ (592 , happyReduce_592),+ (593 , happyReduce_593),+ (594 , happyReduce_594),+ (595 , happyReduce_595),+ (596 , happyReduce_596),+ (597 , happyReduce_597),+ (598 , happyReduce_598),+ (599 , happyReduce_599),+ (600 , happyReduce_600)+ ]++happy_n_terms = 135 :: Int+happy_n_nonterms = 220 :: Int++happyReduce_8 = happySpecReduce_2 0# happyReduction_8+happyReduction_8 happy_x_2+ happy_x_1+ = case happyOut15 happy_x_1 of { happy_var_1 -> + case happyOut12 happy_x_2 of { happy_var_2 -> + happyIn11+ (let (os,ss,l) = happy_var_1 in map (\x -> x os ss l) happy_var_2+ )}}++happyReduce_9 = happySpecReduce_2 1# happyReduction_9+happyReduction_9 happy_x_2+ happy_x_1+ = case happyOut19 happy_x_1 of { happy_var_1 -> + case happyOut12 happy_x_2 of { happy_var_2 -> + happyIn12+ (happy_var_1 : happy_var_2+ )}}++happyReduce_10 = happySpecReduce_1 1# happyReduction_10+happyReduction_10 happy_x_1+ = case happyOut19 happy_x_1 of { happy_var_1 -> + happyIn12+ ([happy_var_1]+ )}++happyReduce_11 = happyMonadReduce 2# 2# happyReduction_11+happyReduction_11 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut15 happy_x_1 of { happy_var_1 -> + case happyOut14 happy_x_2 of { happy_var_2 -> + ( checkPageModule happy_var_2 happy_var_1)}}+ ) (\r -> happyReturn (happyIn13 r))++happyReduce_12 = happyMonadReduce 5# 2# happyReduction_12+happyReduction_12 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut15 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 XCodeTagOpen) -> + case happyOut19 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 XCodeTagClose) -> + case happyOut14 happy_x_5 of { happy_var_5 -> + ( let (os,ss,l) = happy_var_1 in checkHybridModule happy_var_5 (happy_var_3 os ss l) happy_var_2 happy_var_4)}}}}}+ ) (\r -> happyReturn (happyIn13 r))++happyReduce_13 = happySpecReduce_2 2# happyReduction_13+happyReduction_13 happy_x_2+ happy_x_1+ = case happyOut15 happy_x_1 of { happy_var_1 -> + case happyOut19 happy_x_2 of { happy_var_2 -> + happyIn13+ (let (os,ss,l) = happy_var_1 in happy_var_2 os ss l+ )}}++happyReduce_14 = happyMonadReduce 9# 3# happyReduction_14+happyReduction_14 (happy_x_9 `HappyStk`+ happy_x_8 `HappyStk`+ happy_x_7 `HappyStk`+ happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> + case happyOut162 happy_x_2 of { happy_var_2 -> + case happyOut165 happy_x_3 of { happy_var_3 -> + case happyOut167 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 XStdTagClose) -> + case happyOut160 happy_x_6 of { happy_var_6 -> + case happyOutTok happy_x_7 of { (Loc happy_var_7 XCloseTagOpen) -> + case happyOut162 happy_x_8 of { happy_var_8 -> + case happyOutTok happy_x_9 of { (Loc happy_var_9 XStdTagClose) -> + ( do { n <- checkEqNames happy_var_2 happy_var_8;+ let { cn = reverse happy_var_6;+ as = reverse happy_var_3; };+ return $ XTag (happy_var_1 <^^> happy_var_9 <** [happy_var_1,happy_var_5,happy_var_7,happy_var_9]) n as happy_var_4 cn })}}}}}}}}}+ ) (\r -> happyReturn (happyIn14 r))++happyReduce_15 = happyReduce 5# 3# happyReduction_15+happyReduction_15 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> + case happyOut162 happy_x_2 of { happy_var_2 -> + case happyOut165 happy_x_3 of { happy_var_3 -> + case happyOut167 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 XEmptyTagClose) -> + happyIn14+ (XETag (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_5]) happy_var_2 (reverse happy_var_3) happy_var_4+ ) `HappyStk` happyRest}}}}}++happyReduce_16 = happySpecReduce_3 4# happyReduction_16+happyReduction_16 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut223 happy_x_1 of { happy_var_1 -> + case happyOut16 happy_x_2 of { happy_var_2 -> + case happyOut224 happy_x_3 of { happy_var_3 -> + happyIn15+ (let (os,ss,ml) = happy_var_2 in (os,happy_var_1:ss++[happy_var_3],happy_var_1 <^^> happy_var_3)+ )}}}++happyReduce_17 = happySpecReduce_3 5# happyReduction_17+happyReduction_17 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut17 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> + case happyOut16 happy_x_3 of { happy_var_3 -> + happyIn16+ (let (os,ss,ml) = happy_var_3 in (happy_var_1 : os, happy_var_2 : ss, Just $ ann happy_var_1 <++> nIS happy_var_2 <+?> ml)+ )}}}++happyReduce_18 = happySpecReduce_0 5# happyReduction_18+happyReduction_18 = happyIn16+ (([],[],Nothing)+ )++happyReduce_19 = happyReduce 4# 6# happyReduction_19+happyReduction_19 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LANGUAGE) -> + case happyOut18 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> + happyIn17+ (LanguagePragma (happy_var_1 <^^> happy_var_4 <** (happy_var_1:snd happy_var_2 ++ reverse happy_var_3 ++ [happy_var_4])) (fst happy_var_2)+ ) `HappyStk` happyRest}}}}++happyReduce_20 = happySpecReduce_3 6# happyReduction_20+happyReduction_20 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + case happyOut25 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn17+ (let Loc l (OPTIONS (mc, s)) = happy_var_1+ in OptionsPragma (l <^^> happy_var_3 <** (l:reverse happy_var_2 ++ [happy_var_3])) (readTool mc) s+ )}}}++happyReduce_21 = happySpecReduce_3 6# happyReduction_21+happyReduction_21 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 ANN) -> + case happyOut76 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn17+ (AnnModulePragma (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_22 = happySpecReduce_3 7# happyReduction_22+happyReduction_22 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut214 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut18 happy_x_3 of { happy_var_3 -> + happyIn18+ ((happy_var_1 : fst happy_var_3, happy_var_2 : snd happy_var_3)+ )}}}++happyReduce_23 = happySpecReduce_1 7# happyReduction_23+happyReduction_23 happy_x_1+ = case happyOut214 happy_x_1 of { happy_var_1 -> + happyIn18+ (([happy_var_1],[])+ )}++happyReduce_24 = happySpecReduce_2 8# happyReduction_24+happyReduction_24 happy_x_2+ happy_x_1+ = case happyOut20 happy_x_1 of { happy_var_1 -> + case happyOut22 happy_x_2 of { happy_var_2 -> + happyIn19+ (let (is,ds,ss1,inf) = happy_var_2+ in \os ss l -> Module (l <++> inf <** (ss ++ ss1)) happy_var_1 os is ds+ )}}++happyReduce_25 = happyReduce 5# 9# happyReduction_25+happyReduction_25 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> + case happyOut225 happy_x_2 of { happy_var_2 -> + case happyOut21 happy_x_3 of { happy_var_3 -> + case happyOut26 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 KW_Where) -> + happyIn20+ (Just $ ModuleHead (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_5]) happy_var_2 happy_var_3 happy_var_4+ ) `HappyStk` happyRest}}}}}++happyReduce_26 = happySpecReduce_0 9# happyReduction_26+happyReduction_26 = happyIn20+ (Nothing+ )++happyReduce_27 = happySpecReduce_3 10# happyReduction_27+happyReduction_27 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 DEPRECATED) -> + case happyOutTok happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn21+ (let Loc l (StringTok (s,_)) = happy_var_2 in Just $ DeprText (happy_var_1 <^^> happy_var_3 <** [happy_var_1,l,happy_var_3]) s+ )}}}++happyReduce_28 = happySpecReduce_3 10# happyReduction_28+happyReduction_28 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 WARNING) -> + case happyOutTok happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn21+ (let Loc l (StringTok (s,_)) = happy_var_2 in Just $ WarnText (happy_var_1 <^^> happy_var_3 <** [happy_var_1,l,happy_var_3]) s+ )}}}++happyReduce_29 = happySpecReduce_0 10# happyReduction_29+happyReduction_29 = happyIn21+ (Nothing+ )++happyReduce_30 = happySpecReduce_3 11# happyReduction_30+happyReduction_30 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> + case happyOut23 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + happyIn22+ (let (is,ds,ss) = happy_var_2 in (is,ds,happy_var_1:ss ++ [happy_var_3], happy_var_1 <^^> happy_var_3)+ )}}}++happyReduce_31 = happySpecReduce_3 11# happyReduction_31+happyReduction_31 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut223 happy_x_1 of { happy_var_1 -> + case happyOut23 happy_x_2 of { happy_var_2 -> + case happyOut224 happy_x_3 of { happy_var_3 -> + happyIn22+ (let (is,ds,ss) = happy_var_2 in (is,ds,happy_var_1:ss ++ [happy_var_3], happy_var_1 <^^> happy_var_3)+ )}}}++happyReduce_32 = happyReduce 4# 12# happyReduction_32+happyReduction_32 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut31 happy_x_2 of { happy_var_2 -> + case happyOut24 happy_x_3 of { happy_var_3 -> + case happyOut48 happy_x_4 of { happy_var_4 -> + happyIn23+ ((reverse (fst happy_var_2), fst happy_var_4, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3 ++ snd happy_var_4)+ ) `HappyStk` happyRest}}}}++happyReduce_33 = happySpecReduce_2 12# happyReduction_33+happyReduction_33 happy_x_2+ happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut48 happy_x_2 of { happy_var_2 -> + happyIn23+ (([], fst happy_var_2, reverse happy_var_1 ++ snd happy_var_2)+ )}}++happyReduce_34 = happySpecReduce_3 12# happyReduction_34+happyReduction_34 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut31 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + happyIn23+ ((reverse (fst happy_var_2), [], reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3)+ )}}}++happyReduce_35 = happySpecReduce_1 12# happyReduction_35+happyReduction_35 happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + happyIn23+ (([], [], reverse happy_var_1)+ )}++happyReduce_36 = happySpecReduce_2 13# happyReduction_36+happyReduction_36 happy_x_2+ happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> + happyIn24+ (happy_var_2 : happy_var_1+ )}}++happyReduce_37 = happySpecReduce_1 14# happyReduction_37+happyReduction_37 happy_x_1+ = case happyOut24 happy_x_1 of { happy_var_1 -> + happyIn25+ (happy_var_1+ )}++happyReduce_38 = happySpecReduce_0 14# happyReduction_38+happyReduction_38 = happyIn25+ ([]+ )++happyReduce_39 = happySpecReduce_1 15# happyReduction_39+happyReduction_39 happy_x_1+ = case happyOut27 happy_x_1 of { happy_var_1 -> + happyIn26+ (Just happy_var_1+ )}++happyReduce_40 = happySpecReduce_0 15# happyReduction_40+happyReduction_40 = happyIn26+ (Nothing+ )++happyReduce_41 = happyReduce 4# 16# happyReduction_41+happyReduction_41 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut29 happy_x_2 of { happy_var_2 -> + case happyOut28 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn27+ (ExportSpecList (happy_var_1 <^^> happy_var_4 <** (happy_var_1:reverse (snd happy_var_2) ++ happy_var_3 ++ [happy_var_4])) (reverse (fst happy_var_2))+ ) `HappyStk` happyRest}}}}++happyReduce_42 = happySpecReduce_3 16# happyReduction_42+happyReduction_42 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut28 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn27+ (ExportSpecList (happy_var_1 <^^> happy_var_3 <** (happy_var_1:happy_var_2++[happy_var_3])) []+ )}}}++happyReduce_43 = happySpecReduce_1 17# happyReduction_43+happyReduction_43 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Comma) -> + happyIn28+ ([happy_var_1]+ )}++happyReduce_44 = happySpecReduce_0 17# happyReduction_44+happyReduction_44 = happyIn28+ ([ ]+ )++happyReduce_45 = happySpecReduce_3 18# happyReduction_45+happyReduction_45 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut29 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut30 happy_x_3 of { happy_var_3 -> + happyIn29+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_46 = happySpecReduce_1 18# happyReduction_46+happyReduction_46 happy_x_1+ = case happyOut30 happy_x_1 of { happy_var_1 -> + happyIn29+ (([happy_var_1],[])+ )}++happyReduce_47 = happySpecReduce_1 19# happyReduction_47+happyReduction_47 happy_x_1+ = case happyOut196 happy_x_1 of { happy_var_1 -> + happyIn30+ (EVar (ann happy_var_1) happy_var_1+ )}++happyReduce_48 = happySpecReduce_1 19# happyReduction_48+happyReduction_48 happy_x_1+ = case happyOut227 happy_x_1 of { happy_var_1 -> + happyIn30+ (EAbs (ann happy_var_1) happy_var_1+ )}++happyReduce_49 = happyReduce 4# 19# happyReduction_49+happyReduction_49 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut227 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DotDot) -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn30+ (EThingAll (ann happy_var_1 <++> nIS happy_var_4 <** [happy_var_2,happy_var_3,happy_var_4]) happy_var_1+ ) `HappyStk` happyRest}}}}++happyReduce_50 = happySpecReduce_3 19# happyReduction_50+happyReduction_50 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut227 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn30+ (EThingWith (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]) happy_var_1 []+ )}}}++happyReduce_51 = happyReduce 4# 19# happyReduction_51+happyReduction_51 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut227 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOut42 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn30+ (EThingWith (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4])) happy_var_1 (reverse (fst happy_var_3))+ ) `HappyStk` happyRest}}}}++happyReduce_52 = happySpecReduce_2 19# happyReduction_52+happyReduction_52 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> + case happyOut225 happy_x_2 of { happy_var_2 -> + happyIn30+ (EModuleContents (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_53 = happySpecReduce_3 20# happyReduction_53+happyReduction_53 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut31 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut32 happy_x_3 of { happy_var_3 -> + happyIn31+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_54 = happySpecReduce_1 20# happyReduction_54+happyReduction_54 happy_x_1+ = case happyOut32 happy_x_1 of { happy_var_1 -> + happyIn31+ (([happy_var_1],[])+ )}++happyReduce_55 = happyReduce 7# 21# happyReduction_55+happyReduction_55 (happy_x_7 `HappyStk`+ happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Import) -> + case happyOut33 happy_x_2 of { happy_var_2 -> + case happyOut34 happy_x_3 of { happy_var_3 -> + case happyOut35 happy_x_4 of { happy_var_4 -> + case happyOut225 happy_x_5 of { happy_var_5 -> + case happyOut36 happy_x_6 of { happy_var_6 -> + case happyOut37 happy_x_7 of { happy_var_7 -> + happyIn32+ (let { (mmn,ss,ml) = happy_var_6 ;+ l = nIS happy_var_1 <++> ann happy_var_5 <+?> ml <+?> (fmap ann) happy_var_7 <** (happy_var_1:snd happy_var_2 ++ snd happy_var_3 ++ snd happy_var_4 ++ ss)}+ in ImportDecl l happy_var_5 (fst happy_var_3) (fst happy_var_2) (fst happy_var_4) mmn happy_var_7+ ) `HappyStk` happyRest}}}}}}}++happyReduce_56 = happySpecReduce_2 22# happyReduction_56+happyReduction_56 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 SOURCE) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> + happyIn33+ ((True,[happy_var_1,happy_var_2])+ )}}++happyReduce_57 = happySpecReduce_0 22# happyReduction_57+happyReduction_57 = happyIn33+ ((False,[])+ )++happyReduce_58 = happySpecReduce_1 23# happyReduction_58+happyReduction_58 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Qualified) -> + happyIn34+ ((True,[happy_var_1])+ )}++happyReduce_59 = happySpecReduce_0 23# happyReduction_59+happyReduction_59 = happyIn34+ ((False, [])+ )++happyReduce_60 = happyMonadReduce 1# 24# happyReduction_60+happyReduction_60 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { happy_var_1 -> + ( do { checkEnabled PackageImports ;+ let { Loc l (StringTok (s,_)) = happy_var_1 } ;+ return $ (Just s,[l]) })}+ ) (\r -> happyReturn (happyIn35 r))++happyReduce_61 = happySpecReduce_0 24# happyReduction_61+happyReduction_61 = happyIn35+ ((Nothing,[])+ )++happyReduce_62 = happySpecReduce_2 25# happyReduction_62+happyReduction_62 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_As) -> + case happyOut225 happy_x_2 of { happy_var_2 -> + happyIn36+ ((Just happy_var_2,[happy_var_1],Just (nIS happy_var_1 <++> ann happy_var_2))+ )}}++happyReduce_63 = happySpecReduce_0 25# happyReduction_63+happyReduction_63 = happyIn36+ ((Nothing,[],Nothing)+ )++happyReduce_64 = happySpecReduce_1 26# happyReduction_64+happyReduction_64 happy_x_1+ = case happyOut38 happy_x_1 of { happy_var_1 -> + happyIn37+ (Just happy_var_1+ )}++happyReduce_65 = happySpecReduce_0 26# happyReduction_65+happyReduction_65 = happyIn37+ (Nothing+ )++happyReduce_66 = happyReduce 5# 27# happyReduction_66+happyReduction_66 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut39 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOut40 happy_x_3 of { happy_var_3 -> + case happyOut28 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> + happyIn38+ (let {(b,ml,s) = happy_var_1 ;+ l = (ml <?+> (happy_var_2 <^^> happy_var_5)) <** (s ++ happy_var_2:reverse (snd happy_var_3) ++ happy_var_4 ++ [happy_var_5])}+ in ImportSpecList l b (reverse (fst happy_var_3))+ ) `HappyStk` happyRest}}}}}++happyReduce_67 = happyReduce 4# 27# happyReduction_67+happyReduction_67 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut39 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOut28 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn38+ (let {(b,ml,s) = happy_var_1 ; l = (ml <?+> (happy_var_2 <^^> happy_var_4)) <** (s ++ happy_var_2:happy_var_3 ++ [happy_var_4])}+ in ImportSpecList l b []+ ) `HappyStk` happyRest}}}}++happyReduce_68 = happySpecReduce_1 28# happyReduction_68+happyReduction_68 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Hiding) -> + happyIn39+ ((True,Just (nIS happy_var_1),[happy_var_1])+ )}++happyReduce_69 = happySpecReduce_0 28# happyReduction_69+happyReduction_69 = happyIn39+ ((False,Nothing,[])+ )++happyReduce_70 = happySpecReduce_3 29# happyReduction_70+happyReduction_70 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut40 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut41 happy_x_3 of { happy_var_3 -> + happyIn40+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_71 = happySpecReduce_1 29# happyReduction_71+happyReduction_71 happy_x_1+ = case happyOut41 happy_x_1 of { happy_var_1 -> + happyIn40+ (([happy_var_1],[])+ )}++happyReduce_72 = happySpecReduce_1 30# happyReduction_72+happyReduction_72 happy_x_1+ = case happyOut194 happy_x_1 of { happy_var_1 -> + happyIn41+ (IVar (ann happy_var_1) happy_var_1+ )}++happyReduce_73 = happySpecReduce_1 30# happyReduction_73+happyReduction_73 happy_x_1+ = case happyOut226 happy_x_1 of { happy_var_1 -> + happyIn41+ (IAbs (ann happy_var_1) happy_var_1+ )}++happyReduce_74 = happyReduce 4# 30# happyReduction_74+happyReduction_74 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut226 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DotDot) -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn41+ (IThingAll (ann happy_var_1 <++> nIS happy_var_4 <** [happy_var_2,happy_var_3,happy_var_4]) happy_var_1+ ) `HappyStk` happyRest}}}}++happyReduce_75 = happySpecReduce_3 30# happyReduction_75+happyReduction_75 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut226 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn41+ (IThingWith (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]) happy_var_1 []+ )}}}++happyReduce_76 = happyReduce 4# 30# happyReduction_76+happyReduction_76 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut226 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOut42 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn41+ (IThingWith (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4])) happy_var_1 (reverse (fst happy_var_3))+ ) `HappyStk` happyRest}}}}++happyReduce_77 = happySpecReduce_3 31# happyReduction_77+happyReduction_77 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut42 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut43 happy_x_3 of { happy_var_3 -> + happyIn42+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_78 = happySpecReduce_1 31# happyReduction_78+happyReduction_78 happy_x_1+ = case happyOut43 happy_x_1 of { happy_var_1 -> + happyIn42+ (([happy_var_1],[])+ )}++happyReduce_79 = happySpecReduce_1 32# happyReduction_79+happyReduction_79 happy_x_1+ = case happyOut194 happy_x_1 of { happy_var_1 -> + happyIn43+ (VarName (ann happy_var_1) happy_var_1+ )}++happyReduce_80 = happySpecReduce_1 32# happyReduction_80+happyReduction_80 happy_x_1+ = case happyOut198 happy_x_1 of { happy_var_1 -> + happyIn43+ (ConName (ann happy_var_1) happy_var_1+ )}++happyReduce_81 = happySpecReduce_3 33# happyReduction_81+happyReduction_81 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut46 happy_x_1 of { happy_var_1 -> + case happyOut45 happy_x_2 of { happy_var_2 -> + case happyOut47 happy_x_3 of { happy_var_3 -> + happyIn44+ (let (ops,ss,l) = happy_var_3+ in InfixDecl (ann happy_var_1 <++> l <** (snd happy_var_2 ++ reverse ss)) happy_var_1 (fst happy_var_2) (reverse ops)+ )}}}++happyReduce_82 = happySpecReduce_0 34# happyReduction_82+happyReduction_82 = happyIn45+ ((Nothing, [])+ )++happyReduce_83 = happyMonadReduce 1# 34# happyReduction_83+happyReduction_83 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { happy_var_1 -> + ( let Loc l (IntTok (i,_)) = happy_var_1 in checkPrec i >>= \i -> return (Just i, [l]))}+ ) (\r -> happyReturn (happyIn45 r))++happyReduce_84 = happySpecReduce_1 35# happyReduction_84+happyReduction_84 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Infix) -> + happyIn46+ (AssocNone $ nIS happy_var_1+ )}++happyReduce_85 = happySpecReduce_1 35# happyReduction_85+happyReduction_85 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixL) -> + happyIn46+ (AssocLeft $ nIS happy_var_1+ )}++happyReduce_86 = happySpecReduce_1 35# happyReduction_86+happyReduction_86 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixR) -> + happyIn46+ (AssocRight $ nIS happy_var_1+ )}++happyReduce_87 = happySpecReduce_3 36# happyReduction_87+happyReduction_87 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut47 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut205 happy_x_3 of { happy_var_3 -> + happyIn47+ (let (ops,ss,l) = happy_var_1 in (happy_var_3 : ops, happy_var_2 : ss, l <++> ann happy_var_3)+ )}}}++happyReduce_88 = happySpecReduce_1 36# happyReduction_88+happyReduction_88 happy_x_1+ = case happyOut205 happy_x_1 of { happy_var_1 -> + happyIn47+ (([happy_var_1],[],ann happy_var_1)+ )}++happyReduce_89 = happyMonadReduce 2# 37# happyReduction_89+happyReduction_89 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut49 happy_x_1 of { happy_var_1 -> + case happyOut25 happy_x_2 of { happy_var_2 -> + ( checkRevDecls (fst happy_var_1) >>= \ds -> return (ds, snd happy_var_1 ++ reverse happy_var_2))}}+ ) (\r -> happyReturn (happyIn48 r))++happyReduce_90 = happySpecReduce_3 38# happyReduction_90+happyReduction_90 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut49 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut50 happy_x_3 of { happy_var_3 -> + happyIn49+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_91 = happySpecReduce_1 38# happyReduction_91+happyReduction_91 happy_x_1+ = case happyOut50 happy_x_1 of { happy_var_1 -> + happyIn49+ (([happy_var_1],[])+ )}++happyReduce_92 = happyMonadReduce 4# 39# happyReduction_92+happyReduction_92 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOut78 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> + case happyOut88 happy_x_4 of { happy_var_4 -> + ( do { dh <- checkSimpleType happy_var_2;+ let {l = nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]};+ return (TypeDecl l dh happy_var_4) })}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_93 = happyMonadReduce 4# 39# happyReduction_93+happyReduction_93 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Family) -> + case happyOut80 happy_x_3 of { happy_var_3 -> + case happyOut122 happy_x_4 of { happy_var_4 -> + ( do { dh <- checkSimpleType happy_var_3;+ let {l = nIS happy_var_1 <++> ann happy_var_3 <+?> (fmap ann) (fst happy_var_4) <** (happy_var_1:happy_var_2:snd happy_var_4)};+ return (TypeFamDecl l dh (fst happy_var_4)) })}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_94 = happyMonadReduce 5# 39# happyReduction_94+happyReduction_94 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> + case happyOut77 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 Equals) -> + case happyOut88 happy_x_5 of { happy_var_5 -> + ( do { -- no checkSimpleType happy_var_4 since dtype may contain type patterns+ checkEnabled TypeFamilies ;+ let {l = nIS happy_var_1 <++> ann happy_var_5 <** [happy_var_1,happy_var_2,happy_var_4]};+ return (TypeInsDecl l happy_var_3 happy_var_5) })}}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_95 = happyMonadReduce 4# 39# happyReduction_95+happyReduction_95 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOut104 happy_x_3 of { happy_var_3 -> + case happyOut116 happy_x_4 of { happy_var_4 -> + ( do { (cs,dh) <- checkDataHeader happy_var_2;+ let { (qds,ss,minf) = happy_var_3;+ l = happy_var_1 <> happy_var_2 <+?> minf <+?> fmap ann happy_var_4 <** ss};+ checkDataOrNew happy_var_1 qds;+ return (DataDecl l happy_var_1 cs dh (reverse qds) happy_var_4) })}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_96 = happyMonadReduce 5# 39# happyReduction_96+happyReduction_96 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOut122 happy_x_3 of { happy_var_3 -> + case happyOut100 happy_x_4 of { happy_var_4 -> + case happyOut116 happy_x_5 of { happy_var_5 -> + ( do { (cs,dh) <- checkDataHeader happy_var_2;+ let { (gs,ss,minf) = happy_var_4;+ l = ann happy_var_1 <+?> minf <+?> fmap ann happy_var_5 <** (snd happy_var_3 ++ ss)};+ checkDataOrNewG happy_var_1 gs;+ case (gs, fst happy_var_3) of+ ([], Nothing) -> return (DataDecl l happy_var_1 cs dh [] happy_var_5)+ _ -> checkEnabled GADTs >> return (GDataDecl l happy_var_1 cs dh (fst happy_var_3) (reverse gs) happy_var_5) })}}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_97 = happyMonadReduce 4# 39# happyReduction_97+happyReduction_97 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Family) -> + case happyOut89 happy_x_3 of { happy_var_3 -> + case happyOut122 happy_x_4 of { happy_var_4 -> + ( do { (cs,dh) <- checkDataHeader happy_var_3;+ let {l = nIS happy_var_1 <++> ann happy_var_3 <+?> (fmap ann) (fst happy_var_4) <** (happy_var_1:happy_var_2:snd happy_var_4)};+ return (DataFamDecl l cs dh (fst happy_var_4)) })}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_98 = happyMonadReduce 5# 39# happyReduction_98+happyReduction_98 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> + case happyOut88 happy_x_3 of { happy_var_3 -> + case happyOut104 happy_x_4 of { happy_var_4 -> + case happyOut116 happy_x_5 of { happy_var_5 -> + ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;+ checkEnabled TypeFamilies ;+ let { (qds,ss,minf) = happy_var_4 ;+ l = happy_var_1 <> happy_var_3 <+?> minf <+?> fmap ann happy_var_5 <** happy_var_2:ss };+ checkDataOrNew happy_var_1 qds;+ return (DataInsDecl l happy_var_1 happy_var_3 (reverse qds) happy_var_5) })}}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_99 = happyMonadReduce 6# 39# happyReduction_99+happyReduction_99 (happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> + case happyOut88 happy_x_3 of { happy_var_3 -> + case happyOut122 happy_x_4 of { happy_var_4 -> + case happyOut100 happy_x_5 of { happy_var_5 -> + case happyOut116 happy_x_6 of { happy_var_6 -> + ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;+ checkEnabled TypeFamilies ;+ let {(gs,ss,minf) = happy_var_5;+ l = ann happy_var_1 <+?> minf <+?> fmap ann happy_var_6 <** (happy_var_2:snd happy_var_4 ++ ss)};+ checkDataOrNewG happy_var_1 gs;+ return (GDataInsDecl l happy_var_1 happy_var_3 (fst happy_var_4) (reverse gs) happy_var_6) })}}}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_100 = happyMonadReduce 4# 39# happyReduction_100+happyReduction_100 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Class) -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOut97 happy_x_3 of { happy_var_3 -> + case happyOut123 happy_x_4 of { happy_var_4 -> + ( do { (cs,dh) <- checkClassHeader happy_var_2;+ let {(fds,ss1,minf1) = happy_var_3;(mcs,ss2,minf2) = happy_var_4} ;+ let { l = nIS happy_var_1 <++> ann happy_var_2 <+?> minf1 <+?> minf2 <** (happy_var_1:ss1 ++ ss2)} ;+ return (ClassDecl l cs dh fds mcs) })}}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_101 = happyMonadReduce 3# 39# happyReduction_101+happyReduction_101 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Instance) -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOut128 happy_x_3 of { happy_var_3 -> + ( do { (cs,ih) <- checkInstHeader happy_var_2;+ let {(mis,ss,minf) = happy_var_3};+ return (InstDecl (nIS happy_var_1 <++> ann happy_var_2 <+?> minf <** (happy_var_1:ss)) cs ih mis) })}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_102 = happyMonadReduce 3# 39# happyReduction_102+happyReduction_102 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> + case happyOut89 happy_x_3 of { happy_var_3 -> + ( do { checkEnabled StandaloneDeriving ;+ (cs, ih) <- checkInstHeader happy_var_3;+ let {l = nIS happy_var_1 <++> ann happy_var_3 <** [happy_var_1,happy_var_2]};+ return (DerivDecl l cs ih) })}}}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_103 = happyReduce 4# 39# happyReduction_103+happyReduction_103 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Default) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOut52 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn50+ (DefaultDecl (happy_var_1 <^^> happy_var_4 <** (happy_var_1:happy_var_2 : snd happy_var_3 ++ [happy_var_4])) (fst happy_var_3)+ ) `HappyStk` happyRest}}}}++happyReduce_104 = happyMonadReduce 1# 39# happyReduction_104+happyReduction_104 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut141 happy_x_1 of { happy_var_1 -> + ( checkEnabled TemplateHaskell >> checkExpr happy_var_1 >>= \e -> return (SpliceDecl (ann e) e))}+ ) (\r -> happyReturn (happyIn50 r))++happyReduce_105 = happyReduce 5# 39# happyReduction_105+happyReduction_105 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Foreign) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Import) -> + case happyOut63 happy_x_3 of { happy_var_3 -> + case happyOut64 happy_x_4 of { happy_var_4 -> + case happyOut65 happy_x_5 of { happy_var_5 -> + happyIn50+ (let (s,n,t,ss) = happy_var_5 in ForImp (nIS happy_var_1 <++> ann t <** (happy_var_1:happy_var_2:ss)) happy_var_3 happy_var_4 s n t+ ) `HappyStk` happyRest}}}}}++happyReduce_106 = happyReduce 4# 39# happyReduction_106+happyReduction_106 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Foreign) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Export) -> + case happyOut63 happy_x_3 of { happy_var_3 -> + case happyOut65 happy_x_4 of { happy_var_4 -> + happyIn50+ (let (s,n,t,ss) = happy_var_4 in ForExp (nIS happy_var_1 <++> ann t <** (happy_var_1:happy_var_2:ss)) happy_var_3 s n t+ ) `HappyStk` happyRest}}}}++happyReduce_107 = happySpecReduce_3 39# happyReduction_107+happyReduction_107 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 RULES) -> + case happyOut66 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn50+ (RulePragmaDecl (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ reverse happy_var_2+ )}}}++happyReduce_108 = happySpecReduce_3 39# happyReduction_108+happyReduction_108 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 DEPRECATED) -> + case happyOut72 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn50+ (DeprPragmaDecl (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) $ reverse (fst happy_var_2)+ )}}}++happyReduce_109 = happySpecReduce_3 39# happyReduction_109+happyReduction_109 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 WARNING) -> + case happyOut72 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn50+ (WarnPragmaDecl (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) $ reverse (fst happy_var_2)+ )}}}++happyReduce_110 = happySpecReduce_3 39# happyReduction_110+happyReduction_110 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 ANN) -> + case happyOut76 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + happyIn50+ (AnnPragma (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_111 = happySpecReduce_1 39# happyReduction_111+happyReduction_111 happy_x_1+ = case happyOut55 happy_x_1 of { happy_var_1 -> + happyIn50+ (happy_var_1+ )}++happyReduce_112 = happySpecReduce_1 40# happyReduction_112+happyReduction_112 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> + happyIn51+ (DataType $ nIS happy_var_1+ )}++happyReduce_113 = happySpecReduce_1 40# happyReduction_113+happyReduction_113 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_NewType) -> + happyIn51+ (NewType $ nIS happy_var_1+ )}++happyReduce_114 = happyMonadReduce 1# 41# happyReduction_114+happyReduction_114 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut91 happy_x_1 of { happy_var_1 -> + ( do { ts <- mapM checkType (fst happy_var_1);+ return $ (reverse ts, reverse (snd happy_var_1)) })}+ ) (\r -> happyReturn (happyIn52 r))++happyReduce_115 = happySpecReduce_1 41# happyReduction_115+happyReduction_115 happy_x_1+ = case happyOut79 happy_x_1 of { happy_var_1 -> + happyIn52+ (([happy_var_1],[])+ )}++happyReduce_116 = happySpecReduce_0 41# happyReduction_116+happyReduction_116 = happyIn52+ (([],[])+ )++happyReduce_117 = happyMonadReduce 3# 42# happyReduction_117+happyReduction_117 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut54 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + ( checkRevDecls (fst happy_var_2) >>= \ds -> return (ds, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3))}}}+ ) (\r -> happyReturn (happyIn53 r))++happyReduce_118 = happySpecReduce_1 42# happyReduction_118+happyReduction_118 happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + happyIn53+ (([],reverse happy_var_1)+ )}++happyReduce_119 = happySpecReduce_3 43# happyReduction_119+happyReduction_119 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut54 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut55 happy_x_3 of { happy_var_3 -> + happyIn54+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_120 = happySpecReduce_1 43# happyReduction_120+happyReduction_120 happy_x_1+ = case happyOut55 happy_x_1 of { happy_var_1 -> + happyIn54+ (([happy_var_1],[])+ )}++happyReduce_121 = happySpecReduce_1 44# happyReduction_121+happyReduction_121 happy_x_1+ = case happyOut57 happy_x_1 of { happy_var_1 -> + happyIn55+ (happy_var_1+ )}++happyReduce_122 = happySpecReduce_1 44# happyReduction_122+happyReduction_122 happy_x_1+ = case happyOut44 happy_x_1 of { happy_var_1 -> + happyIn55+ (happy_var_1+ )}++happyReduce_123 = happySpecReduce_1 44# happyReduction_123+happyReduction_123 happy_x_1+ = case happyOut133 happy_x_1 of { happy_var_1 -> + happyIn55+ (happy_var_1+ )}++happyReduce_124 = happySpecReduce_3 45# happyReduction_124+happyReduction_124 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> + case happyOut53 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + happyIn56+ (BDecls (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) (fst happy_var_2)+ )}}}++happyReduce_125 = happySpecReduce_3 45# happyReduction_125+happyReduction_125 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut223 happy_x_1 of { happy_var_1 -> + case happyOut53 happy_x_2 of { happy_var_2 -> + case happyOut224 happy_x_3 of { happy_var_3 -> + happyIn56+ (BDecls (happy_var_1 <^^> happy_var_3 <** (happy_var_1:snd happy_var_2++[happy_var_3])) (fst happy_var_2)+ )}}}++happyReduce_126 = happyMonadReduce 3# 46# happyReduction_126+happyReduction_126 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> + case happyOut88 happy_x_3 of { happy_var_3 -> + ( do { v <- checkSigVar happy_var_1;+ return $ TypeSig (happy_var_1 <> happy_var_3 <** [happy_var_2]) [v] happy_var_3 })}}}+ ) (\r -> happyReturn (happyIn57 r))++happyReduce_127 = happyMonadReduce 5# 46# happyReduction_127+happyReduction_127 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut62 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 DoubleColon) -> + case happyOut88 happy_x_5 of { happy_var_5 -> + ( do { v <- checkSigVar happy_var_1;+ let {(vs,ss,_) = happy_var_3 ; l = happy_var_1 <> happy_var_5 <** (happy_var_2 : reverse ss ++ [happy_var_4]) } ;+ return $ TypeSig l (v : reverse vs) happy_var_5 })}}}}}+ ) (\r -> happyReturn (happyIn57 r))++happyReduce_128 = happySpecReduce_1 46# happyReduction_128+happyReduction_128 happy_x_1+ = case happyOut58 happy_x_1 of { happy_var_1 -> + happyIn57+ (happy_var_1+ )}++happyReduce_129 = happyReduce 4# 47# happyReduction_129+happyReduction_129 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { happy_var_1 -> + case happyOut68 happy_x_2 of { happy_var_2 -> + case happyOut196 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> + happyIn58+ (let Loc l (INLINE s) = happy_var_1 in InlineSig (l <^^> happy_var_4 <** [l,happy_var_4]) s happy_var_2 happy_var_3+ ) `HappyStk` happyRest}}}}++happyReduce_130 = happyReduce 4# 47# happyReduction_130+happyReduction_130 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 INLINE_CONLIKE) -> + case happyOut68 happy_x_2 of { happy_var_2 -> + case happyOut196 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> + happyIn58+ (InlineConlikeSig (happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_4]) happy_var_2 happy_var_3+ ) `HappyStk` happyRest}}}}++happyReduce_131 = happyReduce 5# 47# happyReduction_131+happyReduction_131 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 SPECIALISE) -> + case happyOut196 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> + case happyOut59 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 PragmaEnd) -> + happyIn58+ (SpecSig (happy_var_1 <^^> happy_var_5 <** (happy_var_1:happy_var_3 : snd happy_var_4 ++ [happy_var_5])) happy_var_2 (fst happy_var_4)+ ) `HappyStk` happyRest}}}}}++happyReduce_132 = happyReduce 6# 47# happyReduction_132+happyReduction_132 (happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { happy_var_1 -> + case happyOut68 happy_x_2 of { happy_var_2 -> + case happyOut196 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 DoubleColon) -> + case happyOut59 happy_x_5 of { happy_var_5 -> + case happyOutTok happy_x_6 of { (Loc happy_var_6 PragmaEnd) -> + happyIn58+ (let Loc l (SPECIALISE_INLINE s) = happy_var_1+ in SpecInlineSig (l <^^> happy_var_6 <** (l:happy_var_4:snd happy_var_5++[happy_var_6])) s happy_var_2 happy_var_3 (fst happy_var_5)+ ) `HappyStk` happyRest}}}}}}++happyReduce_133 = happyMonadReduce 4# 47# happyReduction_133+happyReduction_133 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 SPECIALISE) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Instance) -> + case happyOut89 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 PragmaEnd) -> + ( do { (cs,ih) <- checkInstHeader happy_var_3;+ let {l = happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_2,happy_var_4]};+ return $ InstSig l cs ih })}}}}+ ) (\r -> happyReturn (happyIn58 r))++happyReduce_134 = happySpecReduce_1 48# happyReduction_134+happyReduction_134 happy_x_1+ = case happyOut60 happy_x_1 of { happy_var_1 -> + happyIn59+ (([happy_var_1],[])+ )}++happyReduce_135 = happySpecReduce_3 48# happyReduction_135+happyReduction_135 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut60 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut59 happy_x_3 of { happy_var_3 -> + happyIn59+ ((happy_var_1 : fst happy_var_3, happy_var_2 : snd happy_var_3)+ )}}}++happyReduce_136 = happyMonadReduce 1# 49# happyReduction_136+happyReduction_136 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut89 happy_x_1 of { happy_var_1 -> + ( checkType $ mkTyForall (ann happy_var_1) Nothing Nothing happy_var_1)}+ ) (\r -> happyReturn (happyIn60 r))++happyReduce_137 = happySpecReduce_1 50# happyReduction_137+happyReduction_137 happy_x_1+ = case happyOut56 happy_x_1 of { happy_var_1 -> + happyIn61+ (happy_var_1+ )}++happyReduce_138 = happySpecReduce_3 50# happyReduction_138+happyReduction_138 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> + case happyOut190 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + happyIn61+ (IPBinds (happy_var_1 <^^> happy_var_3 <** snd happy_var_2) (fst happy_var_2)+ )}}}++happyReduce_139 = happySpecReduce_3 50# happyReduction_139+happyReduction_139 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut223 happy_x_1 of { happy_var_1 -> + case happyOut190 happy_x_2 of { happy_var_2 -> + case happyOut224 happy_x_3 of { happy_var_3 -> + happyIn61+ (IPBinds (happy_var_1 <^^> happy_var_3 <** snd happy_var_2) (fst happy_var_2)+ )}}}++happyReduce_140 = happySpecReduce_3 51# happyReduction_140+happyReduction_140 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut62 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut194 happy_x_3 of { happy_var_3 -> + happyIn62+ (let (ns,ss,l) = happy_var_1 in (happy_var_3 : ns, happy_var_2 : ss, l <++> ann happy_var_3)+ )}}}++happyReduce_141 = happyMonadReduce 1# 51# happyReduction_141+happyReduction_141 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut196 happy_x_1 of { happy_var_1 -> + ( do { n <- checkUnQual happy_var_1;+ return ([n],[],ann n) })}+ ) (\r -> happyReturn (happyIn62 r))++happyReduce_142 = happySpecReduce_1 52# happyReduction_142+happyReduction_142 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_StdCall) -> + happyIn63+ (StdCall (nIS happy_var_1)+ )}++happyReduce_143 = happySpecReduce_1 52# happyReduction_143+happyReduction_143 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_CCall) -> + happyIn63+ (CCall (nIS happy_var_1)+ )}++happyReduce_144 = happySpecReduce_1 53# happyReduction_144+happyReduction_144 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Safe) -> + happyIn64+ (Just $ PlaySafe (nIS happy_var_1) False+ )}++happyReduce_145 = happySpecReduce_1 53# happyReduction_145+happyReduction_145 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Unsafe) -> + happyIn64+ (Just $ PlayRisky (nIS happy_var_1)+ )}++happyReduce_146 = happySpecReduce_1 53# happyReduction_146+happyReduction_146 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Threadsafe) -> + happyIn64+ (Just $ PlaySafe (nIS happy_var_1) True+ )}++happyReduce_147 = happySpecReduce_0 53# happyReduction_147+happyReduction_147 = happyIn64+ (Nothing+ )++happyReduce_148 = happyReduce 4# 54# happyReduction_148+happyReduction_148 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { happy_var_1 -> + case happyOut195 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> + case happyOut77 happy_x_4 of { happy_var_4 -> + happyIn65+ (let Loc l (StringTok (s,_)) = happy_var_1 in (Just s, happy_var_2, happy_var_4, [l,happy_var_3])+ ) `HappyStk` happyRest}}}}++happyReduce_149 = happySpecReduce_3 54# happyReduction_149+happyReduction_149 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut195 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> + case happyOut77 happy_x_3 of { happy_var_3 -> + happyIn65+ ((Nothing, happy_var_1, happy_var_3, [happy_var_2])+ )}}}++happyReduce_150 = happySpecReduce_3 55# happyReduction_150+happyReduction_150 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut66 happy_x_1 of { happy_var_1 -> + case happyOut67 happy_x_3 of { happy_var_3 -> + happyIn66+ (happy_var_3 : happy_var_1+ )}}++happyReduce_151 = happySpecReduce_2 55# happyReduction_151+happyReduction_151 happy_x_2+ happy_x_1+ = case happyOut66 happy_x_1 of { happy_var_1 -> + happyIn66+ (happy_var_1+ )}++happyReduce_152 = happySpecReduce_1 55# happyReduction_152+happyReduction_152 happy_x_1+ = case happyOut67 happy_x_1 of { happy_var_1 -> + happyIn66+ ([happy_var_1]+ )}++happyReduce_153 = happySpecReduce_0 55# happyReduction_153+happyReduction_153 = happyIn66+ ([]+ )++happyReduce_154 = happyMonadReduce 6# 56# happyReduction_154+happyReduction_154 (happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { happy_var_1 -> + case happyOut68 happy_x_2 of { happy_var_2 -> + case happyOut69 happy_x_3 of { happy_var_3 -> + case happyOut141 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 Equals) -> + case happyOut139 happy_x_6 of { happy_var_6 -> + ( do { let {Loc l (StringTok (s,_)) = happy_var_1};+ e <- checkRuleExpr happy_var_4;+ return $ Rule (nIS l <++> ann happy_var_6 <** l:snd happy_var_3 ++ [happy_var_5]) s happy_var_2 (fst happy_var_3) e happy_var_6 })}}}}}}+ ) (\r -> happyReturn (happyIn67 r))++happyReduce_155 = happySpecReduce_0 57# happyReduction_155+happyReduction_155 = happyIn68+ (Nothing+ )++happyReduce_156 = happySpecReduce_3 57# happyReduction_156+happyReduction_156 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> + case happyOutTok happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightSquare) -> + happyIn68+ (let Loc l (IntTok (i,_)) = happy_var_2 in Just $ ActiveFrom (happy_var_1 <^^> happy_var_3 <** [happy_var_1,l,happy_var_3]) (fromInteger i)+ )}}}++happyReduce_157 = happyReduce 4# 57# happyReduction_157+happyReduction_157 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Tilde) -> + case happyOutTok happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightSquare) -> + happyIn68+ (let Loc l (IntTok (i,_)) = happy_var_3 in Just $ ActiveUntil (happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_2,l,happy_var_4]) (fromInteger i)+ ) `HappyStk` happyRest}}}}++happyReduce_158 = happySpecReduce_0 58# happyReduction_158+happyReduction_158 = happyIn69+ ((Nothing,[])+ )++happyReduce_159 = happySpecReduce_3 58# happyReduction_159+happyReduction_159 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> + case happyOut70 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Dot) -> + happyIn69+ ((Just happy_var_2,[happy_var_1,happy_var_3])+ )}}}++happyReduce_160 = happySpecReduce_1 59# happyReduction_160+happyReduction_160 happy_x_1+ = case happyOut71 happy_x_1 of { happy_var_1 -> + happyIn70+ ([happy_var_1]+ )}++happyReduce_161 = happySpecReduce_2 59# happyReduction_161+happyReduction_161 happy_x_2+ happy_x_1+ = case happyOut71 happy_x_1 of { happy_var_1 -> + case happyOut70 happy_x_2 of { happy_var_2 -> + happyIn70+ (happy_var_1 : happy_var_2+ )}}++happyReduce_162 = happySpecReduce_1 60# happyReduction_162+happyReduction_162 happy_x_1+ = case happyOut211 happy_x_1 of { happy_var_1 -> + happyIn71+ (RuleVar (ann happy_var_1) happy_var_1+ )}++happyReduce_163 = happyReduce 5# 60# happyReduction_163+happyReduction_163 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut211 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> + case happyOut88 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> + happyIn71+ (TypedRuleVar (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}}++happyReduce_164 = happySpecReduce_3 61# happyReduction_164+happyReduction_164 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut72 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> + case happyOut73 happy_x_3 of { happy_var_3 -> + happyIn72+ ((fst happy_var_3 : fst happy_var_1, snd happy_var_1 ++ (happy_var_2:snd happy_var_3))+ )}}}++happyReduce_165 = happySpecReduce_2 61# happyReduction_165+happyReduction_165 happy_x_2+ happy_x_1+ = case happyOut72 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 SemiColon) -> + happyIn72+ ((fst happy_var_1, snd happy_var_1 ++ [happy_var_2])+ )}}++happyReduce_166 = happySpecReduce_1 61# happyReduction_166+happyReduction_166 happy_x_1+ = case happyOut73 happy_x_1 of { happy_var_1 -> + happyIn72+ (([fst happy_var_1],snd happy_var_1)+ )}++happyReduce_167 = happySpecReduce_0 61# happyReduction_167+happyReduction_167 = happyIn72+ (([],[])+ )++happyReduce_168 = happySpecReduce_2 62# happyReduction_168+happyReduction_168 happy_x_2+ happy_x_1+ = case happyOut74 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { happy_var_2 -> + happyIn73+ (let Loc l (StringTok (s,_)) = happy_var_2 in ((fst happy_var_1,s),snd happy_var_1 ++ [l])+ )}}++happyReduce_169 = happySpecReduce_1 63# happyReduction_169+happyReduction_169 happy_x_1+ = case happyOut75 happy_x_1 of { happy_var_1 -> + happyIn74+ (([happy_var_1],[])+ )}++happyReduce_170 = happySpecReduce_3 63# happyReduction_170+happyReduction_170 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut75 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut74 happy_x_3 of { happy_var_3 -> + happyIn74+ ((happy_var_1 : fst happy_var_3, happy_var_2 : snd happy_var_3)+ )}}}++happyReduce_171 = happySpecReduce_1 64# happyReduction_171+happyReduction_171 happy_x_1+ = case happyOut198 happy_x_1 of { happy_var_1 -> + happyIn75+ (happy_var_1+ )}++happyReduce_172 = happySpecReduce_1 64# happyReduction_172+happyReduction_172 happy_x_1+ = case happyOut194 happy_x_1 of { happy_var_1 -> + happyIn75+ (happy_var_1+ )}++happyReduce_173 = happyMonadReduce 3# 65# happyReduction_173+happyReduction_173 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOut214 happy_x_2 of { happy_var_2 -> + case happyOut151 happy_x_3 of { happy_var_3 -> + ( checkExpr happy_var_3 >>= \e -> return (TypeAnn (nIS happy_var_1 <++> ann e <** [happy_var_1]) happy_var_2 e))}}}+ ) (\r -> happyReturn (happyIn76 r))++happyReduce_174 = happyMonadReduce 2# 65# happyReduction_174+happyReduction_174 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> + case happyOut151 happy_x_2 of { happy_var_2 -> + ( checkExpr happy_var_2 >>= \e -> return (ModuleAnn (nIS happy_var_1 <++> ann e <** [happy_var_1]) e))}}+ ) (\r -> happyReturn (happyIn76 r))++happyReduce_175 = happyMonadReduce 2# 65# happyReduction_175+happyReduction_175 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut75 happy_x_1 of { happy_var_1 -> + case happyOut151 happy_x_2 of { happy_var_2 -> + ( checkExpr happy_var_2 >>= \e -> return (Ann (happy_var_1 <> e) happy_var_1 e))}}+ ) (\r -> happyReturn (happyIn76 r))++happyReduce_176 = happyMonadReduce 1# 66# happyReduction_176+happyReduction_176 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut78 happy_x_1 of { happy_var_1 -> + ( checkType happy_var_1)}+ ) (\r -> happyReturn (happyIn77 r))++happyReduce_177 = happySpecReduce_1 67# happyReduction_177+happyReduction_177 happy_x_1+ = case happyOut82 happy_x_1 of { happy_var_1 -> + happyIn78+ (happy_var_1+ )}++happyReduce_178 = happySpecReduce_3 67# happyReduction_178+happyReduction_178 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOut87 happy_x_2 of { happy_var_2 -> + case happyOut78 happy_x_3 of { happy_var_3 -> + happyIn78+ (TyInfix (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3+ )}}}++happyReduce_179 = happySpecReduce_3 67# happyReduction_179+happyReduction_179 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOut229 happy_x_2 of { happy_var_2 -> + case happyOut78 happy_x_3 of { happy_var_3 -> + happyIn78+ (TyInfix (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3+ )}}}++happyReduce_180 = happySpecReduce_3 67# happyReduction_180+happyReduction_180 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> + case happyOut89 happy_x_3 of { happy_var_3 -> + happyIn78+ (TyFun (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_181 = happyMonadReduce 3# 67# happyReduction_181+happyReduction_181 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Tilde) -> + case happyOut82 happy_x_3 of { happy_var_3 -> + ( do { checkEnabled TypeFamilies ;+ let {l = happy_var_1 <> happy_var_3 <** [happy_var_2]};+ return $ TyPred l $ EqualP l happy_var_1 happy_var_3 })}}}+ ) (\r -> happyReturn (happyIn78 r))++happyReduce_182 = happyMonadReduce 1# 68# happyReduction_182+happyReduction_182 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut80 happy_x_1 of { happy_var_1 -> + ( checkType happy_var_1)}+ ) (\r -> happyReturn (happyIn79 r))++happyReduce_183 = happySpecReduce_3 69# happyReduction_183+happyReduction_183 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut197 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> + case happyOut78 happy_x_3 of { happy_var_3 -> + happyIn80+ (let l = (happy_var_1 <> happy_var_3 <** [happy_var_2]) in TyPred l $ IParam l happy_var_1 happy_var_3+ )}}}++happyReduce_184 = happySpecReduce_1 69# happyReduction_184+happyReduction_184 happy_x_1+ = case happyOut78 happy_x_1 of { happy_var_1 -> + happyIn80+ (happy_var_1+ )}++happyReduce_185 = happyMonadReduce 1# 70# happyReduction_185+happyReduction_185 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + ( checkType happy_var_1)}+ ) (\r -> happyReturn (happyIn81 r))++happyReduce_186 = happySpecReduce_2 71# happyReduction_186+happyReduction_186 happy_x_2+ happy_x_1+ = case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOut84 happy_x_2 of { happy_var_2 -> + happyIn82+ (TyApp (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2+ )}}++happyReduce_187 = happySpecReduce_1 71# happyReduction_187+happyReduction_187 happy_x_1+ = case happyOut84 happy_x_1 of { happy_var_1 -> + happyIn82+ (happy_var_1+ )}++happyReduce_188 = happyMonadReduce 1# 72# happyReduction_188+happyReduction_188 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut84 happy_x_1 of { happy_var_1 -> + ( checkType happy_var_1)}+ ) (\r -> happyReturn (happyIn83 r))++happyReduce_189 = happySpecReduce_1 73# happyReduction_189+happyReduction_189 happy_x_1+ = case happyOut85 happy_x_1 of { happy_var_1 -> + happyIn84+ (TyCon (ann happy_var_1) happy_var_1+ )}++happyReduce_190 = happySpecReduce_1 73# happyReduction_190+happyReduction_190 happy_x_1+ = case happyOut228 happy_x_1 of { happy_var_1 -> + happyIn84+ (TyVar (ann happy_var_1) happy_var_1+ )}++happyReduce_191 = happySpecReduce_3 73# happyReduction_191+happyReduction_191 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut91 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn84+ (TyTuple (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse (happy_var_3:snd happy_var_2))) Boxed (reverse (fst happy_var_2))+ )}}}++happyReduce_192 = happySpecReduce_3 73# happyReduction_192+happyReduction_192 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> + case happyOut92 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightHashParen) -> + happyIn84+ (TyTuple (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse (happy_var_3:snd happy_var_2))) Unboxed (reverse (fst happy_var_2))+ )}}}++happyReduce_193 = happySpecReduce_3 73# happyReduction_193+happyReduction_193 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> + case happyOut80 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightSquare) -> + happyIn84+ (TyList (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_194 = happySpecReduce_3 73# happyReduction_194+happyReduction_194 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn84+ (TyParen (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_195 = happyReduce 5# 73# happyReduction_195+happyReduction_195 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> + case happyOut119 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> + happyIn84+ (TyKind (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}}++happyReduce_196 = happySpecReduce_1 74# happyReduction_196+happyReduction_196 happy_x_1+ = case happyOut86 happy_x_1 of { happy_var_1 -> + happyIn85+ (happy_var_1+ )}++happyReduce_197 = happySpecReduce_2 74# happyReduction_197+happyReduction_197 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightParen) -> + happyIn85+ (unit_tycon_name (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])+ )}}++happyReduce_198 = happySpecReduce_3 74# happyReduction_198+happyReduction_198 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn85+ (fun_tycon_name (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_2,happy_var_3])+ )}}}++happyReduce_199 = happySpecReduce_2 74# happyReduction_199+happyReduction_199 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightSquare) -> + happyIn85+ (list_tycon_name (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])+ )}}++happyReduce_200 = happySpecReduce_3 74# happyReduction_200+happyReduction_200 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut154 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn85+ (tuple_tycon_name (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse happy_var_2 ++ [happy_var_3])) Boxed (length happy_var_2)+ )}}}++happyReduce_201 = happySpecReduce_2 74# happyReduction_201+happyReduction_201 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightHashParen) -> + happyIn85+ (unboxed_singleton_tycon_name (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])+ )}}++happyReduce_202 = happySpecReduce_3 74# happyReduction_202+happyReduction_202 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> + case happyOut154 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightHashParen) -> + happyIn85+ (tuple_tycon_name (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse happy_var_2 ++ [happy_var_3])) Unboxed (length happy_var_2)+ )}}}++happyReduce_203 = happySpecReduce_1 75# happyReduction_203+happyReduction_203 happy_x_1+ = case happyOut213 happy_x_1 of { happy_var_1 -> + happyIn86+ (happy_var_1+ )}++happyReduce_204 = happySpecReduce_3 75# happyReduction_204+happyReduction_204 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut208 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn86+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_205 = happySpecReduce_3 75# happyReduction_205+happyReduction_205 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut217 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn86+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_206 = happySpecReduce_1 76# happyReduction_206+happyReduction_206 happy_x_1+ = case happyOut204 happy_x_1 of { happy_var_1 -> + happyIn87+ (happy_var_1+ )}++happyReduce_207 = happyMonadReduce 1# 77# happyReduction_207+happyReduction_207 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut89 happy_x_1 of { happy_var_1 -> + ( checkType happy_var_1)}+ ) (\r -> happyReturn (happyIn88 r))++happyReduce_208 = happyReduce 4# 78# happyReduction_208+happyReduction_208 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> + case happyOut93 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Dot) -> + case happyOut89 happy_x_4 of { happy_var_4 -> + happyIn89+ (TyForall (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) (Just (reverse (fst happy_var_2))) Nothing happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_209 = happySpecReduce_2 78# happyReduction_209+happyReduction_209 happy_x_2+ happy_x_1+ = case happyOut90 happy_x_1 of { happy_var_1 -> + case happyOut89 happy_x_2 of { happy_var_2 -> + happyIn89+ (TyForall (happy_var_1 <> happy_var_2) Nothing (Just happy_var_1) happy_var_2+ )}}++happyReduce_210 = happySpecReduce_1 78# happyReduction_210+happyReduction_210 happy_x_1+ = case happyOut80 happy_x_1 of { happy_var_1 -> + happyIn89+ (happy_var_1+ )}++happyReduce_211 = happyMonadReduce 2# 79# happyReduction_211+happyReduction_211 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleArrow) -> + ( checkPContext $ (amap (\l -> l <++> nIS happy_var_2 <** (srcInfoPoints l ++ [happy_var_2]))) happy_var_1)}}+ ) (\r -> happyReturn (happyIn90 r))++happyReduce_212 = happyMonadReduce 4# 79# happyReduction_212+happyReduction_212 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Tilde) -> + case happyOut82 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 DoubleArrow) -> + ( do { checkEnabled TypeFamilies;+ let {l = happy_var_1 <> happy_var_3 <** [happy_var_2,happy_var_4]};+ checkPContext (TyPred l $ EqualP l happy_var_1 happy_var_3) })}}}}+ ) (\r -> happyReturn (happyIn90 r))++happyReduce_213 = happySpecReduce_3 80# happyReduction_213+happyReduction_213 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut92 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut89 happy_x_3 of { happy_var_3 -> + happyIn91+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_214 = happySpecReduce_1 81# happyReduction_214+happyReduction_214 happy_x_1+ = case happyOut89 happy_x_1 of { happy_var_1 -> + happyIn92+ (([happy_var_1],[])+ )}++happyReduce_215 = happySpecReduce_3 81# happyReduction_215+happyReduction_215 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut92 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut89 happy_x_3 of { happy_var_3 -> + happyIn92+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_216 = happySpecReduce_2 82# happyReduction_216+happyReduction_216 happy_x_2+ happy_x_1+ = case happyOut93 happy_x_1 of { happy_var_1 -> + case happyOut94 happy_x_2 of { happy_var_2 -> + happyIn93+ ((happy_var_2 : fst happy_var_1, Just (snd happy_var_1 <?+> ann happy_var_2))+ )}}++happyReduce_217 = happySpecReduce_0 82# happyReduction_217+happyReduction_217 = happyIn93+ (([],Nothing)+ )++happyReduce_218 = happySpecReduce_1 83# happyReduction_218+happyReduction_218 happy_x_1+ = case happyOut228 happy_x_1 of { happy_var_1 -> + happyIn94+ (UnkindedVar (ann happy_var_1) happy_var_1+ )}++happyReduce_219 = happyReduce 5# 83# happyReduction_219+happyReduction_219 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut228 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 DoubleColon) -> + case happyOut119 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 RightParen) -> + happyIn94+ (KindedVar (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_3,happy_var_5]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}}++happyReduce_220 = happySpecReduce_2 84# happyReduction_220+happyReduction_220 happy_x_2+ happy_x_1+ = case happyOut95 happy_x_1 of { happy_var_1 -> + case happyOut228 happy_x_2 of { happy_var_2 -> + happyIn95+ ((happy_var_2 : fst happy_var_1, Just (snd happy_var_1 <?+> ann happy_var_2))+ )}}++happyReduce_221 = happySpecReduce_0 84# happyReduction_221+happyReduction_221 = happyIn95+ (([], Nothing)+ )++happyReduce_222 = happySpecReduce_2 85# happyReduction_222+happyReduction_222 happy_x_2+ happy_x_1+ = case happyOut95 happy_x_1 of { happy_var_1 -> + case happyOut228 happy_x_2 of { happy_var_2 -> + happyIn96+ ((happy_var_2 : fst happy_var_1, snd happy_var_1 <?+> ann happy_var_2)+ )}}++happyReduce_223 = happySpecReduce_0 86# happyReduction_223+happyReduction_223 = happyIn97+ (([],[], Nothing)+ )++happyReduce_224 = happyMonadReduce 2# 86# happyReduction_224+happyReduction_224 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Bar) -> + case happyOut98 happy_x_2 of { happy_var_2 -> + ( do { checkEnabled FunctionalDependencies ;+ let {(fds,ss,l) = happy_var_2} ;+ return (reverse fds, happy_var_1 : reverse ss, Just (nIS happy_var_1 <++> l)) })}}+ ) (\r -> happyReturn (happyIn97 r))++happyReduce_225 = happySpecReduce_3 87# happyReduction_225+happyReduction_225 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut98 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut99 happy_x_3 of { happy_var_3 -> + happyIn98+ (let (fds,ss,l) = happy_var_1 in (happy_var_3 : fds, happy_var_2 : ss, l <++> ann happy_var_3)+ )}}}++happyReduce_226 = happySpecReduce_1 87# happyReduction_226+happyReduction_226 happy_x_1+ = case happyOut99 happy_x_1 of { happy_var_1 -> + happyIn98+ (([happy_var_1],[],ann happy_var_1)+ )}++happyReduce_227 = happySpecReduce_3 88# happyReduction_227+happyReduction_227 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut96 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> + case happyOut96 happy_x_3 of { happy_var_3 -> + happyIn99+ (FunDep (snd happy_var_1 <++> snd happy_var_3 <** [happy_var_2]) (reverse (fst happy_var_1)) (reverse (fst happy_var_3))+ )}}}++happyReduce_228 = happyMonadReduce 4# 89# happyReduction_228+happyReduction_228 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOut101 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> + ( return (fst happy_var_3, happy_var_1 : happy_var_2 : snd happy_var_3 ++ [happy_var_4], Just $ happy_var_1 <^^> happy_var_4))}}}}+ ) (\r -> happyReturn (happyIn100 r))++happyReduce_229 = happyMonadReduce 4# 89# happyReduction_229+happyReduction_229 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOut223 happy_x_2 of { happy_var_2 -> + case happyOut101 happy_x_3 of { happy_var_3 -> + case happyOut224 happy_x_4 of { happy_var_4 -> + ( return (fst happy_var_3, happy_var_1 : happy_var_2 : snd happy_var_3 ++ [happy_var_4], Just $ happy_var_1 <^^> happy_var_4))}}}}+ ) (\r -> happyReturn (happyIn100 r))++happyReduce_230 = happyMonadReduce 0# 89# happyReduction_230+happyReduction_230 (happyRest) tk+ = happyThen (( checkEnabled EmptyDataDecls >> return ([],[],Nothing))+ ) (\r -> happyReturn (happyIn100 r))++happyReduce_231 = happySpecReduce_3 90# happyReduction_231+happyReduction_231 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut102 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + happyIn101+ ((fst happy_var_2, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3)+ )}}}++happyReduce_232 = happySpecReduce_3 91# happyReduction_232+happyReduction_232 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut102 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut103 happy_x_3 of { happy_var_3 -> + happyIn102+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_233 = happySpecReduce_1 91# happyReduction_233+happyReduction_233 happy_x_1+ = case happyOut103 happy_x_1 of { happy_var_1 -> + happyIn102+ (([happy_var_1],[])+ )}++happyReduce_234 = happyMonadReduce 3# 92# happyReduction_234+happyReduction_234 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut199 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> + case happyOut88 happy_x_3 of { happy_var_3 -> + ( do { c <- checkUnQual happy_var_1;+ return $ GadtDecl (happy_var_1 <> happy_var_3 <** [happy_var_2]) c happy_var_3 })}}}+ ) (\r -> happyReturn (happyIn103 r))++happyReduce_235 = happySpecReduce_2 93# happyReduction_235+happyReduction_235 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Equals) -> + case happyOut105 happy_x_2 of { happy_var_2 -> + happyIn104+ (let (ds,ss,l) = happy_var_2 in (ds, happy_var_1 : reverse ss, Just $ nIS happy_var_1 <++> l)+ )}}++happyReduce_236 = happySpecReduce_3 94# happyReduction_236+happyReduction_236 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut105 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> + case happyOut106 happy_x_3 of { happy_var_3 -> + happyIn105+ (let (ds,ss,l) = happy_var_1 in (happy_var_3 : ds, happy_var_2 : ss, l <++> ann happy_var_3)+ )}}}++happyReduce_237 = happySpecReduce_1 94# happyReduction_237+happyReduction_237 happy_x_1+ = case happyOut106 happy_x_1 of { happy_var_1 -> + happyIn105+ (([happy_var_1],[],ann happy_var_1)+ )}++happyReduce_238 = happyMonadReduce 3# 95# happyReduction_238+happyReduction_238 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut107 happy_x_1 of { happy_var_1 -> + case happyOut90 happy_x_2 of { happy_var_2 -> + case happyOut108 happy_x_3 of { happy_var_3 -> + ( do { checkEnabled ExistentialQuantification ;+ ctxt <- checkContext (Just happy_var_2) ;+ let {(mtvs,ss,ml) = happy_var_1} ;+ return $ QualConDecl (ml <?+> ann happy_var_3 <** ss) mtvs ctxt happy_var_3 })}}}+ ) (\r -> happyReturn (happyIn106 r))++happyReduce_239 = happySpecReduce_2 95# happyReduction_239+happyReduction_239 happy_x_2+ happy_x_1+ = case happyOut107 happy_x_1 of { happy_var_1 -> + case happyOut108 happy_x_2 of { happy_var_2 -> + happyIn106+ (let (mtvs, ss, ml) = happy_var_1 in QualConDecl (ml <?+> ann happy_var_2 <** ss) mtvs Nothing happy_var_2+ )}}++happyReduce_240 = happyMonadReduce 3# 96# happyReduction_240+happyReduction_240 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> + case happyOut93 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Dot) -> + ( checkEnabled ExistentialQuantification >> return (Just (fst happy_var_2), [happy_var_1,happy_var_3], Just $ happy_var_1 <^^> happy_var_3))}}}+ ) (\r -> happyReturn (happyIn107 r))++happyReduce_241 = happySpecReduce_0 96# happyReduction_241+happyReduction_241 = happyIn107+ ((Nothing, [], Nothing)+ )++happyReduce_242 = happySpecReduce_1 97# happyReduction_242+happyReduction_242 happy_x_1+ = case happyOut109 happy_x_1 of { happy_var_1 -> + happyIn108+ (let (n,ts,l) = happy_var_1 in ConDecl l n ts+ )}++happyReduce_243 = happySpecReduce_3 97# happyReduction_243+happyReduction_243 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut112 happy_x_1 of { happy_var_1 -> + case happyOut203 happy_x_2 of { happy_var_2 -> + case happyOut112 happy_x_3 of { happy_var_3 -> + happyIn108+ (InfixConDecl (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3+ )}}}++happyReduce_244 = happyMonadReduce 3# 97# happyReduction_244+happyReduction_244 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut199 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + ( do { c <- checkUnQual happy_var_1; return $ RecDecl (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]) c [] })}}}+ ) (\r -> happyReturn (happyIn108 r))++happyReduce_245 = happyMonadReduce 4# 97# happyReduction_245+happyReduction_245 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut199 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOut113 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> + ( do { c <- checkUnQual happy_var_1;+ return $ RecDecl (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4])) c (reverse (fst happy_var_3)) })}}}}+ ) (\r -> happyReturn (happyIn108 r))++happyReduce_246 = happyMonadReduce 1# 98# happyReduction_246+happyReduction_246 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + ( do { (c,ts) <- splitTyConApp happy_var_1;+ return (c,map (\t -> UnBangedTy (ann t) t) ts,ann happy_var_1) })}+ ) (\r -> happyReturn (happyIn109 r))++happyReduce_247 = happySpecReduce_1 98# happyReduction_247+happyReduction_247 happy_x_1+ = case happyOut110 happy_x_1 of { happy_var_1 -> + happyIn109+ (happy_var_1+ )}++happyReduce_248 = happyMonadReduce 3# 99# happyReduction_248+happyReduction_248 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Exclamation) -> + case happyOut83 happy_x_3 of { happy_var_3 -> + ( do { (c,ts) <- splitTyConApp happy_var_1;+ return (c,map (\t -> UnBangedTy (ann t) t) ts+++ [BangedTy (nIS happy_var_2 <++> ann happy_var_3 <** [happy_var_2]) happy_var_3], happy_var_1 <> happy_var_3) })}}}+ ) (\r -> happyReturn (happyIn110 r))++happyReduce_249 = happyMonadReduce 5# 99# happyReduction_249+happyReduction_249 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut82 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 UNPACK) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 Exclamation) -> + case happyOut83 happy_x_5 of { happy_var_5 -> + ( do { (c,ts) <- splitTyConApp happy_var_1;+ return (c,map (\t -> UnBangedTy (ann t) t) ts+++ [UnpackedTy (nIS happy_var_2 <++> ann happy_var_5 <** [happy_var_2,happy_var_3,happy_var_4]) happy_var_5], happy_var_1 <> happy_var_5) })}}}}}+ ) (\r -> happyReturn (happyIn110 r))++happyReduce_250 = happySpecReduce_2 99# happyReduction_250+happyReduction_250 happy_x_2+ happy_x_1+ = case happyOut110 happy_x_1 of { happy_var_1 -> + case happyOut111 happy_x_2 of { happy_var_2 -> + happyIn110+ (let (n,ts,l) = happy_var_1 in (n, ts ++ [happy_var_2],l <++> ann happy_var_2)+ )}}++happyReduce_251 = happySpecReduce_1 100# happyReduction_251+happyReduction_251 happy_x_1+ = case happyOut83 happy_x_1 of { happy_var_1 -> + happyIn111+ (UnBangedTy (ann happy_var_1) happy_var_1+ )}++happyReduce_252 = happySpecReduce_2 100# happyReduction_252+happyReduction_252 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + case happyOut83 happy_x_2 of { happy_var_2 -> + happyIn111+ (BangedTy (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_253 = happyReduce 4# 100# happyReduction_253+happyReduction_253 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 UNPACK) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Exclamation) -> + case happyOut83 happy_x_4 of { happy_var_4 -> + happyIn111+ (UnpackedTy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_254 = happySpecReduce_1 101# happyReduction_254+happyReduction_254 happy_x_1+ = case happyOut81 happy_x_1 of { happy_var_1 -> + happyIn112+ (UnBangedTy (ann happy_var_1) happy_var_1+ )}++happyReduce_255 = happySpecReduce_2 101# happyReduction_255+happyReduction_255 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + case happyOut83 happy_x_2 of { happy_var_2 -> + happyIn112+ (BangedTy (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_256 = happyReduce 4# 101# happyReduction_256+happyReduction_256 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 UNPACK) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Exclamation) -> + case happyOut83 happy_x_4 of { happy_var_4 -> + happyIn112+ (UnpackedTy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_257 = happySpecReduce_3 102# happyReduction_257+happyReduction_257 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut113 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut114 happy_x_3 of { happy_var_3 -> + happyIn113+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_258 = happySpecReduce_1 102# happyReduction_258+happyReduction_258 happy_x_1+ = case happyOut114 happy_x_1 of { happy_var_1 -> + happyIn113+ (([happy_var_1],[])+ )}++happyReduce_259 = happySpecReduce_3 103# happyReduction_259+happyReduction_259 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut62 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> + case happyOut115 happy_x_3 of { happy_var_3 -> + happyIn114+ (let (ns,ss,l) = happy_var_1 in FieldDecl (l <++> ann happy_var_3 <** (reverse ss ++ [happy_var_2])) (reverse ns) happy_var_3+ )}}}++happyReduce_260 = happySpecReduce_1 104# happyReduction_260+happyReduction_260 happy_x_1+ = case happyOut88 happy_x_1 of { happy_var_1 -> + happyIn115+ (UnBangedTy (ann happy_var_1) happy_var_1+ )}++happyReduce_261 = happySpecReduce_2 104# happyReduction_261+happyReduction_261 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + case happyOut83 happy_x_2 of { happy_var_2 -> + happyIn115+ (BangedTy (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_262 = happyReduce 4# 104# happyReduction_262+happyReduction_262 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 UNPACK) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 PragmaEnd) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Exclamation) -> + case happyOut83 happy_x_4 of { happy_var_4 -> + happyIn115+ (UnpackedTy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_263 = happySpecReduce_0 105# happyReduction_263+happyReduction_263 = happyIn116+ (Nothing+ )++happyReduce_264 = happySpecReduce_2 105# happyReduction_264+happyReduction_264 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> + case happyOut118 happy_x_2 of { happy_var_2 -> + happyIn116+ (let l = nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1] in Just $ Deriving l [IHead (ann happy_var_2) happy_var_2 []]+ )}}++happyReduce_265 = happySpecReduce_3 105# happyReduction_265+happyReduction_265 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn116+ (Just $ Deriving (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_2,happy_var_3]) []+ )}}}++happyReduce_266 = happyReduce 4# 105# happyReduction_266+happyReduction_266 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftParen) -> + case happyOut117 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn116+ (Just $ Deriving (happy_var_1 <^^> happy_var_4 <** happy_var_1:happy_var_2: reverse (snd happy_var_3) ++ [happy_var_4]) (reverse (fst happy_var_3))+ ) `HappyStk` happyRest}}}}++happyReduce_267 = happyMonadReduce 1# 106# happyReduction_267+happyReduction_267 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut92 happy_x_1 of { happy_var_1 -> + ( checkDeriving (fst happy_var_1) >>= \ds -> return (ds, snd happy_var_1))}+ ) (\r -> happyReturn (happyIn117 r))++happyReduce_268 = happySpecReduce_1 107# happyReduction_268+happyReduction_268 happy_x_1+ = case happyOut213 happy_x_1 of { happy_var_1 -> + happyIn118+ (happy_var_1+ )}++happyReduce_269 = happyMonadReduce 1# 108# happyReduction_269+happyReduction_269 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut120 happy_x_1 of { happy_var_1 -> + ( checkEnabled KindSignatures >> return happy_var_1)}+ ) (\r -> happyReturn (happyIn119 r))++happyReduce_270 = happySpecReduce_1 109# happyReduction_270+happyReduction_270 happy_x_1+ = case happyOut121 happy_x_1 of { happy_var_1 -> + happyIn120+ (happy_var_1+ )}++happyReduce_271 = happySpecReduce_3 109# happyReduction_271+happyReduction_271 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut121 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> + case happyOut120 happy_x_3 of { happy_var_3 -> + happyIn120+ (KindFn (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_272 = happySpecReduce_1 110# happyReduction_272+happyReduction_272 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Star) -> + happyIn121+ (KindStar (nIS happy_var_1)+ )}++happyReduce_273 = happySpecReduce_1 110# happyReduction_273+happyReduction_273 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + happyIn121+ (KindBang (nIS happy_var_1)+ )}++happyReduce_274 = happySpecReduce_3 110# happyReduction_274+happyReduction_274 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut120 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn121+ (KindParen (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_275 = happySpecReduce_0 111# happyReduction_275+happyReduction_275 = happyIn122+ ((Nothing,[])+ )++happyReduce_276 = happySpecReduce_2 111# happyReduction_276+happyReduction_276 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 DoubleColon) -> + case happyOut119 happy_x_2 of { happy_var_2 -> + happyIn122+ ((Just happy_var_2,[happy_var_1])+ )}}++happyReduce_277 = happyMonadReduce 4# 112# happyReduction_277+happyReduction_277 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOut124 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> + ( checkClassBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}+ ) (\r -> happyReturn (happyIn123 r))++happyReduce_278 = happyMonadReduce 4# 112# happyReduction_278+happyReduction_278 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOut223 happy_x_2 of { happy_var_2 -> + case happyOut124 happy_x_3 of { happy_var_3 -> + case happyOut224 happy_x_4 of { happy_var_4 -> + ( checkClassBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}+ ) (\r -> happyReturn (happyIn123 r))++happyReduce_279 = happySpecReduce_0 112# happyReduction_279+happyReduction_279 = happyIn123+ ((Nothing,[],Nothing)+ )++happyReduce_280 = happyMonadReduce 3# 113# happyReduction_280+happyReduction_280 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut125 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + ( checkRevClsDecls (fst happy_var_2) >>= \cs -> return (cs, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3))}}}+ ) (\r -> happyReturn (happyIn124 r))++happyReduce_281 = happySpecReduce_1 113# happyReduction_281+happyReduction_281 happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + happyIn124+ (([],reverse happy_var_1)+ )}++happyReduce_282 = happySpecReduce_3 114# happyReduction_282+happyReduction_282 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut125 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut126 happy_x_3 of { happy_var_3 -> + happyIn125+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_283 = happySpecReduce_1 114# happyReduction_283+happyReduction_283 happy_x_1+ = case happyOut126 happy_x_1 of { happy_var_1 -> + happyIn125+ (([happy_var_1],[])+ )}++happyReduce_284 = happySpecReduce_1 115# happyReduction_284+happyReduction_284 happy_x_1+ = case happyOut55 happy_x_1 of { happy_var_1 -> + happyIn126+ (ClsDecl (ann happy_var_1) happy_var_1+ )}++happyReduce_285 = happyMonadReduce 1# 115# happyReduction_285+happyReduction_285 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut127 happy_x_1 of { happy_var_1 -> + ( checkEnabled TypeFamilies >> return happy_var_1)}+ ) (\r -> happyReturn (happyIn126 r))++happyReduce_286 = happyMonadReduce 3# 116# happyReduction_286+happyReduction_286 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOut80 happy_x_2 of { happy_var_2 -> + case happyOut122 happy_x_3 of { happy_var_3 -> + ( do { dh <- checkSimpleType happy_var_2;+ return (ClsTyFam (nIS happy_var_1 <++> ann happy_var_2 <+?> (fmap ann) (fst happy_var_3) <** happy_var_1:snd happy_var_3) dh (fst happy_var_3)) })}}}+ ) (\r -> happyReturn (happyIn127 r))++happyReduce_287 = happyReduce 4# 116# happyReduction_287+happyReduction_287 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOut77 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> + case happyOut88 happy_x_4 of { happy_var_4 -> + happyIn127+ (ClsTyDef (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_288 = happyMonadReduce 3# 116# happyReduction_288+happyReduction_288 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> + case happyOut89 happy_x_2 of { happy_var_2 -> + case happyOut122 happy_x_3 of { happy_var_3 -> + ( do { (cs,dh) <- checkDataHeader happy_var_2;+ return (ClsDataFam (nIS happy_var_1 <++> ann happy_var_2 <+?> (fmap ann) (fst happy_var_3) <** happy_var_1:snd happy_var_3) cs dh (fst happy_var_3)) })}}}+ ) (\r -> happyReturn (happyIn127 r))++happyReduce_289 = happyMonadReduce 4# 117# happyReduction_289+happyReduction_289 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOut129 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> + ( checkInstBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}+ ) (\r -> happyReturn (happyIn128 r))++happyReduce_290 = happyMonadReduce 4# 117# happyReduction_290+happyReduction_290 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOut223 happy_x_2 of { happy_var_2 -> + case happyOut129 happy_x_3 of { happy_var_3 -> + case happyOut224 happy_x_4 of { happy_var_4 -> + ( checkInstBody (fst happy_var_3) >>= \vs -> return (Just vs, happy_var_1:happy_var_2: snd happy_var_3 ++ [happy_var_4], Just (happy_var_1 <^^> happy_var_4)))}}}}+ ) (\r -> happyReturn (happyIn128 r))++happyReduce_291 = happySpecReduce_0 117# happyReduction_291+happyReduction_291 = happyIn128+ ((Nothing, [], Nothing)+ )++happyReduce_292 = happyMonadReduce 3# 118# happyReduction_292+happyReduction_292 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut130 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + ( checkRevInstDecls (fst happy_var_2) >>= \is -> return (is, reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3))}}}+ ) (\r -> happyReturn (happyIn129 r))++happyReduce_293 = happySpecReduce_1 118# happyReduction_293+happyReduction_293 happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + happyIn129+ (([],reverse happy_var_1)+ )}++happyReduce_294 = happySpecReduce_3 119# happyReduction_294+happyReduction_294 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut130 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut131 happy_x_3 of { happy_var_3 -> + happyIn130+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_295 = happySpecReduce_1 119# happyReduction_295+happyReduction_295 happy_x_1+ = case happyOut131 happy_x_1 of { happy_var_1 -> + happyIn130+ (([happy_var_1],[])+ )}++happyReduce_296 = happySpecReduce_1 120# happyReduction_296+happyReduction_296 happy_x_1+ = case happyOut133 happy_x_1 of { happy_var_1 -> + happyIn131+ (InsDecl (ann happy_var_1) happy_var_1+ )}++happyReduce_297 = happyMonadReduce 1# 120# happyReduction_297+happyReduction_297 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut132 happy_x_1 of { happy_var_1 -> + ( checkEnabled TypeFamilies >> return happy_var_1)}+ ) (\r -> happyReturn (happyIn131 r))++happyReduce_298 = happySpecReduce_1 120# happyReduction_298+happyReduction_298 happy_x_1+ = case happyOut58 happy_x_1 of { happy_var_1 -> + happyIn131+ (InsDecl (ann happy_var_1) happy_var_1+ )}++happyReduce_299 = happyMonadReduce 4# 121# happyReduction_299+happyReduction_299 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + case happyOut77 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> + case happyOut88 happy_x_4 of { happy_var_4 -> + ( do { -- no checkSimpleType happy_var_4 since dtype may contain type patterns+ return (InsType (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4) })}}}}+ ) (\r -> happyReturn (happyIn132 r))++happyReduce_300 = happyMonadReduce 4# 121# happyReduction_300+happyReduction_300 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> + case happyOut88 happy_x_2 of { happy_var_2 -> + case happyOut104 happy_x_3 of { happy_var_3 -> + case happyOut116 happy_x_4 of { happy_var_4 -> + ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;+ let {(ds,ss,minf) = happy_var_3};+ checkDataOrNew happy_var_1 ds;+ return (InsData (happy_var_1 <> happy_var_2 <+?> minf <+?> fmap ann happy_var_4 <** ss ) happy_var_1 happy_var_2 (reverse ds) happy_var_4) })}}}}+ ) (\r -> happyReturn (happyIn132 r))++happyReduce_301 = happyMonadReduce 5# 121# happyReduction_301+happyReduction_301 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut51 happy_x_1 of { happy_var_1 -> + case happyOut88 happy_x_2 of { happy_var_2 -> + case happyOut122 happy_x_3 of { happy_var_3 -> + case happyOut100 happy_x_4 of { happy_var_4 -> + case happyOut116 happy_x_5 of { happy_var_5 -> + ( do { -- (cs,c,t) <- checkDataHeader happy_var_4;+ let { (gs,ss,minf) = happy_var_4 } ;+ checkDataOrNewG happy_var_1 gs;+ return $ InsGData (ann happy_var_1 <+?> minf <+?> fmap ann happy_var_5 <** (snd happy_var_3 ++ ss)) happy_var_1 happy_var_2 (fst happy_var_3) (reverse gs) happy_var_5 })}}}}}+ ) (\r -> happyReturn (happyIn132 r))++happyReduce_302 = happyMonadReduce 4# 122# happyReduction_302+happyReduction_302 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOut135 happy_x_2 of { happy_var_2 -> + case happyOut136 happy_x_3 of { happy_var_3 -> + case happyOut134 happy_x_4 of { happy_var_4 -> + ( checkValDef ((happy_var_1 <> happy_var_3 <+?> (fmap ann) (fst happy_var_4)) <** (snd happy_var_2 ++ snd happy_var_4)) happy_var_1 (fst happy_var_2) happy_var_3 (fst happy_var_4))}}}}+ ) (\r -> happyReturn (happyIn133 r))++happyReduce_303 = happyMonadReduce 4# 122# happyReduction_303+happyReduction_303 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + case happyOut151 happy_x_2 of { happy_var_2 -> + case happyOut136 happy_x_3 of { happy_var_3 -> + case happyOut134 happy_x_4 of { happy_var_4 -> + ( do { checkEnabled BangPatterns ;+ let { l = nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1] };+ p <- checkPattern (BangPat l happy_var_2);+ return $ PatBind (p <> happy_var_3 <+?> (fmap ann) (fst happy_var_4) <** snd happy_var_4)+ p Nothing happy_var_3 (fst happy_var_4) })}}}}+ ) (\r -> happyReturn (happyIn133 r))++happyReduce_304 = happySpecReduce_2 123# happyReduction_304+happyReduction_304 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + case happyOut61 happy_x_2 of { happy_var_2 -> + happyIn134+ ((Just happy_var_2, [happy_var_1])+ )}}++happyReduce_305 = happySpecReduce_0 123# happyReduction_305+happyReduction_305 = happyIn134+ ((Nothing, [])+ )++happyReduce_306 = happyMonadReduce 2# 124# happyReduction_306+happyReduction_306 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 DoubleColon) -> + case happyOut88 happy_x_2 of { happy_var_2 -> + ( checkEnabled ScopedTypeVariables >> return (Just happy_var_2, [happy_var_1]))}}+ ) (\r -> happyReturn (happyIn135 r))++happyReduce_307 = happySpecReduce_0 124# happyReduction_307+happyReduction_307 = happyIn135+ ((Nothing,[])+ )++happyReduce_308 = happySpecReduce_2 125# happyReduction_308+happyReduction_308 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Equals) -> + case happyOut139 happy_x_2 of { happy_var_2 -> + happyIn136+ (UnGuardedRhs (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_309 = happySpecReduce_1 125# happyReduction_309+happyReduction_309 happy_x_1+ = case happyOut137 happy_x_1 of { happy_var_1 -> + happyIn136+ (GuardedRhss (snd happy_var_1) (reverse $ fst happy_var_1)+ )}++happyReduce_310 = happySpecReduce_2 126# happyReduction_310+happyReduction_310 happy_x_2+ happy_x_1+ = case happyOut137 happy_x_1 of { happy_var_1 -> + case happyOut138 happy_x_2 of { happy_var_2 -> + happyIn137+ ((happy_var_2 : fst happy_var_1, snd happy_var_1 <++> ann happy_var_2)+ )}}++happyReduce_311 = happySpecReduce_1 126# happyReduction_311+happyReduction_311 happy_x_1+ = case happyOut138 happy_x_1 of { happy_var_1 -> + happyIn137+ (([happy_var_1],ann happy_var_1)+ )}++happyReduce_312 = happyMonadReduce 4# 127# happyReduction_312+happyReduction_312 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Bar) -> + case happyOut174 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Equals) -> + case happyOut139 happy_x_4 of { happy_var_4 -> + ( do { checkPatternGuards (fst happy_var_2);+ return $ GuardedRhs (nIS happy_var_1 <++> ann happy_var_4 <** (happy_var_1:snd happy_var_2 ++ [happy_var_3])) (reverse (fst happy_var_2)) happy_var_4 })}}}}+ ) (\r -> happyReturn (happyIn138 r))++happyReduce_313 = happyMonadReduce 1# 128# happyReduction_313+happyReduction_313 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut140 happy_x_1 of { happy_var_1 -> + ( checkExpr happy_var_1)}+ ) (\r -> happyReturn (happyIn139 r))++happyReduce_314 = happySpecReduce_3 129# happyReduction_314+happyReduction_314 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DoubleColon) -> + case happyOut88 happy_x_3 of { happy_var_3 -> + happyIn140+ (ExpTypeSig (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_315 = happySpecReduce_1 129# happyReduction_315+happyReduction_315 happy_x_1+ = case happyOut141 happy_x_1 of { happy_var_1 -> + happyIn140+ (happy_var_1+ )}++happyReduce_316 = happySpecReduce_2 129# happyReduction_316+happyReduction_316 happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOut206 happy_x_2 of { happy_var_2 -> + happyIn140+ (PostOp (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2+ )}}++happyReduce_317 = happySpecReduce_3 129# happyReduction_317+happyReduction_317 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftArrowTail) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn140+ (LeftArrApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_318 = happySpecReduce_3 129# happyReduction_318+happyReduction_318 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrowTail) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn140+ (RightArrApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_319 = happySpecReduce_3 129# happyReduction_319+happyReduction_319 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftDblArrowTail) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn140+ (LeftArrHighApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_320 = happySpecReduce_3 129# happyReduction_320+happyReduction_320 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightDblArrowTail) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn140+ (RightArrHighApp (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_321 = happySpecReduce_1 130# happyReduction_321+happyReduction_321 happy_x_1+ = case happyOut142 happy_x_1 of { happy_var_1 -> + happyIn141+ (happy_var_1+ )}++happyReduce_322 = happySpecReduce_1 130# happyReduction_322+happyReduction_322 happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + happyIn141+ (happy_var_1+ )}++happyReduce_323 = happySpecReduce_3 131# happyReduction_323+happyReduction_323 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOut206 happy_x_2 of { happy_var_2 -> + case happyOut144 happy_x_3 of { happy_var_3 -> + happyIn142+ (InfixApp (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3+ )}}}++happyReduce_324 = happySpecReduce_1 131# happyReduction_324+happyReduction_324 happy_x_1+ = case happyOut144 happy_x_1 of { happy_var_1 -> + happyIn142+ (happy_var_1+ )}++happyReduce_325 = happySpecReduce_3 132# happyReduction_325+happyReduction_325 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut143 happy_x_1 of { happy_var_1 -> + case happyOut206 happy_x_2 of { happy_var_2 -> + case happyOut146 happy_x_3 of { happy_var_3 -> + happyIn143+ (InfixApp (happy_var_1 <> happy_var_3) happy_var_1 happy_var_2 happy_var_3+ )}}}++happyReduce_326 = happySpecReduce_1 132# happyReduction_326+happyReduction_326 happy_x_1+ = case happyOut146 happy_x_1 of { happy_var_1 -> + happyIn143+ (happy_var_1+ )}++happyReduce_327 = happyReduce 4# 133# happyReduction_327+happyReduction_327 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Backslash) -> + case happyOut149 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightArrow) -> + case happyOut140 happy_x_4 of { happy_var_4 -> + happyIn144+ (Lambda (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) (reverse happy_var_2) happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_328 = happyReduce 4# 133# happyReduction_328+happyReduction_328 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> + case happyOut61 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_In) -> + case happyOut140 happy_x_4 of { happy_var_4 -> + happyIn144+ (Let (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_329 = happyReduce 8# 133# happyReduction_329+happyReduction_329 (happy_x_8 `HappyStk`+ happy_x_7 `HappyStk`+ happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_If) -> + case happyOut140 happy_x_2 of { happy_var_2 -> + case happyOut145 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 KW_Then) -> + case happyOut140 happy_x_5 of { happy_var_5 -> + case happyOut145 happy_x_6 of { happy_var_6 -> + case happyOutTok happy_x_7 of { (Loc happy_var_7 KW_Else) -> + case happyOut140 happy_x_8 of { happy_var_8 -> + happyIn144+ (If (nIS happy_var_1 <++> ann happy_var_8 <** (happy_var_1:happy_var_3 ++ happy_var_4:happy_var_6 ++ [happy_var_7])) happy_var_2 happy_var_5 happy_var_8+ ) `HappyStk` happyRest}}}}}}}}++happyReduce_330 = happyReduce 4# 133# happyReduction_330+happyReduction_330 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Proc) -> + case happyOut150 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightArrow) -> + case happyOut140 happy_x_4 of { happy_var_4 -> + happyIn144+ (Proc (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_331 = happySpecReduce_1 133# happyReduction_331+happyReduction_331 happy_x_1+ = case happyOut147 happy_x_1 of { happy_var_1 -> + happyIn144+ (happy_var_1+ )}++happyReduce_332 = happyMonadReduce 1# 134# happyReduction_332+happyReduction_332 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 SemiColon) -> + ( checkEnabled DoAndIfThenElse >> return [happy_var_1])}+ ) (\r -> happyReturn (happyIn145 r))++happyReduce_333 = happySpecReduce_0 134# happyReduction_333+happyReduction_333 = happyIn145+ ([]+ )++happyReduce_334 = happyReduce 4# 135# happyReduction_334+happyReduction_334 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Case) -> + case happyOut140 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_Of) -> + case happyOut176 happy_x_4 of { happy_var_4 -> + happyIn146+ (let (als, inf, ss) = happy_var_4 in Case (nIS happy_var_1 <++> inf <** (happy_var_1:happy_var_3:ss)) happy_var_2 als+ ) `HappyStk` happyRest}}}}++happyReduce_335 = happySpecReduce_2 135# happyReduction_335+happyReduction_335 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Minus) -> + case happyOut148 happy_x_2 of { happy_var_2 -> + happyIn146+ (NegApp (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_336 = happySpecReduce_2 135# happyReduction_336+happyReduction_336 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Do) -> + case happyOut184 happy_x_2 of { happy_var_2 -> + happyIn146+ (let (sts, inf, ss) = happy_var_2 in Do (nIS happy_var_1 <++> inf <** happy_var_1:ss) sts+ )}}++happyReduce_337 = happySpecReduce_2 135# happyReduction_337+happyReduction_337 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_MDo) -> + case happyOut184 happy_x_2 of { happy_var_2 -> + happyIn146+ (let (sts, inf, ss) = happy_var_2 in MDo (nIS happy_var_1 <++> inf <** happy_var_1:ss) sts+ )}}++happyReduce_338 = happySpecReduce_1 135# happyReduction_338+happyReduction_338 happy_x_1+ = case happyOut148 happy_x_1 of { happy_var_1 -> + happyIn146+ (happy_var_1+ )}++happyReduce_339 = happyReduce 4# 136# happyReduction_339+happyReduction_339 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 CORE) -> + case happyOutTok happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + case happyOut140 happy_x_4 of { happy_var_4 -> + happyIn147+ (let Loc l (StringTok (s,_)) = happy_var_2 in CorePragma (nIS happy_var_1 <++> ann happy_var_4 <** [l,happy_var_3]) s happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_340 = happyReduce 4# 136# happyReduction_340+happyReduction_340 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 SCC) -> + case happyOutTok happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 PragmaEnd) -> + case happyOut140 happy_x_4 of { happy_var_4 -> + happyIn147+ (let Loc l (StringTok (s,_)) = happy_var_2 in SCCPragma (nIS happy_var_1 <++> ann happy_var_4 <** [l,happy_var_3]) s happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_341 = happyReduce 11# 136# happyReduction_341+happyReduction_341 (happy_x_11 `HappyStk`+ happy_x_10 `HappyStk`+ happy_x_9 `HappyStk`+ happy_x_8 `HappyStk`+ happy_x_7 `HappyStk`+ happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 GENERATED) -> + case happyOutTok happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 Colon) -> + case happyOutTok happy_x_5 of { happy_var_5 -> + case happyOutTok happy_x_6 of { (Loc happy_var_6 Minus) -> + case happyOutTok happy_x_7 of { happy_var_7 -> + case happyOutTok happy_x_8 of { (Loc happy_var_8 Colon) -> + case happyOutTok happy_x_9 of { happy_var_9 -> + case happyOutTok happy_x_10 of { (Loc happy_var_10 PragmaEnd) -> + case happyOut140 happy_x_11 of { happy_var_11 -> + happyIn147+ (let { Loc l0 (StringTok (s,_)) = happy_var_2;+ Loc l1 (IntTok (i1,_)) = happy_var_3;+ Loc l2 (IntTok (i2,_)) = happy_var_5;+ Loc l3 (IntTok (i3,_)) = happy_var_7;+ Loc l4 (IntTok (i4,_)) = happy_var_9}+ in GenPragma (nIS happy_var_1 <++> ann happy_var_11 <** [happy_var_1,l0,l1,happy_var_4,l2,happy_var_6,l3,happy_var_8,l4,happy_var_10])+ s (fromInteger i1, fromInteger i2)+ (fromInteger i3, fromInteger i4) happy_var_11+ ) `HappyStk` happyRest}}}}}}}}}}}++happyReduce_342 = happySpecReduce_2 137# happyReduction_342+happyReduction_342 happy_x_2+ happy_x_1+ = case happyOut148 happy_x_1 of { happy_var_1 -> + case happyOut151 happy_x_2 of { happy_var_2 -> + happyIn148+ (App (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2+ )}}++happyReduce_343 = happySpecReduce_1 137# happyReduction_343+happyReduction_343 happy_x_1+ = case happyOut151 happy_x_1 of { happy_var_1 -> + happyIn148+ (happy_var_1+ )}++happyReduce_344 = happySpecReduce_2 138# happyReduction_344+happyReduction_344 happy_x_2+ happy_x_1+ = case happyOut149 happy_x_1 of { happy_var_1 -> + case happyOut150 happy_x_2 of { happy_var_2 -> + happyIn149+ (happy_var_2 : happy_var_1+ )}}++happyReduce_345 = happySpecReduce_1 138# happyReduction_345+happyReduction_345 happy_x_1+ = case happyOut150 happy_x_1 of { happy_var_1 -> + happyIn149+ ([happy_var_1]+ )}++happyReduce_346 = happyMonadReduce 1# 139# happyReduction_346+happyReduction_346 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut151 happy_x_1 of { happy_var_1 -> + ( checkPattern happy_var_1)}+ ) (\r -> happyReturn (happyIn150 r))++happyReduce_347 = happyMonadReduce 2# 139# happyReduction_347+happyReduction_347 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + case happyOut151 happy_x_2 of { happy_var_2 -> + ( checkPattern (BangPat (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2))}}+ ) (\r -> happyReturn (happyIn150 r))++happyReduce_348 = happyMonadReduce 3# 140# happyReduction_348+happyReduction_348 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut196 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 At) -> + case happyOut151 happy_x_3 of { happy_var_3 -> + ( do { n <- checkUnQual happy_var_1;+ return (AsPat (happy_var_1 <> happy_var_3 <** [happy_var_2]) n happy_var_3) })}}}+ ) (\r -> happyReturn (happyIn151 r))++happyReduce_349 = happyMonadReduce 3# 140# happyReduction_349+happyReduction_349 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut196 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RPCAt) -> + case happyOut151 happy_x_3 of { happy_var_3 -> + ( do { n <- checkUnQual happy_var_1;+ return (CAsRP (happy_var_1 <> happy_var_3 <** [happy_var_2]) n happy_var_3) })}}}+ ) (\r -> happyReturn (happyIn151 r))++happyReduce_350 = happySpecReduce_2 140# happyReduction_350+happyReduction_350 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Tilde) -> + case happyOut151 happy_x_2 of { happy_var_2 -> + happyIn151+ (IrrPat (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_351 = happySpecReduce_1 140# happyReduction_351+happyReduction_351 happy_x_1+ = case happyOut152 happy_x_1 of { happy_var_1 -> + happyIn151+ (happy_var_1+ )}++happyReduce_352 = happyMonadReduce 3# 141# happyReduction_352+happyReduction_352 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut152 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + ( liftM (amap (const (ann happy_var_1 <++> nIS happy_var_3 <** [happy_var_2,happy_var_3]))) $ mkRecConstrOrUpdate happy_var_1 [])}}}+ ) (\r -> happyReturn (happyIn152 r))++happyReduce_353 = happyMonadReduce 4# 141# happyReduction_353+happyReduction_353 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut152 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurly) -> + case happyOut188 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurly) -> + ( liftM (amap (const (ann happy_var_1 <++> nIS happy_var_4 <** (happy_var_2:reverse (snd happy_var_3) ++ [happy_var_4]))))+ $ mkRecConstrOrUpdate happy_var_1 (reverse (fst happy_var_3)))}}}}+ ) (\r -> happyReturn (happyIn152 r))++happyReduce_354 = happyReduce 4# 141# happyReduction_354+happyReduction_354 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut196 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftCurlyBar) -> + case happyOut79 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightCurlyBar) -> + happyIn152+ (ExplTypeArg (ann happy_var_1 <++> nIS happy_var_4 <** [happy_var_2,happy_var_4]) happy_var_1 happy_var_3+ ) `HappyStk` happyRest}}}}++happyReduce_355 = happySpecReduce_1 141# happyReduction_355+happyReduction_355 happy_x_1+ = case happyOut153 happy_x_1 of { happy_var_1 -> + happyIn152+ (happy_var_1+ )}++happyReduce_356 = happySpecReduce_1 142# happyReduction_356+happyReduction_356 happy_x_1+ = case happyOut197 happy_x_1 of { happy_var_1 -> + happyIn153+ (IPVar (ann happy_var_1) happy_var_1+ )}++happyReduce_357 = happySpecReduce_1 142# happyReduction_357+happyReduction_357 happy_x_1+ = case happyOut196 happy_x_1 of { happy_var_1 -> + happyIn153+ (Var (ann happy_var_1) happy_var_1+ )}++happyReduce_358 = happySpecReduce_1 142# happyReduction_358+happyReduction_358 happy_x_1+ = case happyOut193 happy_x_1 of { happy_var_1 -> + happyIn153+ (happy_var_1+ )}++happyReduce_359 = happySpecReduce_1 142# happyReduction_359+happyReduction_359 happy_x_1+ = case happyOut222 happy_x_1 of { happy_var_1 -> + happyIn153+ (Lit (ann happy_var_1) happy_var_1+ )}++happyReduce_360 = happySpecReduce_3 142# happyReduction_360+happyReduction_360 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut155 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn153+ (Paren (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_361 = happySpecReduce_3 142# happyReduction_361+happyReduction_361 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut155 happy_x_2 of { happy_var_2 -> + case happyOut156 happy_x_3 of { happy_var_3 -> + happyIn153+ (TupleSection (happy_var_1 <^^> head (snd happy_var_3) <** happy_var_1:reverse (snd happy_var_3)) (Just happy_var_2 : fst happy_var_3)+ )}}}++happyReduce_362 = happyReduce 4# 142# happyReduction_362+happyReduction_362 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut154 happy_x_2 of { happy_var_2 -> + case happyOut155 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 RightParen) -> + happyIn153+ (TupleSection (happy_var_1 <^^> happy_var_4 <** happy_var_1:reverse (happy_var_4:happy_var_2))+ (replicate (length happy_var_2) Nothing ++ [Just happy_var_3])+ ) `HappyStk` happyRest}}}}++happyReduce_363 = happyReduce 4# 142# happyReduction_363+happyReduction_363 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut154 happy_x_2 of { happy_var_2 -> + case happyOut155 happy_x_3 of { happy_var_3 -> + case happyOut156 happy_x_4 of { happy_var_4 -> + happyIn153+ (TupleSection (happy_var_1 <^^> head (snd happy_var_4) <** happy_var_1:reverse (snd happy_var_4 ++ happy_var_2))+ (replicate (length happy_var_2) Nothing ++ Just happy_var_3 : fst happy_var_4)+ ) `HappyStk` happyRest}}}}++happyReduce_364 = happySpecReduce_3 142# happyReduction_364+happyReduction_364 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> + case happyOut168 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightSquare) -> + happyIn153+ (amap (\l -> l <** [happy_var_3]) $ happy_var_2 (happy_var_1 <^^> happy_var_3 <** [happy_var_1])+ )}}}++happyReduce_365 = happySpecReduce_1 142# happyReduction_365+happyReduction_365 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Underscore) -> + happyIn153+ (WildCard (nIS happy_var_1)+ )}++happyReduce_366 = happyMonadReduce 3# 142# happyReduction_366+happyReduction_366 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut158 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + ( checkEnabled RegularPatterns >> return (Paren (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2))}}}+ ) (\r -> happyReturn (happyIn153 r))++happyReduce_367 = happySpecReduce_3 142# happyReduction_367+happyReduction_367 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 RPGuardOpen) -> + case happyOut157 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RPGuardClose) -> + happyIn153+ (SeqRP (happy_var_1 <^^> happy_var_3 <** (happy_var_1:reverse (snd happy_var_2) ++ [happy_var_3])) $ reverse (fst happy_var_2)+ )}}}++happyReduce_368 = happyReduce 5# 142# happyReduction_368+happyReduction_368 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 RPGuardOpen) -> + case happyOut140 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 Bar) -> + case happyOut174 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 RPGuardClose) -> + happyIn153+ (GuardRP (happy_var_1 <^^> happy_var_5 <** (happy_var_1:happy_var_3 : snd happy_var_4 ++ [happy_var_5])) happy_var_2 $ (reverse $ fst happy_var_4)+ ) `HappyStk` happyRest}}}}}++happyReduce_369 = happySpecReduce_1 142# happyReduction_369+happyReduction_369 happy_x_1+ = case happyOut159 happy_x_1 of { happy_var_1 -> + happyIn153+ (happy_var_1+ )}++happyReduce_370 = happySpecReduce_1 142# happyReduction_370+happyReduction_370 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn153+ (let Loc l (THIdEscape s) = happy_var_1 in SpliceExp (nIS l) $ IdSplice (nIS l) s+ )}++happyReduce_371 = happySpecReduce_3 142# happyReduction_371+happyReduction_371 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THParenEscape) -> + case happyOut139 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn153+ (SpliceExp (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ ParenSplice (ann happy_var_2) happy_var_2+ )}}}++happyReduce_372 = happySpecReduce_3 142# happyReduction_372+happyReduction_372 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THExpQuote) -> + case happyOut139 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 THCloseQuote) -> + happyIn153+ (BracketExp (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ ExpBracket (ann happy_var_2) happy_var_2+ )}}}++happyReduce_373 = happyMonadReduce 3# 142# happyReduction_373+happyReduction_373 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 THPatQuote) -> + case happyOut141 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 THCloseQuote) -> + ( do { p <- checkPattern happy_var_2;+ return $ BracketExp (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) $ PatBracket (ann p) p })}}}+ ) (\r -> happyReturn (happyIn153 r))++happyReduce_374 = happySpecReduce_3 142# happyReduction_374+happyReduction_374 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THTypQuote) -> + case happyOut88 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 THCloseQuote) -> + happyIn153+ (let l = happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3] in BracketExp l $ TypeBracket l happy_var_2+ )}}}++happyReduce_375 = happyReduce 5# 142# happyReduction_375+happyReduction_375 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THDecQuote) -> + case happyOut48 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 THCloseQuote) -> + happyIn153+ (let l = happy_var_1 <^^> happy_var_5 <** (happy_var_1:snd happy_var_3 ++ [happy_var_5]) in BracketExp l $ DeclBracket l (fst happy_var_3)+ ) `HappyStk` happyRest}}}++happyReduce_376 = happySpecReduce_2 142# happyReduction_376+happyReduction_376 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THVarQuote) -> + case happyOut196 happy_x_2 of { happy_var_2 -> + happyIn153+ (VarQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_377 = happySpecReduce_2 142# happyReduction_377+happyReduction_377 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THVarQuote) -> + case happyOut199 happy_x_2 of { happy_var_2 -> + happyIn153+ (VarQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_378 = happySpecReduce_2 142# happyReduction_378+happyReduction_378 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THTyQuote) -> + case happyOut228 happy_x_2 of { happy_var_2 -> + happyIn153+ (TypQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) (UnQual (ann happy_var_2) happy_var_2)+ )}}++happyReduce_379 = happySpecReduce_2 142# happyReduction_379+happyReduction_379 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 THTyQuote) -> + case happyOut85 happy_x_2 of { happy_var_2 -> + happyIn153+ (TypQuote (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_380 = happySpecReduce_1 142# happyReduction_380+happyReduction_380 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn153+ (let Loc l (THQuasiQuote (n,q)) = happy_var_1 in QuasiQuote (nIS l) n q+ )}++happyReduce_381 = happySpecReduce_2 143# happyReduction_381+happyReduction_381 happy_x_2+ happy_x_1+ = case happyOut154 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + happyIn154+ (happy_var_2 : happy_var_1+ )}}++happyReduce_382 = happySpecReduce_1 143# happyReduction_382+happyReduction_382 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Comma) -> + happyIn154+ ([happy_var_1]+ )}++happyReduce_383 = happySpecReduce_1 144# happyReduction_383+happyReduction_383 happy_x_1+ = case happyOut140 happy_x_1 of { happy_var_1 -> + happyIn155+ (happy_var_1+ )}++happyReduce_384 = happySpecReduce_2 144# happyReduction_384+happyReduction_384 happy_x_2+ happy_x_1+ = case happyOut207 happy_x_1 of { happy_var_1 -> + case happyOut141 happy_x_2 of { happy_var_2 -> + happyIn155+ (PreOp (happy_var_1 <> happy_var_2) happy_var_1 happy_var_2+ )}}++happyReduce_385 = happyMonadReduce 3# 144# happyReduction_385+happyReduction_385 (happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut140 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightArrow) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + ( do {checkEnabled ViewPatterns;+ return $ ViewPat (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3})}}}+ ) (\r -> happyReturn (happyIn155 r))++happyReduce_386 = happySpecReduce_3 145# happyReduction_386+happyReduction_386 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut154 happy_x_1 of { happy_var_1 -> + case happyOut155 happy_x_2 of { happy_var_2 -> + case happyOut156 happy_x_3 of { happy_var_3 -> + happyIn156+ (let (mes, ss) = happy_var_3 in (replicate (length happy_var_1 - 1) Nothing ++ Just happy_var_2 : mes, ss ++ happy_var_1)+ )}}}++happyReduce_387 = happySpecReduce_3 145# happyReduction_387+happyReduction_387 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut154 happy_x_1 of { happy_var_1 -> + case happyOut155 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn156+ ((replicate (length happy_var_1 - 1) Nothing ++ [Just happy_var_2], happy_var_3 : happy_var_1)+ )}}}++happyReduce_388 = happySpecReduce_2 145# happyReduction_388+happyReduction_388 happy_x_2+ happy_x_1+ = case happyOut154 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightParen) -> + happyIn156+ ((replicate (length happy_var_1) Nothing, happy_var_2 : happy_var_1)+ )}}++happyReduce_389 = happySpecReduce_3 146# happyReduction_389+happyReduction_389 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut157 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn157+ ((happy_var_3 : fst happy_var_1, happy_var_2 : snd happy_var_1)+ )}}}++happyReduce_390 = happySpecReduce_1 146# happyReduction_390+happyReduction_390 happy_x_1+ = case happyOut140 happy_x_1 of { happy_var_1 -> + happyIn157+ (([happy_var_1],[])+ )}++happyReduce_391 = happySpecReduce_3 147# happyReduction_391+happyReduction_391 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut140 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> + case happyOut158 happy_x_3 of { happy_var_3 -> + happyIn158+ (EitherRP (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_392 = happySpecReduce_3 147# happyReduction_392+happyReduction_392 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut140 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn158+ (EitherRP (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_393 = happyMonadReduce 9# 148# happyReduction_393+happyReduction_393 (happy_x_9 `HappyStk`+ happy_x_8 `HappyStk`+ happy_x_7 `HappyStk`+ happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> + case happyOut162 happy_x_2 of { happy_var_2 -> + case happyOut165 happy_x_3 of { happy_var_3 -> + case happyOut167 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 XStdTagClose) -> + case happyOut160 happy_x_6 of { happy_var_6 -> + case happyOutTok happy_x_7 of { (Loc happy_var_7 XCloseTagOpen) -> + case happyOut162 happy_x_8 of { happy_var_8 -> + case happyOutTok happy_x_9 of { (Loc happy_var_9 XStdTagClose) -> + ( do { n <- checkEqNames happy_var_2 happy_var_8;+ let { cn = reverse happy_var_6;+ as = reverse happy_var_3;+ l = happy_var_1 <^^> happy_var_9 <** [happy_var_1,happy_var_5,happy_var_7,srcInfoSpan (ann happy_var_8),happy_var_9] };+ return $ XTag l n as happy_var_4 cn })}}}}}}}}}+ ) (\r -> happyReturn (happyIn159 r))++happyReduce_394 = happyReduce 5# 148# happyReduction_394+happyReduction_394 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 XStdTagOpen) -> + case happyOut162 happy_x_2 of { happy_var_2 -> + case happyOut165 happy_x_3 of { happy_var_3 -> + case happyOut167 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 XEmptyTagClose) -> + happyIn159+ (XETag (happy_var_1 <^^> happy_var_5 <** [happy_var_1,happy_var_5]) happy_var_2 (reverse happy_var_3) happy_var_4+ ) `HappyStk` happyRest}}}}}++happyReduce_395 = happySpecReduce_3 148# happyReduction_395+happyReduction_395 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 XCodeTagOpen) -> + case happyOut140 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 XCodeTagClose) -> + happyIn159+ (XExpTag (happy_var_1 <^^> happy_var_3 <** [happy_var_1,happy_var_3]) happy_var_2+ )}}}++happyReduce_396 = happyReduce 4# 148# happyReduction_396+happyReduction_396 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 XChildTagOpen) -> + case happyOut160 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 XCloseTagOpen) -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 XCodeTagClose) -> + happyIn159+ (XChildTag (happy_var_1 <^^> happy_var_4 <** [happy_var_1,happy_var_3,happy_var_4]) (reverse happy_var_2)+ ) `HappyStk` happyRest}}}}++happyReduce_397 = happySpecReduce_2 149# happyReduction_397+happyReduction_397 happy_x_2+ happy_x_1+ = case happyOut160 happy_x_1 of { happy_var_1 -> + case happyOut161 happy_x_2 of { happy_var_2 -> + happyIn160+ (happy_var_2 : happy_var_1+ )}}++happyReduce_398 = happySpecReduce_0 149# happyReduction_398+happyReduction_398 = happyIn160+ ([]+ )++happyReduce_399 = happySpecReduce_1 150# happyReduction_399+happyReduction_399 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn161+ (let Loc l (XPCDATA pcd) = happy_var_1 in XPcdata (nIS l) pcd+ )}++happyReduce_400 = happySpecReduce_3 150# happyReduction_400+happyReduction_400 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 XRPatOpen) -> + case happyOut157 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 XRPatClose) -> + happyIn161+ (XRPats (happy_var_1 <^^> happy_var_3 <** (snd happy_var_2 ++ [happy_var_1,happy_var_3])) $ reverse (fst happy_var_2)+ )}}}++happyReduce_401 = happySpecReduce_1 150# happyReduction_401+happyReduction_401 happy_x_1+ = case happyOut159 happy_x_1 of { happy_var_1 -> + happyIn161+ (happy_var_1+ )}++happyReduce_402 = happySpecReduce_3 151# happyReduction_402+happyReduction_402 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut163 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Colon) -> + case happyOut163 happy_x_3 of { happy_var_3 -> + happyIn162+ (let {Loc l1 s1 = happy_var_1; Loc l2 s2 = happy_var_3}+ in XDomName (nIS l1 <++> nIS l2 <** [l1,happy_var_2,l2]) s1 s2+ )}}}++happyReduce_403 = happySpecReduce_1 151# happyReduction_403+happyReduction_403 happy_x_1+ = case happyOut163 happy_x_1 of { happy_var_1 -> + happyIn162+ (let Loc l str = happy_var_1 in XName (nIS l) str+ )}++happyReduce_404 = happySpecReduce_1 152# happyReduction_404+happyReduction_404 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn163+ (let Loc l (VarId s) = happy_var_1 in Loc l s+ )}++happyReduce_405 = happySpecReduce_1 152# happyReduction_405+happyReduction_405 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn163+ (let Loc l (ConId s) = happy_var_1 in Loc l s+ )}++happyReduce_406 = happySpecReduce_1 152# happyReduction_406+happyReduction_406 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn163+ (let Loc l (DVarId s) = happy_var_1 in Loc l $ mkDVar s+ )}++happyReduce_407 = happySpecReduce_1 152# happyReduction_407+happyReduction_407 happy_x_1+ = case happyOut164 happy_x_1 of { happy_var_1 -> + happyIn163+ (happy_var_1+ )}++happyReduce_408 = happySpecReduce_1 153# happyReduction_408+happyReduction_408 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Type) -> + happyIn164+ (Loc happy_var_1 "type"+ )}++happyReduce_409 = happySpecReduce_1 153# happyReduction_409+happyReduction_409 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Class) -> + happyIn164+ (Loc happy_var_1 "class"+ )}++happyReduce_410 = happySpecReduce_1 153# happyReduction_410+happyReduction_410 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Data) -> + happyIn164+ (Loc happy_var_1 "data"+ )}++happyReduce_411 = happySpecReduce_1 153# happyReduction_411+happyReduction_411 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Foreign) -> + happyIn164+ (Loc happy_var_1 "foreign"+ )}++happyReduce_412 = happySpecReduce_1 153# happyReduction_412+happyReduction_412 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Export) -> + happyIn164+ (Loc happy_var_1 "export"+ )}++happyReduce_413 = happySpecReduce_1 153# happyReduction_413+happyReduction_413 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Safe) -> + happyIn164+ (Loc happy_var_1 "safe"+ )}++happyReduce_414 = happySpecReduce_1 153# happyReduction_414+happyReduction_414 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Unsafe) -> + happyIn164+ (Loc happy_var_1 "unsafe"+ )}++happyReduce_415 = happySpecReduce_1 153# happyReduction_415+happyReduction_415 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Threadsafe) -> + happyIn164+ (Loc happy_var_1 "threadsafe"+ )}++happyReduce_416 = happySpecReduce_1 153# happyReduction_416+happyReduction_416 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_StdCall) -> + happyIn164+ (Loc happy_var_1 "stdcall"+ )}++happyReduce_417 = happySpecReduce_1 153# happyReduction_417+happyReduction_417 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_CCall) -> + happyIn164+ (Loc happy_var_1 "ccall"+ )}++happyReduce_418 = happySpecReduce_1 153# happyReduction_418+happyReduction_418 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_As) -> + happyIn164+ (Loc happy_var_1 "as"+ )}++happyReduce_419 = happySpecReduce_1 153# happyReduction_419+happyReduction_419 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_By) -> + happyIn164+ (Loc happy_var_1 "by"+ )}++happyReduce_420 = happySpecReduce_1 153# happyReduction_420+happyReduction_420 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Case) -> + happyIn164+ (Loc happy_var_1 "case"+ )}++happyReduce_421 = happySpecReduce_1 153# happyReduction_421+happyReduction_421 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Default) -> + happyIn164+ (Loc happy_var_1 "default"+ )}++happyReduce_422 = happySpecReduce_1 153# happyReduction_422+happyReduction_422 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Deriving) -> + happyIn164+ (Loc happy_var_1 "deriving"+ )}++happyReduce_423 = happySpecReduce_1 153# happyReduction_423+happyReduction_423 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Do) -> + happyIn164+ (Loc happy_var_1 "do"+ )}++happyReduce_424 = happySpecReduce_1 153# happyReduction_424+happyReduction_424 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Else) -> + happyIn164+ (Loc happy_var_1 "else"+ )}++happyReduce_425 = happySpecReduce_1 153# happyReduction_425+happyReduction_425 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Family) -> + happyIn164+ (Loc happy_var_1 "family"+ )}++happyReduce_426 = happySpecReduce_1 153# happyReduction_426+happyReduction_426 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Forall) -> + happyIn164+ (Loc happy_var_1 "forall"+ )}++happyReduce_427 = happySpecReduce_1 153# happyReduction_427+happyReduction_427 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Group) -> + happyIn164+ (Loc happy_var_1 "group"+ )}++happyReduce_428 = happySpecReduce_1 153# happyReduction_428+happyReduction_428 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Hiding) -> + happyIn164+ (Loc happy_var_1 "hiding"+ )}++happyReduce_429 = happySpecReduce_1 153# happyReduction_429+happyReduction_429 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_If) -> + happyIn164+ (Loc happy_var_1 "if"+ )}++happyReduce_430 = happySpecReduce_1 153# happyReduction_430+happyReduction_430 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Import) -> + happyIn164+ (Loc happy_var_1 "import"+ )}++happyReduce_431 = happySpecReduce_1 153# happyReduction_431+happyReduction_431 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_In) -> + happyIn164+ (Loc happy_var_1 "in"+ )}++happyReduce_432 = happySpecReduce_1 153# happyReduction_432+happyReduction_432 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Infix) -> + happyIn164+ (Loc happy_var_1 "infix"+ )}++happyReduce_433 = happySpecReduce_1 153# happyReduction_433+happyReduction_433 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixL) -> + happyIn164+ (Loc happy_var_1 "infixl"+ )}++happyReduce_434 = happySpecReduce_1 153# happyReduction_434+happyReduction_434 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_InfixR) -> + happyIn164+ (Loc happy_var_1 "infixr"+ )}++happyReduce_435 = happySpecReduce_1 153# happyReduction_435+happyReduction_435 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Instance) -> + happyIn164+ (Loc happy_var_1 "instance"+ )}++happyReduce_436 = happySpecReduce_1 153# happyReduction_436+happyReduction_436 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> + happyIn164+ (Loc happy_var_1 "let"+ )}++happyReduce_437 = happySpecReduce_1 153# happyReduction_437+happyReduction_437 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_MDo) -> + happyIn164+ (Loc happy_var_1 "mdo"+ )}++happyReduce_438 = happySpecReduce_1 153# happyReduction_438+happyReduction_438 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Module) -> + happyIn164+ (Loc happy_var_1 "module"+ )}++happyReduce_439 = happySpecReduce_1 153# happyReduction_439+happyReduction_439 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_NewType) -> + happyIn164+ (Loc happy_var_1 "newtype"+ )}++happyReduce_440 = happySpecReduce_1 153# happyReduction_440+happyReduction_440 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Of) -> + happyIn164+ (Loc happy_var_1 "of"+ )}++happyReduce_441 = happySpecReduce_1 153# happyReduction_441+happyReduction_441 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Proc) -> + happyIn164+ (Loc happy_var_1 "proc"+ )}++happyReduce_442 = happySpecReduce_1 153# happyReduction_442+happyReduction_442 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Rec) -> + happyIn164+ (Loc happy_var_1 "rec"+ )}++happyReduce_443 = happySpecReduce_1 153# happyReduction_443+happyReduction_443 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> + happyIn164+ (Loc happy_var_1 "then"+ )}++happyReduce_444 = happySpecReduce_1 153# happyReduction_444+happyReduction_444 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Using) -> + happyIn164+ (Loc happy_var_1 "using"+ )}++happyReduce_445 = happySpecReduce_1 153# happyReduction_445+happyReduction_445 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Where) -> + happyIn164+ (Loc happy_var_1 "where"+ )}++happyReduce_446 = happySpecReduce_1 153# happyReduction_446+happyReduction_446 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Qualified) -> + happyIn164+ (Loc happy_var_1 "qualified"+ )}++happyReduce_447 = happySpecReduce_2 154# happyReduction_447+happyReduction_447 happy_x_2+ happy_x_1+ = case happyOut165 happy_x_1 of { happy_var_1 -> + case happyOut166 happy_x_2 of { happy_var_2 -> + happyIn165+ (happy_var_2 : happy_var_1+ )}}++happyReduce_448 = happySpecReduce_0 154# happyReduction_448+happyReduction_448 = happyIn165+ ([]+ )++happyReduce_449 = happySpecReduce_3 155# happyReduction_449+happyReduction_449 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut162 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Equals) -> + case happyOut151 happy_x_3 of { happy_var_3 -> + happyIn166+ (XAttr (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_450 = happySpecReduce_1 156# happyReduction_450+happyReduction_450 happy_x_1+ = case happyOut151 happy_x_1 of { happy_var_1 -> + happyIn167+ (Just happy_var_1+ )}++happyReduce_451 = happySpecReduce_0 156# happyReduction_451+happyReduction_451 = happyIn167+ (Nothing+ )++happyReduce_452 = happySpecReduce_1 157# happyReduction_452+happyReduction_452 happy_x_1+ = case happyOut155 happy_x_1 of { happy_var_1 -> + happyIn168+ (\l -> List l [happy_var_1]+ )}++happyReduce_453 = happySpecReduce_1 157# happyReduction_453+happyReduction_453 happy_x_1+ = case happyOut169 happy_x_1 of { happy_var_1 -> + happyIn168+ (\l -> let (ps,ss) = happy_var_1 in List (l <** reverse ss) (reverse ps)+ )}++happyReduce_454 = happySpecReduce_2 157# happyReduction_454+happyReduction_454 happy_x_2+ happy_x_1+ = case happyOut155 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DotDot) -> + happyIn168+ (\l -> EnumFrom (l <** [happy_var_2]) happy_var_1+ )}}++happyReduce_455 = happyReduce 4# 157# happyReduction_455+happyReduction_455 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut155 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 DotDot) -> + happyIn168+ (\l -> EnumFromThen (l <** [happy_var_2,happy_var_4]) happy_var_1 happy_var_3+ ) `HappyStk` happyRest}}}}++happyReduce_456 = happySpecReduce_3 157# happyReduction_456+happyReduction_456 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut155 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 DotDot) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn168+ (\l -> EnumFromTo (l <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_457 = happyReduce 5# 157# happyReduction_457+happyReduction_457 (happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOut155 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + case happyOutTok happy_x_4 of { (Loc happy_var_4 DotDot) -> + case happyOut140 happy_x_5 of { happy_var_5 -> + happyIn168+ (\l -> EnumFromThenTo (l <** [happy_var_2,happy_var_4]) happy_var_1 happy_var_3 happy_var_5+ ) `HappyStk` happyRest}}}}}++happyReduce_458 = happySpecReduce_3 157# happyReduction_458+happyReduction_458 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut155 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> + case happyOut170 happy_x_3 of { happy_var_3 -> + happyIn168+ (\l -> let (stss, ss) = happy_var_3 in ParComp (l <** (happy_var_2:ss)) happy_var_1 (reverse stss)+ )}}}++happyReduce_459 = happySpecReduce_3 158# happyReduction_459+happyReduction_459 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut169 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut155 happy_x_3 of { happy_var_3 -> + happyIn169+ (let (es, ss) = happy_var_1 in (happy_var_3 : es, happy_var_2 : ss)+ )}}}++happyReduce_460 = happySpecReduce_3 158# happyReduction_460+happyReduction_460 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut155 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut155 happy_x_3 of { happy_var_3 -> + happyIn169+ (([happy_var_3,happy_var_1], [happy_var_2])+ )}}}++happyReduce_461 = happySpecReduce_3 159# happyReduction_461+happyReduction_461 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut170 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Bar) -> + case happyOut171 happy_x_3 of { happy_var_3 -> + happyIn170+ (let { (stss, ss1) = happy_var_1;+ (sts, ss2) = happy_var_3 }+ in (reverse sts : stss, ss1 ++ [happy_var_2] ++ reverse ss2)+ )}}}++happyReduce_462 = happySpecReduce_1 159# happyReduction_462+happyReduction_462 happy_x_1+ = case happyOut171 happy_x_1 of { happy_var_1 -> + happyIn170+ (let (sts, ss) = happy_var_1 in ([reverse sts], reverse ss)+ )}++happyReduce_463 = happySpecReduce_3 160# happyReduction_463+happyReduction_463 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut171 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut172 happy_x_3 of { happy_var_3 -> + happyIn171+ (let (sts, ss) = happy_var_1 in (happy_var_3 : sts, happy_var_2 : ss)+ )}}}++happyReduce_464 = happySpecReduce_1 160# happyReduction_464+happyReduction_464 happy_x_1+ = case happyOut172 happy_x_1 of { happy_var_1 -> + happyIn171+ (([happy_var_1],[])+ )}++happyReduce_465 = happySpecReduce_1 161# happyReduction_465+happyReduction_465 happy_x_1+ = case happyOut173 happy_x_1 of { happy_var_1 -> + happyIn172+ (happy_var_1+ )}++happyReduce_466 = happySpecReduce_1 161# happyReduction_466+happyReduction_466 happy_x_1+ = case happyOut175 happy_x_1 of { happy_var_1 -> + happyIn172+ (QualStmt (ann happy_var_1) happy_var_1+ )}++happyReduce_467 = happySpecReduce_2 162# happyReduction_467+happyReduction_467 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> + case happyOut139 happy_x_2 of { happy_var_2 -> + happyIn173+ (ThenTrans (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_468 = happyReduce 4# 162# happyReduction_468+happyReduction_468 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> + case happyOut139 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_By) -> + case happyOut139 happy_x_4 of { happy_var_4 -> + happyIn173+ (ThenBy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_3]) happy_var_2 happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_469 = happyReduce 4# 162# happyReduction_469+happyReduction_469 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Group) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_By) -> + case happyOut139 happy_x_4 of { happy_var_4 -> + happyIn173+ (GroupBy (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_470 = happyReduce 4# 162# happyReduction_470+happyReduction_470 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Group) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_Using) -> + case happyOut139 happy_x_4 of { happy_var_4 -> + happyIn173+ (GroupUsing (nIS happy_var_1 <++> ann happy_var_4 <** [happy_var_1,happy_var_2,happy_var_3]) happy_var_4+ ) `HappyStk` happyRest}}}}++happyReduce_471 = happyReduce 6# 162# happyReduction_471+happyReduction_471 (happy_x_6 `HappyStk`+ happy_x_5 `HappyStk`+ happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest)+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Then) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 KW_Group) -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 KW_By) -> + case happyOut139 happy_x_4 of { happy_var_4 -> + case happyOutTok happy_x_5 of { (Loc happy_var_5 KW_Using) -> + case happyOut139 happy_x_6 of { happy_var_6 -> + happyIn173+ (GroupByUsing (nIS happy_var_1 <++> ann happy_var_6 <** [happy_var_1,happy_var_2,happy_var_3,happy_var_5]) happy_var_4 happy_var_6+ ) `HappyStk` happyRest}}}}}}++happyReduce_472 = happySpecReduce_3 163# happyReduction_472+happyReduction_472 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut174 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut175 happy_x_3 of { happy_var_3 -> + happyIn174+ (let (sts, ss) = happy_var_1 in (happy_var_3 : sts, happy_var_2 : ss)+ )}}}++happyReduce_473 = happySpecReduce_1 163# happyReduction_473+happyReduction_473 happy_x_1+ = case happyOut175 happy_x_1 of { happy_var_1 -> + happyIn174+ (([happy_var_1],[])+ )}++happyReduce_474 = happySpecReduce_3 164# happyReduction_474+happyReduction_474 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut183 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftArrow) -> + case happyOut139 happy_x_3 of { happy_var_3 -> + happyIn175+ (Generator (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_475 = happySpecReduce_1 164# happyReduction_475+happyReduction_475 happy_x_1+ = case happyOut139 happy_x_1 of { happy_var_1 -> + happyIn175+ (Qualifier (ann happy_var_1) happy_var_1+ )}++happyReduce_476 = happySpecReduce_2 164# happyReduction_476+happyReduction_476 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> + case happyOut61 happy_x_2 of { happy_var_2 -> + happyIn175+ (LetStmt (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_477 = happySpecReduce_3 165# happyReduction_477+happyReduction_477 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> + case happyOut177 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + happyIn176+ ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])+ )}}}++happyReduce_478 = happySpecReduce_3 165# happyReduction_478+happyReduction_478 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut223 happy_x_1 of { happy_var_1 -> + case happyOut177 happy_x_2 of { happy_var_2 -> + case happyOut224 happy_x_3 of { happy_var_3 -> + happyIn176+ ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])+ )}}}++happyReduce_479 = happySpecReduce_3 166# happyReduction_479+happyReduction_479 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut178 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + happyIn177+ ((reverse $ fst happy_var_2, happy_var_1 ++ snd happy_var_2 ++ happy_var_3)+ )}}}++happyReduce_480 = happySpecReduce_3 167# happyReduction_480+happyReduction_480 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut178 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut179 happy_x_3 of { happy_var_3 -> + happyIn178+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ happy_var_2)+ )}}}++happyReduce_481 = happySpecReduce_1 167# happyReduction_481+happyReduction_481 happy_x_1+ = case happyOut179 happy_x_1 of { happy_var_1 -> + happyIn178+ (([happy_var_1],[])+ )}++happyReduce_482 = happySpecReduce_3 168# happyReduction_482+happyReduction_482 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut183 happy_x_1 of { happy_var_1 -> + case happyOut180 happy_x_2 of { happy_var_2 -> + case happyOut134 happy_x_3 of { happy_var_3 -> + happyIn179+ (Alt (happy_var_1 <> happy_var_2 <+?> (fmap ann) (fst happy_var_3) <** snd happy_var_3) happy_var_1 happy_var_2 (fst happy_var_3)+ )}}}++happyReduce_483 = happySpecReduce_2 169# happyReduction_483+happyReduction_483 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 RightArrow) -> + case happyOut139 happy_x_2 of { happy_var_2 -> + happyIn180+ (UnGuardedAlt (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_484 = happySpecReduce_1 169# happyReduction_484+happyReduction_484 happy_x_1+ = case happyOut181 happy_x_1 of { happy_var_1 -> + happyIn180+ (GuardedAlts (snd happy_var_1) (reverse $ fst happy_var_1)+ )}++happyReduce_485 = happySpecReduce_2 170# happyReduction_485+happyReduction_485 happy_x_2+ happy_x_1+ = case happyOut181 happy_x_1 of { happy_var_1 -> + case happyOut182 happy_x_2 of { happy_var_2 -> + happyIn181+ ((happy_var_2 : fst happy_var_1, snd happy_var_1 <++> ann happy_var_2)+ )}}++happyReduce_486 = happySpecReduce_1 170# happyReduction_486+happyReduction_486 happy_x_1+ = case happyOut182 happy_x_1 of { happy_var_1 -> + happyIn181+ (([happy_var_1], ann happy_var_1)+ )}++happyReduce_487 = happyMonadReduce 4# 171# happyReduction_487+happyReduction_487 (happy_x_4 `HappyStk`+ happy_x_3 `HappyStk`+ happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Bar) -> + case happyOut174 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightArrow) -> + case happyOut139 happy_x_4 of { happy_var_4 -> + ( do { checkPatternGuards (fst happy_var_2);+ let {l = nIS happy_var_1 <++> ann happy_var_4 <** (happy_var_1:snd happy_var_2 ++ [happy_var_3])};+ return (GuardedAlt l (reverse (fst happy_var_2)) happy_var_4) })}}}}+ ) (\r -> happyReturn (happyIn182 r))++happyReduce_488 = happyMonadReduce 1# 172# happyReduction_488+happyReduction_488 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut140 happy_x_1 of { happy_var_1 -> + ( checkPattern happy_var_1)}+ ) (\r -> happyReturn (happyIn183 r))++happyReduce_489 = happyMonadReduce 2# 172# happyReduction_489+happyReduction_489 (happy_x_2 `HappyStk`+ happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + case happyOut151 happy_x_2 of { happy_var_2 -> + ( checkPattern (BangPat (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2))}}+ ) (\r -> happyReturn (happyIn183 r))++happyReduce_490 = happySpecReduce_3 173# happyReduction_490+happyReduction_490 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftCurly) -> + case happyOut185 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightCurly) -> + happyIn184+ ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])+ )}}}++happyReduce_491 = happySpecReduce_3 173# happyReduction_491+happyReduction_491 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut223 happy_x_1 of { happy_var_1 -> + case happyOut185 happy_x_2 of { happy_var_2 -> + case happyOut224 happy_x_3 of { happy_var_3 -> + happyIn184+ ((fst happy_var_2, happy_var_1 <^^> happy_var_3, happy_var_1:snd happy_var_2 ++ [happy_var_3])+ )}}}++happyReduce_492 = happySpecReduce_2 174# happyReduction_492+happyReduction_492 happy_x_2+ happy_x_1+ = case happyOut187 happy_x_1 of { happy_var_1 -> + case happyOut186 happy_x_2 of { happy_var_2 -> + happyIn185+ ((happy_var_1 : fst happy_var_2, snd happy_var_2)+ )}}++happyReduce_493 = happySpecReduce_2 174# happyReduction_493+happyReduction_493 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 SemiColon) -> + case happyOut185 happy_x_2 of { happy_var_2 -> + happyIn185+ ((fst happy_var_2, happy_var_1 : snd happy_var_2)+ )}}++happyReduce_494 = happySpecReduce_0 174# happyReduction_494+happyReduction_494 = happyIn185+ (([],[])+ )++happyReduce_495 = happySpecReduce_2 175# happyReduction_495+happyReduction_495 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 SemiColon) -> + case happyOut185 happy_x_2 of { happy_var_2 -> + happyIn186+ ((fst happy_var_2, happy_var_1 : snd happy_var_2)+ )}}++happyReduce_496 = happySpecReduce_0 175# happyReduction_496+happyReduction_496 = happyIn186+ (([],[])+ )++happyReduce_497 = happySpecReduce_2 176# happyReduction_497+happyReduction_497 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Let) -> + case happyOut61 happy_x_2 of { happy_var_2 -> + happyIn187+ (LetStmt (nIS happy_var_1 <++> ann happy_var_2 <** [happy_var_1]) happy_var_2+ )}}++happyReduce_498 = happySpecReduce_3 176# happyReduction_498+happyReduction_498 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut183 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 LeftArrow) -> + case happyOut139 happy_x_3 of { happy_var_3 -> + happyIn187+ (Generator (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_499 = happySpecReduce_1 176# happyReduction_499+happyReduction_499 happy_x_1+ = case happyOut139 happy_x_1 of { happy_var_1 -> + happyIn187+ (Qualifier (ann happy_var_1) happy_var_1+ )}++happyReduce_500 = happySpecReduce_2 176# happyReduction_500+happyReduction_500 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Rec) -> + case happyOut184 happy_x_2 of { happy_var_2 -> + happyIn187+ (let (stms,inf,ss) = happy_var_2 in RecStmt (nIS happy_var_1 <++> inf <** happy_var_1:ss) stms+ )}}++happyReduce_501 = happySpecReduce_3 177# happyReduction_501+happyReduction_501 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut188 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Comma) -> + case happyOut189 happy_x_3 of { happy_var_3 -> + happyIn188+ (let (fbs, ss) = happy_var_1 in (happy_var_3 : fbs, happy_var_2 : ss)+ )}}}++happyReduce_502 = happySpecReduce_1 177# happyReduction_502+happyReduction_502 happy_x_1+ = case happyOut189 happy_x_1 of { happy_var_1 -> + happyIn188+ (([happy_var_1],[])+ )}++happyReduce_503 = happySpecReduce_3 178# happyReduction_503+happyReduction_503 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut196 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Equals) -> + case happyOut140 happy_x_3 of { happy_var_3 -> + happyIn189+ (FieldUpdate (happy_var_1 <>happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_504 = happyMonadReduce 1# 178# happyReduction_504+happyReduction_504 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOut196 happy_x_1 of { happy_var_1 -> + ( checkEnabled NamedFieldPuns >> checkUnQual happy_var_1 >>= return . FieldPun (ann happy_var_1))}+ ) (\r -> happyReturn (happyIn189 r))++happyReduce_505 = happyMonadReduce 1# 178# happyReduction_505+happyReduction_505 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (case happyOutTok happy_x_1 of { (Loc happy_var_1 DotDot) -> + ( checkEnabled RecordWildCards >> return (FieldWildcard (nIS happy_var_1)))}+ ) (\r -> happyReturn (happyIn189 r))++happyReduce_506 = happySpecReduce_3 179# happyReduction_506+happyReduction_506 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut25 happy_x_1 of { happy_var_1 -> + case happyOut191 happy_x_2 of { happy_var_2 -> + case happyOut25 happy_x_3 of { happy_var_3 -> + happyIn190+ ((reverse (fst happy_var_2), reverse happy_var_1 ++ snd happy_var_2 ++ reverse happy_var_3)+ )}}}++happyReduce_507 = happySpecReduce_3 180# happyReduction_507+happyReduction_507 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut191 happy_x_1 of { happy_var_1 -> + case happyOut24 happy_x_2 of { happy_var_2 -> + case happyOut192 happy_x_3 of { happy_var_3 -> + happyIn191+ ((happy_var_3 : fst happy_var_1, snd happy_var_1 ++ reverse happy_var_2)+ )}}}++happyReduce_508 = happySpecReduce_1 180# happyReduction_508+happyReduction_508 happy_x_1+ = case happyOut192 happy_x_1 of { happy_var_1 -> + happyIn191+ (([happy_var_1],[])+ )}++happyReduce_509 = happySpecReduce_3 181# happyReduction_509+happyReduction_509 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOut197 happy_x_1 of { happy_var_1 -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 Equals) -> + case happyOut139 happy_x_3 of { happy_var_3 -> + happyIn192+ (IPBind (happy_var_1 <> happy_var_3 <** [happy_var_2]) happy_var_1 happy_var_3+ )}}}++happyReduce_510 = happySpecReduce_2 182# happyReduction_510+happyReduction_510 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightParen) -> + happyIn193+ (p_unit_con (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])+ )}}++happyReduce_511 = happySpecReduce_2 182# happyReduction_511+happyReduction_511 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftSquare) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightSquare) -> + happyIn193+ (List (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2]) []+ )}}++happyReduce_512 = happySpecReduce_3 182# happyReduction_512+happyReduction_512 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut154 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn193+ (p_tuple_con (happy_var_1 <^^> happy_var_3 <** happy_var_1:reverse (happy_var_3:happy_var_2)) Boxed (length happy_var_2)+ )}}}++happyReduce_513 = happySpecReduce_2 182# happyReduction_513+happyReduction_513 happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> + case happyOutTok happy_x_2 of { (Loc happy_var_2 RightHashParen) -> + happyIn193+ (p_unboxed_singleton_con (happy_var_1 <^^> happy_var_2 <** [happy_var_1,happy_var_2])+ )}}++happyReduce_514 = happySpecReduce_3 182# happyReduction_514+happyReduction_514 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftHashParen) -> + case happyOut154 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightHashParen) -> + happyIn193+ (p_tuple_con (happy_var_1 <^^> happy_var_3 <** happy_var_1:reverse (happy_var_3:happy_var_2)) Unboxed (length happy_var_2)+ )}}}++happyReduce_515 = happySpecReduce_1 182# happyReduction_515+happyReduction_515 happy_x_1+ = case happyOut199 happy_x_1 of { happy_var_1 -> + happyIn193+ (Con (ann happy_var_1) happy_var_1+ )}++happyReduce_516 = happySpecReduce_1 183# happyReduction_516+happyReduction_516 happy_x_1+ = case happyOut211 happy_x_1 of { happy_var_1 -> + happyIn194+ (happy_var_1+ )}++happyReduce_517 = happySpecReduce_3 183# happyReduction_517+happyReduction_517 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut219 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn194+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_518 = happySpecReduce_1 184# happyReduction_518+happyReduction_518 happy_x_1+ = case happyOut210 happy_x_1 of { happy_var_1 -> + happyIn195+ (happy_var_1+ )}++happyReduce_519 = happySpecReduce_3 184# happyReduction_519+happyReduction_519 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut219 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn195+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_520 = happySpecReduce_1 185# happyReduction_520+happyReduction_520 happy_x_1+ = case happyOut209 happy_x_1 of { happy_var_1 -> + happyIn196+ (happy_var_1+ )}++happyReduce_521 = happySpecReduce_3 185# happyReduction_521+happyReduction_521 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut217 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn196+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_522 = happySpecReduce_1 186# happyReduction_522+happyReduction_522 happy_x_1+ = case happyOut212 happy_x_1 of { happy_var_1 -> + happyIn197+ (happy_var_1+ )}++happyReduce_523 = happySpecReduce_1 187# happyReduction_523+happyReduction_523 happy_x_1+ = case happyOut214 happy_x_1 of { happy_var_1 -> + happyIn198+ (happy_var_1+ )}++happyReduce_524 = happySpecReduce_3 187# happyReduction_524+happyReduction_524 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut216 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn198+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_525 = happySpecReduce_1 188# happyReduction_525+happyReduction_525 happy_x_1+ = case happyOut213 happy_x_1 of { happy_var_1 -> + happyIn199+ (happy_var_1+ )}++happyReduce_526 = happySpecReduce_3 188# happyReduction_526+happyReduction_526 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 LeftParen) -> + case happyOut208 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 RightParen) -> + happyIn199+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_527 = happySpecReduce_1 189# happyReduction_527+happyReduction_527 happy_x_1+ = case happyOut219 happy_x_1 of { happy_var_1 -> + happyIn200+ (happy_var_1+ )}++happyReduce_528 = happySpecReduce_3 189# happyReduction_528+happyReduction_528 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> + case happyOut211 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> + happyIn200+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_529 = happySpecReduce_1 190# happyReduction_529+happyReduction_529 happy_x_1+ = case happyOut217 happy_x_1 of { happy_var_1 -> + happyIn201+ (happy_var_1+ )}++happyReduce_530 = happySpecReduce_3 190# happyReduction_530+happyReduction_530 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> + case happyOut209 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> + happyIn201+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_531 = happySpecReduce_1 191# happyReduction_531+happyReduction_531 happy_x_1+ = case happyOut218 happy_x_1 of { happy_var_1 -> + happyIn202+ (happy_var_1+ )}++happyReduce_532 = happySpecReduce_3 191# happyReduction_532+happyReduction_532 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> + case happyOut209 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> + happyIn202+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_533 = happySpecReduce_1 192# happyReduction_533+happyReduction_533 happy_x_1+ = case happyOut216 happy_x_1 of { happy_var_1 -> + happyIn203+ (happy_var_1+ )}++happyReduce_534 = happySpecReduce_3 192# happyReduction_534+happyReduction_534 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> + case happyOut214 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> + happyIn203+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_535 = happySpecReduce_1 193# happyReduction_535+happyReduction_535 happy_x_1+ = case happyOut208 happy_x_1 of { happy_var_1 -> + happyIn204+ (happy_var_1+ )}++happyReduce_536 = happySpecReduce_3 193# happyReduction_536+happyReduction_536 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> + case happyOut213 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> + happyIn204+ (fmap (const (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3])) happy_var_2+ )}}}++happyReduce_537 = happySpecReduce_1 194# happyReduction_537+happyReduction_537 happy_x_1+ = case happyOut200 happy_x_1 of { happy_var_1 -> + happyIn205+ (VarOp (ann happy_var_1) happy_var_1+ )}++happyReduce_538 = happySpecReduce_1 194# happyReduction_538+happyReduction_538 happy_x_1+ = case happyOut203 happy_x_1 of { happy_var_1 -> + happyIn205+ (ConOp (ann happy_var_1) happy_var_1+ )}++happyReduce_539 = happySpecReduce_1 195# happyReduction_539+happyReduction_539 happy_x_1+ = case happyOut201 happy_x_1 of { happy_var_1 -> + happyIn206+ (QVarOp (ann happy_var_1) happy_var_1+ )}++happyReduce_540 = happySpecReduce_1 195# happyReduction_540+happyReduction_540 happy_x_1+ = case happyOut204 happy_x_1 of { happy_var_1 -> + happyIn206+ (QConOp (ann happy_var_1) happy_var_1+ )}++happyReduce_541 = happySpecReduce_1 196# happyReduction_541+happyReduction_541 happy_x_1+ = case happyOut202 happy_x_1 of { happy_var_1 -> + happyIn207+ (QVarOp (ann happy_var_1) happy_var_1+ )}++happyReduce_542 = happySpecReduce_1 196# happyReduction_542+happyReduction_542 happy_x_1+ = case happyOut204 happy_x_1 of { happy_var_1 -> + happyIn207+ (QConOp (ann happy_var_1) happy_var_1+ )}++happyReduce_543 = happySpecReduce_1 197# happyReduction_543+happyReduction_543 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Colon) -> + happyIn208+ (list_cons_name (nIS happy_var_1)+ )}++happyReduce_544 = happySpecReduce_1 197# happyReduction_544+happyReduction_544 happy_x_1+ = case happyOut215 happy_x_1 of { happy_var_1 -> + happyIn208+ (happy_var_1+ )}++happyReduce_545 = happySpecReduce_1 198# happyReduction_545+happyReduction_545 happy_x_1+ = case happyOut211 happy_x_1 of { happy_var_1 -> + happyIn209+ (UnQual (ann happy_var_1) happy_var_1+ )}++happyReduce_546 = happySpecReduce_1 198# happyReduction_546+happyReduction_546 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn209+ (let {Loc l (QVarId q) = happy_var_1; nis = nIS l}+ in Qual nis (ModuleName nis (fst q)) (Ident nis (snd q))+ )}++happyReduce_547 = happySpecReduce_1 199# happyReduction_547+happyReduction_547 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn210+ (let Loc l (VarId v) = happy_var_1 in Ident (nIS l) v+ )}++happyReduce_548 = happySpecReduce_1 199# happyReduction_548+happyReduction_548 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_As) -> + happyIn210+ (as_name (nIS happy_var_1)+ )}++happyReduce_549 = happySpecReduce_1 199# happyReduction_549+happyReduction_549 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Qualified) -> + happyIn210+ (qualified_name (nIS happy_var_1)+ )}++happyReduce_550 = happySpecReduce_1 199# happyReduction_550+happyReduction_550 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Hiding) -> + happyIn210+ (hiding_name (nIS happy_var_1)+ )}++happyReduce_551 = happySpecReduce_1 199# happyReduction_551+happyReduction_551 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Export) -> + happyIn210+ (export_name (nIS happy_var_1)+ )}++happyReduce_552 = happySpecReduce_1 199# happyReduction_552+happyReduction_552 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_StdCall) -> + happyIn210+ (stdcall_name (nIS happy_var_1)+ )}++happyReduce_553 = happySpecReduce_1 199# happyReduction_553+happyReduction_553 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_CCall) -> + happyIn210+ (ccall_name (nIS happy_var_1)+ )}++happyReduce_554 = happySpecReduce_1 200# happyReduction_554+happyReduction_554 happy_x_1+ = case happyOut210 happy_x_1 of { happy_var_1 -> + happyIn211+ (happy_var_1+ )}++happyReduce_555 = happySpecReduce_1 200# happyReduction_555+happyReduction_555 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Safe) -> + happyIn211+ (safe_name (nIS happy_var_1)+ )}++happyReduce_556 = happySpecReduce_1 200# happyReduction_556+happyReduction_556 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Unsafe) -> + happyIn211+ (unsafe_name (nIS happy_var_1)+ )}++happyReduce_557 = happySpecReduce_1 200# happyReduction_557+happyReduction_557 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 KW_Threadsafe) -> + happyIn211+ (threadsafe_name (nIS happy_var_1)+ )}++happyReduce_558 = happySpecReduce_1 201# happyReduction_558+happyReduction_558 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn212+ (let Loc l (IDupVarId i) = happy_var_1 in IPDup (nIS l) i+ )}++happyReduce_559 = happySpecReduce_1 201# happyReduction_559+happyReduction_559 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn212+ (let Loc l (ILinVarId i) = happy_var_1 in IPLin (nIS l) i+ )}++happyReduce_560 = happySpecReduce_1 202# happyReduction_560+happyReduction_560 happy_x_1+ = case happyOut214 happy_x_1 of { happy_var_1 -> + happyIn213+ (UnQual (ann happy_var_1) happy_var_1+ )}++happyReduce_561 = happySpecReduce_1 202# happyReduction_561+happyReduction_561 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn213+ (let {Loc l (QConId q) = happy_var_1; nis = nIS l} in Qual nis (ModuleName nis (fst q)) (Ident nis (snd q))+ )}++happyReduce_562 = happySpecReduce_1 203# happyReduction_562+happyReduction_562 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn214+ (let Loc l (ConId c) = happy_var_1 in Ident (nIS l) c+ )}++happyReduce_563 = happySpecReduce_1 204# happyReduction_563+happyReduction_563 happy_x_1+ = case happyOut216 happy_x_1 of { happy_var_1 -> + happyIn215+ (UnQual (ann happy_var_1) happy_var_1+ )}++happyReduce_564 = happySpecReduce_1 204# happyReduction_564+happyReduction_564 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn215+ (let {Loc l (QConSym q) = happy_var_1; nis = nIS l} in Qual nis (ModuleName nis (fst q)) (Symbol nis (snd q))+ )}++happyReduce_565 = happySpecReduce_1 205# happyReduction_565+happyReduction_565 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn216+ (let Loc l (ConSym c) = happy_var_1 in Symbol (nIS l) c+ )}++happyReduce_566 = happySpecReduce_1 206# happyReduction_566+happyReduction_566 happy_x_1+ = case happyOut219 happy_x_1 of { happy_var_1 -> + happyIn217+ (UnQual (ann happy_var_1) happy_var_1+ )}++happyReduce_567 = happySpecReduce_1 206# happyReduction_567+happyReduction_567 happy_x_1+ = case happyOut221 happy_x_1 of { happy_var_1 -> + happyIn217+ (happy_var_1+ )}++happyReduce_568 = happySpecReduce_1 207# happyReduction_568+happyReduction_568 happy_x_1+ = case happyOut220 happy_x_1 of { happy_var_1 -> + happyIn218+ (UnQual (ann happy_var_1) happy_var_1+ )}++happyReduce_569 = happySpecReduce_1 207# happyReduction_569+happyReduction_569 happy_x_1+ = case happyOut221 happy_x_1 of { happy_var_1 -> + happyIn218+ (happy_var_1+ )}++happyReduce_570 = happySpecReduce_1 208# happyReduction_570+happyReduction_570 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn219+ (let Loc l (VarSym v) = happy_var_1 in Symbol (nIS l) v+ )}++happyReduce_571 = happySpecReduce_1 208# happyReduction_571+happyReduction_571 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Minus) -> + happyIn219+ (minus_name (nIS happy_var_1)+ )}++happyReduce_572 = happySpecReduce_1 208# happyReduction_572+happyReduction_572 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + happyIn219+ (bang_name (nIS happy_var_1)+ )}++happyReduce_573 = happySpecReduce_1 208# happyReduction_573+happyReduction_573 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Dot) -> + happyIn219+ (dot_name (nIS happy_var_1)+ )}++happyReduce_574 = happySpecReduce_1 208# happyReduction_574+happyReduction_574 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Star) -> + happyIn219+ (star_name (nIS happy_var_1)+ )}++happyReduce_575 = happySpecReduce_1 209# happyReduction_575+happyReduction_575 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn220+ (let Loc l (VarSym v) = happy_var_1 in Symbol (nIS l) v+ )}++happyReduce_576 = happySpecReduce_1 209# happyReduction_576+happyReduction_576 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Exclamation) -> + happyIn220+ (bang_name (nIS happy_var_1)+ )}++happyReduce_577 = happySpecReduce_1 209# happyReduction_577+happyReduction_577 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Dot) -> + happyIn220+ (dot_name (nIS happy_var_1)+ )}++happyReduce_578 = happySpecReduce_1 209# happyReduction_578+happyReduction_578 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 Star) -> + happyIn220+ (star_name (nIS happy_var_1)+ )}++happyReduce_579 = happySpecReduce_1 210# happyReduction_579+happyReduction_579 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn221+ (let {Loc l (QVarSym q) = happy_var_1; nis = nIS l} in Qual nis (ModuleName nis (fst q)) (Symbol nis (snd q))+ )}++happyReduce_580 = happySpecReduce_1 211# happyReduction_580+happyReduction_580 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (IntTok (i,raw)) = happy_var_1 in Int (nIS l) i raw+ )}++happyReduce_581 = happySpecReduce_1 211# happyReduction_581+happyReduction_581 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (Character (c,raw)) = happy_var_1 in Char (nIS l) c raw+ )}++happyReduce_582 = happySpecReduce_1 211# happyReduction_582+happyReduction_582 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (FloatTok (r,raw)) = happy_var_1 in Frac (nIS l) r raw+ )}++happyReduce_583 = happySpecReduce_1 211# happyReduction_583+happyReduction_583 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (StringTok (s,raw)) = happy_var_1 in String (nIS l) s raw+ )}++happyReduce_584 = happySpecReduce_1 211# happyReduction_584+happyReduction_584 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (IntTokHash (i,raw)) = happy_var_1 in PrimInt (nIS l) i raw+ )}++happyReduce_585 = happySpecReduce_1 211# happyReduction_585+happyReduction_585 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (WordTokHash (w,raw)) = happy_var_1 in PrimWord (nIS l) w raw+ )}++happyReduce_586 = happySpecReduce_1 211# happyReduction_586+happyReduction_586 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (FloatTokHash (f,raw)) = happy_var_1 in PrimFloat (nIS l) f raw+ )}++happyReduce_587 = happySpecReduce_1 211# happyReduction_587+happyReduction_587 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (DoubleTokHash (d,raw)) = happy_var_1 in PrimDouble (nIS l) d raw+ )}++happyReduce_588 = happySpecReduce_1 211# happyReduction_588+happyReduction_588 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (CharacterHash (c,raw)) = happy_var_1 in PrimChar (nIS l) c raw+ )}++happyReduce_589 = happySpecReduce_1 211# happyReduction_589+happyReduction_589 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn222+ (let Loc l (StringHash (s,raw)) = happy_var_1 in PrimString (nIS l) s raw+ )}++happyReduce_590 = happyMonadReduce 0# 212# happyReduction_590+happyReduction_590 (happyRest) tk+ = happyThen (( pushCurrentContext >> getSrcLoc >>= \s -> return $ mkSrcSpan s s {- >>= \x -> trace (show x) (return x) -})+ ) (\r -> happyReturn (happyIn223 r))++happyReduce_591 = happySpecReduce_1 213# happyReduction_591+happyReduction_591 happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 VRightCurly) -> + happyIn224+ (happy_var_1 {- >>= \x -> trace (show x ++ show x ++ show x) (return x) -}+ )}++happyReduce_592 = happyMonadReduce 1# 213# happyReduction_592+happyReduction_592 (happy_x_1 `HappyStk`+ happyRest) tk+ = happyThen (( popContext >> getSrcLoc >>= \s -> return $ mkSrcSpan s s {- >>= \x -> trace (show x ++ show x) (return x) -})+ ) (\r -> happyReturn (happyIn224 r))++happyReduce_593 = happySpecReduce_1 214# happyReduction_593+happyReduction_593 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn225+ (let Loc l (ConId n) = happy_var_1 in ModuleName (nIS l) n+ )}++happyReduce_594 = happySpecReduce_1 214# happyReduction_594+happyReduction_594 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn225+ (let Loc l (QConId n) = happy_var_1 in ModuleName (nIS l) (fst n ++ '.':snd n)+ )}++happyReduce_595 = happySpecReduce_1 215# happyReduction_595+happyReduction_595 happy_x_1+ = case happyOut198 happy_x_1 of { happy_var_1 -> + happyIn226+ (happy_var_1+ )}++happyReduce_596 = happySpecReduce_1 216# happyReduction_596+happyReduction_596 happy_x_1+ = case happyOut199 happy_x_1 of { happy_var_1 -> + happyIn227+ (happy_var_1+ )}++happyReduce_597 = happySpecReduce_1 217# happyReduction_597+happyReduction_597 happy_x_1+ = case happyOut211 happy_x_1 of { happy_var_1 -> + happyIn228+ (happy_var_1+ )}++happyReduce_598 = happySpecReduce_3 218# happyReduction_598+happyReduction_598 happy_x_3+ happy_x_2+ happy_x_1+ = case happyOutTok happy_x_1 of { (Loc happy_var_1 BackQuote) -> + case happyOut228 happy_x_2 of { happy_var_2 -> + case happyOutTok happy_x_3 of { (Loc happy_var_3 BackQuote) -> + happyIn229+ (UnQual (happy_var_1 <^^> happy_var_3 <** [happy_var_1, srcInfoSpan (ann happy_var_2), happy_var_3]) happy_var_2+ )}}}++happyReduce_599 = happySpecReduce_1 218# happyReduction_599+happyReduction_599 happy_x_1+ = case happyOut230 happy_x_1 of { happy_var_1 -> + happyIn229+ (UnQual (ann happy_var_1) happy_var_1+ )}++happyReduce_600 = happySpecReduce_1 219# happyReduction_600+happyReduction_600 happy_x_1+ = case happyOutTok happy_x_1 of { happy_var_1 -> + happyIn230+ (let Loc l (VarSym x) = happy_var_1 in Symbol (nIS l) x+ )}++happyNewToken action sts stk+ = lexer(\tk -> + let cont i = happyDoAction i tk action sts stk in+ case tk of {+ Loc _ EOF -> happyDoAction 134# tk action sts stk;+ Loc _ (VarId _) -> cont 1#;+ Loc _ (QVarId _) -> cont 2#;+ Loc _ (IDupVarId _) -> cont 3#;+ Loc _ (ILinVarId _) -> cont 4#;+ Loc _ (ConId _) -> cont 5#;+ Loc _ (QConId _) -> cont 6#;+ Loc _ (DVarId _) -> cont 7#;+ Loc _ (VarSym _) -> cont 8#;+ Loc _ (ConSym _) -> cont 9#;+ Loc _ (QVarSym _) -> cont 10#;+ Loc _ (QConSym _) -> cont 11#;+ Loc _ (IntTok _) -> cont 12#;+ Loc _ (FloatTok _) -> cont 13#;+ Loc _ (Character _) -> cont 14#;+ Loc _ (StringTok _) -> cont 15#;+ Loc _ (IntTokHash _) -> cont 16#;+ Loc _ (WordTokHash _) -> cont 17#;+ Loc _ (FloatTokHash _) -> cont 18#;+ Loc _ (DoubleTokHash _) -> cont 19#;+ Loc _ (CharacterHash _) -> cont 20#;+ Loc _ (StringHash _) -> cont 21#;+ Loc happy_dollar_dollar LeftParen -> cont 22#;+ Loc happy_dollar_dollar RightParen -> cont 23#;+ Loc happy_dollar_dollar LeftHashParen -> cont 24#;+ Loc happy_dollar_dollar RightHashParen -> cont 25#;+ Loc happy_dollar_dollar LeftCurlyBar -> cont 26#;+ Loc happy_dollar_dollar RightCurlyBar -> cont 27#;+ Loc happy_dollar_dollar SemiColon -> cont 28#;+ Loc happy_dollar_dollar LeftCurly -> cont 29#;+ Loc happy_dollar_dollar RightCurly -> cont 30#;+ Loc happy_dollar_dollar VRightCurly -> cont 31#;+ Loc happy_dollar_dollar LeftSquare -> cont 32#;+ Loc happy_dollar_dollar RightSquare -> cont 33#;+ Loc happy_dollar_dollar Comma -> cont 34#;+ Loc happy_dollar_dollar Underscore -> cont 35#;+ Loc happy_dollar_dollar BackQuote -> cont 36#;+ Loc happy_dollar_dollar Dot -> cont 37#;+ Loc happy_dollar_dollar DotDot -> cont 38#;+ Loc happy_dollar_dollar Colon -> cont 39#;+ Loc happy_dollar_dollar DoubleColon -> cont 40#;+ Loc happy_dollar_dollar Equals -> cont 41#;+ Loc happy_dollar_dollar Backslash -> cont 42#;+ Loc happy_dollar_dollar Bar -> cont 43#;+ Loc happy_dollar_dollar LeftArrow -> cont 44#;+ Loc happy_dollar_dollar RightArrow -> cont 45#;+ Loc happy_dollar_dollar At -> cont 46#;+ Loc happy_dollar_dollar Tilde -> cont 47#;+ Loc happy_dollar_dollar DoubleArrow -> cont 48#;+ Loc happy_dollar_dollar Minus -> cont 49#;+ Loc happy_dollar_dollar Exclamation -> cont 50#;+ Loc happy_dollar_dollar Star -> cont 51#;+ Loc happy_dollar_dollar LeftArrowTail -> cont 52#;+ Loc happy_dollar_dollar RightArrowTail -> cont 53#;+ Loc happy_dollar_dollar LeftDblArrowTail -> cont 54#;+ Loc happy_dollar_dollar RightDblArrowTail -> cont 55#;+ Loc happy_dollar_dollar RPGuardOpen -> cont 56#;+ Loc happy_dollar_dollar RPGuardClose -> cont 57#;+ Loc happy_dollar_dollar RPCAt -> cont 58#;+ Loc _ (THIdEscape _) -> cont 59#;+ Loc happy_dollar_dollar THParenEscape -> cont 60#;+ Loc happy_dollar_dollar THExpQuote -> cont 61#;+ Loc happy_dollar_dollar THPatQuote -> cont 62#;+ Loc happy_dollar_dollar THTypQuote -> cont 63#;+ Loc happy_dollar_dollar THDecQuote -> cont 64#;+ Loc happy_dollar_dollar THCloseQuote -> cont 65#;+ Loc happy_dollar_dollar THVarQuote -> cont 66#;+ Loc happy_dollar_dollar THTyQuote -> cont 67#;+ Loc _ (THQuasiQuote _) -> cont 68#;+ Loc _ (XPCDATA _) -> cont 69#;+ Loc happy_dollar_dollar XStdTagOpen -> cont 70#;+ Loc happy_dollar_dollar XCloseTagOpen -> cont 71#;+ Loc happy_dollar_dollar XCodeTagOpen -> cont 72#;+ Loc happy_dollar_dollar XChildTagOpen -> cont 73#;+ Loc happy_dollar_dollar XStdTagClose -> cont 74#;+ Loc happy_dollar_dollar XEmptyTagClose -> cont 75#;+ Loc happy_dollar_dollar XCodeTagClose -> cont 76#;+ Loc happy_dollar_dollar XRPatOpen -> cont 77#;+ Loc happy_dollar_dollar XRPatClose -> cont 78#;+ Loc happy_dollar_dollar KW_Foreign -> cont 79#;+ Loc happy_dollar_dollar KW_Export -> cont 80#;+ Loc happy_dollar_dollar KW_Safe -> cont 81#;+ Loc happy_dollar_dollar KW_Unsafe -> cont 82#;+ Loc happy_dollar_dollar KW_Threadsafe -> cont 83#;+ Loc happy_dollar_dollar KW_StdCall -> cont 84#;+ Loc happy_dollar_dollar KW_CCall -> cont 85#;+ Loc happy_dollar_dollar KW_As -> cont 86#;+ Loc happy_dollar_dollar KW_By -> cont 87#;+ Loc happy_dollar_dollar KW_Case -> cont 88#;+ Loc happy_dollar_dollar KW_Class -> cont 89#;+ Loc happy_dollar_dollar KW_Data -> cont 90#;+ Loc happy_dollar_dollar KW_Default -> cont 91#;+ Loc happy_dollar_dollar KW_Deriving -> cont 92#;+ Loc happy_dollar_dollar KW_Do -> cont 93#;+ Loc happy_dollar_dollar KW_Else -> cont 94#;+ Loc happy_dollar_dollar KW_Family -> cont 95#;+ Loc happy_dollar_dollar KW_Forall -> cont 96#;+ Loc happy_dollar_dollar KW_Group -> cont 97#;+ Loc happy_dollar_dollar KW_Hiding -> cont 98#;+ Loc happy_dollar_dollar KW_If -> cont 99#;+ Loc happy_dollar_dollar KW_Import -> cont 100#;+ Loc happy_dollar_dollar KW_In -> cont 101#;+ Loc happy_dollar_dollar KW_Infix -> cont 102#;+ Loc happy_dollar_dollar KW_InfixL -> cont 103#;+ Loc happy_dollar_dollar KW_InfixR -> cont 104#;+ Loc happy_dollar_dollar KW_Instance -> cont 105#;+ Loc happy_dollar_dollar KW_Let -> cont 106#;+ Loc happy_dollar_dollar KW_MDo -> cont 107#;+ Loc happy_dollar_dollar KW_Module -> cont 108#;+ Loc happy_dollar_dollar KW_NewType -> cont 109#;+ Loc happy_dollar_dollar KW_Of -> cont 110#;+ Loc happy_dollar_dollar KW_Proc -> cont 111#;+ Loc happy_dollar_dollar KW_Rec -> cont 112#;+ Loc happy_dollar_dollar KW_Then -> cont 113#;+ Loc happy_dollar_dollar KW_Type -> cont 114#;+ Loc happy_dollar_dollar KW_Using -> cont 115#;+ Loc happy_dollar_dollar KW_Where -> cont 116#;+ Loc happy_dollar_dollar KW_Qualified -> cont 117#;+ Loc _ (INLINE _) -> cont 118#;+ Loc happy_dollar_dollar INLINE_CONLIKE -> cont 119#;+ Loc happy_dollar_dollar SPECIALISE -> cont 120#;+ Loc _ (SPECIALISE_INLINE _) -> cont 121#;+ Loc happy_dollar_dollar SOURCE -> cont 122#;+ Loc happy_dollar_dollar RULES -> cont 123#;+ Loc happy_dollar_dollar CORE -> cont 124#;+ Loc happy_dollar_dollar SCC -> cont 125#;+ Loc happy_dollar_dollar GENERATED -> cont 126#;+ Loc happy_dollar_dollar DEPRECATED -> cont 127#;+ Loc happy_dollar_dollar WARNING -> cont 128#;+ Loc happy_dollar_dollar UNPACK -> cont 129#;+ Loc _ (OPTIONS _) -> cont 130#;+ Loc happy_dollar_dollar LANGUAGE -> cont 131#;+ Loc happy_dollar_dollar ANN -> cont 132#;+ Loc happy_dollar_dollar PragmaEnd -> cont 133#;+ _ -> happyError' tk+ })++happyError_ tk = happyError' tk++happyThen :: () => P a -> (a -> P b) -> P b+happyThen = (>>=)+happyReturn :: () => a -> P a+happyReturn = (return)+happyThen1 = happyThen+happyReturn1 :: () => a -> P a+happyReturn1 = happyReturn+happyError' :: () => Loc Token -> P a+happyError' tk = parseError tk++mparseModule = happySomeParser where+ happySomeParser = happyThen (happyParse 0#) (\x -> happyReturn (happyOut13 x))++mparseExp = happySomeParser where+ happySomeParser = happyThen (happyParse 1#) (\x -> happyReturn (happyOut139 x))++mparsePat = happySomeParser where+ happySomeParser = happyThen (happyParse 2#) (\x -> happyReturn (happyOut183 x))++mparseDecl = happySomeParser where+ happySomeParser = happyThen (happyParse 3#) (\x -> happyReturn (happyOut50 x))++mparseType = happySomeParser where+ happySomeParser = happyThen (happyParse 4#) (\x -> happyReturn (happyOut88 x))++mparseStmt = happySomeParser where+ happySomeParser = happyThen (happyParse 5#) (\x -> happyReturn (happyOut187 x)) mparseModules = happySomeParser where happySomeParser = happyThen (happyParse 6#) (\x -> happyReturn (happyOut11 x))
haskell-src-exts.cabal view
@@ -1,9 +1,9 @@ Name: haskell-src-exts-Version: 1.12.0+Version: 1.13.0 License: BSD3 License-File: LICENSE Author: Niklas Broberg-Maintainer: Niklas Broberg <d00nibro@chalmers.se>+Maintainer: Niklas Broberg <niklas.broberg@chalmers.se> Category: Language Synopsis: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer Description: Haskell-Source with Extensions (HSE, haskell-src-exts)@@ -28,9 +28,10 @@ as well as HSX-style embedded XML syntax. Homepage: http://code.haskell.org/haskell-src-exts Stability: Stable-Tested-with: GHC==6.10.2, GHC==6.10.4, GHC==6.12.3+Tested-with: GHC==6.10.2, GHC==6.10.4, GHC==6.12.3, GHC==7.0.2 Build-Type: Custom-Cabal-Version: >= 1.2+Cabal-Version: >= 1.6+ Extra-Source-Files: CHANGELOG Test/Runner.hs@@ -139,3 +140,7 @@ Language.Haskell.Exts.ParseUtils, Language.Haskell.Exts.InternalParser Hs-source-dirs: src++Source-Repository head+ Type: darcs+ Location: http://code.haskell.org/haskell-src-exts
src/Language/Haskell/Exts/Annotated/ExactPrint.hs view
@@ -181,6 +181,11 @@ lList' [p] = [if isNullSpan p then (p,"") else (p,"}")] lList' (p:ps) = (if isNullSpan p then (p,"") else (p,";")) : lList' ps +printSemi :: SrcSpan -> EP () +printSemi p = do + printWhitespace (pos p) + when (not $ isNullSpan p) $ printString ";" + -------------------------------------------------- -- Exact printing @@ -1117,16 +1122,33 @@ printStringAt (pos b) "in" exactPC e _ -> errorEP "ExactP: Exp: Let is given wrong number of srcInfoPoints" - If l ec et ee -> + If l ec et ee -> -- traceShow (srcInfoPoints l) $ do case srcInfoPoints l of - [a,b,c] -> do - printString "if" - exactPC ec - printStringAt (pos b) "then" - exactPC et - printStringAt (pos c) "else" - exactPC ee - _ -> errorEP "ExactP: Exp: If is given wrong number of srcInfoPoints" + (pIf:b:c:rest) -> do + let (mpSemi1,pThen,rest2) = + if snd (spanSize b) == 4 -- this is "then", not a semi + then (Nothing, b, c:rest) + else (Just b, c, rest) + case rest2 of + (c:rest3) -> do + let (mpSemi2,rest4) = if snd (spanSize c) == 4 -- this is "else", not a semi + then (Nothing, rest2) + else (Just c, rest3) + case rest4 of + [pElse] -> do + printString "if" + exactPC ec + maybeEP printSemi mpSemi1 + printStringAt (pos pThen) "then" + exactPC et + maybeEP printSemi mpSemi2 + printStringAt (pos pElse) "else" + exactPC ee + [] -> errorEP "ExactP: Exp: If is given too few srcInfoPoints" + _ -> errorEP "ExactP: Exp: If is given too many srcInfoPoints" + _ -> errorEP "ExactP: Exp: If is given too few srcInfoPoints" + + _ -> errorEP "ExactP: Exp: If is given too few srcInfoPoints" Case l e alts -> case srcInfoPoints l of a:b:pts -> do
src/Language/Haskell/Exts/Extension.hs view
@@ -19,6 +19,8 @@ Extension(..), classifyExtension, impliesExts, -- * Extension groups + haskell98, haskell2010, + glasgowExts, knownExtensions ) where @@ -84,8 +86,10 @@ | UnboxedTuples | DeriveDataTypeable | ConstrainedClassMethods + | NPlusKPatterns | PackageImports + | DoAndIfThenElse | ImpredicativeTypes | NewQualifiedOperators @@ -167,6 +171,17 @@ , TypeFamilies ] +haskell98 :: [Extension] +haskell98 = [NPlusKPatterns] + +haskell2010 :: [Extension] +haskell2010 = + [ DoAndIfThenElse + , PatternGuards + , ForeignFunctionInterface + , EmptyDataDecls + ] + -- | List of all known extensions. Poor man's 'Enum' instance -- (we can't enum with the 'UnknownExtension' constructor). knownExtensions :: [Extension] @@ -234,6 +249,8 @@ , XmlSyntax , RegularPatterns , TupleSections + , NPlusKPatterns + , DoAndIfThenElse ]
src/Language/Haskell/Exts/InternalParser.ly view
@@ -1154,9 +1154,14 @@ > : '\\' apats '->' exp { Lambda (nIS $1 <++> ann $4 <** [$1,$3]) (reverse $2) $4 } A let may bind implicit parameters > | 'let' binds 'in' exp { Let (nIS $1 <++> ann $4 <** [$1,$3]) $2 $4 }-> | 'if' exp 'then' exp 'else' exp { If (nIS $1 <++> ann $6 <** [$1,$3,$5]) $2 $4 $6 }+> | 'if' exp optlayoutsemi 'then' exp optlayoutsemi 'else' exp +> { If (nIS $1 <++> ann $8 <** ($1:$3 ++ $4:$6 ++ [$7])) $2 $5 $8 } > | 'proc' apat '->' exp { Proc (nIS $1 <++> ann $4 <** [$1,$3]) $2 $4 } > | exppragma { $1 }++> optlayoutsemi :: { [S] }+> : ';' {% checkEnabled DoAndIfThenElse >> return [$1] }+> | {- empty -} { [] } mdo blocks require the RecursiveDo extension enabled, but the lexer handles that.
src/Language/Haskell/Exts/ParseMonad.hs view
@@ -36,7 +36,7 @@ import Language.Haskell.Exts.SrcLoc(SrcLoc(..)) import Language.Haskell.Exts.Fixity (Fixity, preludeFixities) import Language.Haskell.Exts.Comments-import Language.Haskell.Exts.Extension (Extension, impliesExts)+import Language.Haskell.Exts.Extension (Extension, impliesExts, haskell2010) import Data.List ( intersperse ) import Control.Applicative@@ -130,7 +130,7 @@ defaultParseMode :: ParseMode defaultParseMode = ParseMode { parseFilename = "<unknown>.hs",- extensions = [],+ extensions = haskell2010, ignoreLanguagePragmas = False, ignoreLinePragmas = True, fixities = Just preludeFixities
src/Language/Haskell/Exts/ParseUtils.hs view
@@ -329,6 +329,7 @@ r <- checkPat r [] return (PInfixApp loc l c r) QVarOp ppos (UnQual _ (Symbol _ "+")) -> do+ checkEnabled NPlusKPatterns case (l,r) of (Var _ (UnQual _ n@(Ident _ _)), Lit _ (Int kpos k _)) -> do let pp = srcInfoSpan ppos
src/Language/Haskell/Exts/SrcLoc.hs view
@@ -75,8 +75,13 @@ -- | Test if a given span starts and ends at the same location. isNullSpan :: SrcSpan -> Bool -isNullSpan ss = srcSpanStartLine ss == srcSpanEndLine ss && +isNullSpan ss = spanSize ss == (0,0) +{- isNullSpan ss = srcSpanStartLine ss == srcSpanEndLine ss && srcSpanStartColumn ss >= srcSpanEndColumn ss +-} + +spanSize :: SrcSpan -> (Int, Int) +spanSize ss = (srcSpanEndLine ss - srcSpanStartLine ss, max 0 (srcSpanEndColumn ss - srcSpanStartColumn ss)) -- | An entity located in the source. data Loc a = Loc