module ParserCore ( parseCore ) where
import IfaceSyn
import ForeignCall
import RdrHsSyn
import HsSyn hiding (toHsType, toHsKind)
import RdrName
import OccName
import TypeRep ( TyThing(..) )
import Type ( Kind,
liftedTypeKindTyCon, openTypeKindTyCon, unliftedTypeKindTyCon,
mkTyConApp
)
import Kind( mkArrowKind )
import Name( Name, nameOccName, nameModule, mkExternalName, wiredInNameTyThing_maybe )
import Module
import ParserCoreUtils
import LexCore
import Literal
import SrcLoc
import PrelNames
import TysPrim
import TyCon ( TyCon, tyConName )
import FastString
import Outputable
import Data.Char
import Unique
#include "../HsVersions.h"
import qualified Data.Array as Happy_Data_Array
import qualified GHC.Exts as Happy_GHC_Exts
import Control.Applicative(Applicative(..))
import Control.Monad (ap)
newtype HappyAbsSyn = HappyAbsSyn HappyAny
#if __GLASGOW_HASKELL__ >= 607
type HappyAny = Happy_GHC_Exts.Any
#else
type HappyAny = forall a . a
#endif
happyIn4 :: (HsExtCore RdrName) -> (HappyAbsSyn )
happyIn4 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut4 :: (HappyAbsSyn ) -> (HsExtCore RdrName)
happyOut4 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn5 :: (Module) -> (HappyAbsSyn )
happyIn5 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut5 :: (HappyAbsSyn ) -> (Module)
happyOut5 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn6 :: (Name) -> (HappyAbsSyn )
happyIn6 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut6 :: (HappyAbsSyn ) -> (Name)
happyOut6 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn7 :: (Name) -> (HappyAbsSyn )
happyIn7 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut7 :: (HappyAbsSyn ) -> (Name)
happyOut7 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn8 :: (Name) -> (HappyAbsSyn )
happyIn8 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut8 :: (HappyAbsSyn ) -> (Name)
happyOut8 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn9 :: ([String]) -> (HappyAbsSyn )
happyIn9 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut9 :: (HappyAbsSyn ) -> ([String])
happyOut9 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn10 :: ([String]) -> (HappyAbsSyn )
happyIn10 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut10 :: (HappyAbsSyn ) -> ([String])
happyOut10 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn11 :: ([TyClDecl RdrName]) -> (HappyAbsSyn )
happyIn11 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut11 :: (HappyAbsSyn ) -> ([TyClDecl RdrName])
happyOut11 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn12 :: (TyClDecl RdrName) -> (HappyAbsSyn )
happyIn12 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut12 :: (HappyAbsSyn ) -> (TyClDecl RdrName)
happyOut12 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn13 :: (OccName -> [LConDecl RdrName]) -> (HappyAbsSyn )
happyIn13 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut13 :: (HappyAbsSyn ) -> (OccName -> [LConDecl RdrName])
happyOut13 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn14 :: ([LConDecl RdrName]) -> (HappyAbsSyn )
happyIn14 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut14 :: (HappyAbsSyn ) -> ([LConDecl RdrName])
happyOut14 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn15 :: (LConDecl RdrName) -> (HappyAbsSyn )
happyIn15 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut15 :: (HappyAbsSyn ) -> (LConDecl RdrName)
happyOut15 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn16 :: ([LHsTyVarBndr RdrName]) -> (HappyAbsSyn )
happyIn16 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut16 :: (HappyAbsSyn ) -> ([LHsTyVarBndr RdrName])
happyOut16 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn17 :: ([LHsType RdrName]) -> (HappyAbsSyn )
happyIn17 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut17 :: (HappyAbsSyn ) -> ([LHsType RdrName])
happyOut17 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn18 :: ([IfaceType]) -> (HappyAbsSyn )
happyIn18 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut18 :: (HappyAbsSyn ) -> ([IfaceType])
happyOut18 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn19 :: (IfaceType) -> (HappyAbsSyn )
happyIn19 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut19 :: (HappyAbsSyn ) -> (IfaceType)
happyOut19 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn20 :: (IfaceType) -> (HappyAbsSyn )
happyIn20 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut20 :: (HappyAbsSyn ) -> (IfaceType)
happyOut20 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn21 :: (IfaceType) -> (HappyAbsSyn )
happyIn21 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut21 :: (HappyAbsSyn ) -> (IfaceType)
happyOut21 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn22 :: ([IfaceBinding]) -> (HappyAbsSyn )
happyIn22 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut22 :: (HappyAbsSyn ) -> ([IfaceBinding])
happyOut22 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn23 :: (IfaceBinding) -> (HappyAbsSyn )
happyIn23 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut23 :: (HappyAbsSyn ) -> (IfaceBinding)
happyOut23 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn24 :: ([(IfaceLetBndr, IfaceExpr)]) -> (HappyAbsSyn )
happyIn24 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut24 :: (HappyAbsSyn ) -> ([(IfaceLetBndr, IfaceExpr)])
happyOut24 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn25 :: ((IfaceLetBndr, IfaceExpr)) -> (HappyAbsSyn )
happyIn25 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut25 :: (HappyAbsSyn ) -> ((IfaceLetBndr, IfaceExpr))
happyOut25 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn26 :: (IfaceBndr) -> (HappyAbsSyn )
happyIn26 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut26 :: (HappyAbsSyn ) -> (IfaceBndr)
happyOut26 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn27 :: ([IfaceBndr]) -> (HappyAbsSyn )
happyIn27 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut27 :: (HappyAbsSyn ) -> ([IfaceBndr])
happyOut27 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn28 :: (IfaceIdBndr) -> (HappyAbsSyn )
happyIn28 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut28 :: (HappyAbsSyn ) -> (IfaceIdBndr)
happyOut28 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn29 :: (IfaceTvBndr) -> (HappyAbsSyn )
happyIn29 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut29 :: (HappyAbsSyn ) -> (IfaceTvBndr)
happyOut29 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn30 :: ([IfaceTvBndr]) -> (HappyAbsSyn )
happyIn30 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut30 :: (HappyAbsSyn ) -> ([IfaceTvBndr])
happyOut30 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn31 :: (IfaceKind) -> (HappyAbsSyn )
happyIn31 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut31 :: (HappyAbsSyn ) -> (IfaceKind)
happyOut31 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn32 :: (IfaceKind) -> (HappyAbsSyn )
happyIn32 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut32 :: (HappyAbsSyn ) -> (IfaceKind)
happyOut32 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn33 :: (IfaceExpr) -> (HappyAbsSyn )
happyIn33 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut33 :: (HappyAbsSyn ) -> (IfaceExpr)
happyOut33 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn34 :: (IfaceExpr) -> (HappyAbsSyn )
happyIn34 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut34 :: (HappyAbsSyn ) -> (IfaceExpr)
happyOut34 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn35 :: (IfaceExpr) -> (HappyAbsSyn )
happyIn35 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut35 :: (HappyAbsSyn ) -> (IfaceExpr)
happyOut35 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn36 :: ([IfaceAlt]) -> (HappyAbsSyn )
happyIn36 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut36 :: (HappyAbsSyn ) -> ([IfaceAlt])
happyOut36 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn37 :: (IfaceAlt) -> (HappyAbsSyn )
happyIn37 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut37 :: (HappyAbsSyn ) -> (IfaceAlt)
happyOut37 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn38 :: (Literal) -> (HappyAbsSyn )
happyIn38 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut38 :: (HappyAbsSyn ) -> (Literal)
happyOut38 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn39 :: (FastString) -> (HappyAbsSyn )
happyIn39 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut39 :: (HappyAbsSyn ) -> (FastString)
happyOut39 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn40 :: (String) -> (HappyAbsSyn )
happyIn40 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut40 :: (HappyAbsSyn ) -> (String)
happyOut40 x = Happy_GHC_Exts.unsafeCoerce# x
happyIn41 :: (OccName) -> (HappyAbsSyn )
happyIn41 x = Happy_GHC_Exts.unsafeCoerce# x
happyOut41 :: (HappyAbsSyn ) -> (OccName)
happyOut41 x = Happy_GHC_Exts.unsafeCoerce# x
happyInTok :: (Token) -> (HappyAbsSyn )
happyInTok x = Happy_GHC_Exts.unsafeCoerce# x
happyOutTok :: (HappyAbsSyn ) -> (Token)
happyOutTok x = Happy_GHC_Exts.unsafeCoerce# x
happyActOffsets :: HappyAddr
happyActOffsets = HappyA# "\x66\x01\x66\x01\x5b\x01\x5a\x01\x2a\x01\x5d\x01\x59\x01\x2f\x00\x2a\x01\x58\x01\x58\x01\xe5\x00\x53\x01\xe5\x00\x00\x00\x00\x00\x57\x01\x00\x00\x56\x01\x54\x01\x21\x00\x00\x00\x00\x00\x55\x01\x4f\x01\x00\x00\x21\x00\x08\x00\x2f\x00\xe5\x00\x52\x01\x00\x00\x51\x01\x4e\x01\x50\x01\x4b\x01\x08\x00\x00\x00\x4d\x01\x4a\x01\x00\x00\x00\x00\xdf\x00\xdf\x00\x49\x01\x4c\x01\xdf\x00\xd4\x00\x08\x00\x48\x01\x47\x01\x40\x01\x00\x00\x21\x00\x00\x00\x0b\x01\x46\x01\x45\x01\x00\x00\x00\x00\xba\x00\x00\x00\x08\x00\x42\x01\xd2\x00\x08\x00\x00\x00\x00\x00\x3f\x01\xf0\x00\x00\x00\x00\x00\x44\x01\xf0\x00\x00\x00\x00\x00\x00\x00\x41\x01\x3c\x01\x3a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xdc\x00\x00\x00\x00\x00\x00\x00\x2f\x00\x43\x01\x39\x01\xc6\x00\x2c\x00\x3b\x01\x3e\x01\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x33\x01\x00\x00\x0b\x01\x00\x00\x00\x00\x0b\x01\x2c\x00\x38\x01\x00\x00\x26\x01\xb4\x00\x3d\x01\x36\x01\x35\x01\x34\x01\x32\x01\x60\x00\x08\x00\x37\x01\x00\x00\x60\x00\x60\x00\x2a\x00\x1d\x01\x1c\x01\x30\x01\x31\x01\x00\x00\x00\x00\xf0\x00\x00\x00\x00\x00\x25\x01\x00\x00\x00\x00\x00\x00\xd2\x00\x2f\x01\x00\x00\x01\x00\x01\x00\x01\x00\x01\x00\x00\x00\x00\x00\x2d\x01\xd2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x2c\x01\x2b\x01\x29\x01\x28\x01\xf3\xff\x00\x00\x00\x00\x00\x00\x2e\x01\x00\x00\x00\x00\x00\x00\x00\x00\x23\x01\x00\x00\x27\x01\x24\x01\xbc\x00\xf3\x00\x22\x01\x14\x01\x18\x01\x17\x01\xf4\x00\x1a\x01\x0e\x01\xd2\x00\xd2\x00\xbc\x00\x00\x00\x02\x01\xd2\x00\x00\x00\xd2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#
happyGotoOffsets :: HappyAddr
happyGotoOffsets = HappyA# "\x19\x01\x00\x00\x08\x01\x00\x00\x21\x01\x00\x00\xf5\x00\xdd\x00\x1f\x01\xfe\x00\xbe\x00\xf9\x00\x00\x00\xf7\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbf\x00\x00\x00\x00\x00\x00\x00\xcb\x00\x00\x00\xe8\x00\x80\x00\xca\x00\xec\x00\x00\x00\x00\x00\x9c\x00\xb3\x00\x8f\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9d\x00\x9b\x00\x00\x00\x00\x00\x99\x00\x7c\x00\x7a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe4\x00\x00\x00\xc2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x97\x00\x00\x00\x78\x00\x00\x00\x4b\x00\x76\x00\x00\x00\x00\x00\x39\x00\x6a\x00\x00\x00\x00\x00\x00\x00\xda\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x00\x00\x00\x00\x00\x00\x00\xf6\xff\x00\x00\x00\x00\x44\x00\x0d\x01\x00\x00\x00\x00\x00\x00\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x51\x00\x0a\x01\x00\x00\x00\x00\x50\x00\xf1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xae\x00\x0a\x00\x00\x00\x00\x00\xac\x00\x69\x00\x29\x00\xfa\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbb\x00\x00\x00\x00\x00\x58\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x00\x00\x00\x00\xaa\x00\xa1\x00\x9f\x00\x42\x00\x00\x00\x00\x00\x00\x00\x36\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1d\x00\x00\x00\x95\x00\x07\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x14\x00\x0d\x00\x92\x00\x00\x00\x00\x00\x06\x00\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#
happyDefActions :: HappyAddr
happyDefActions = HappyA# "\x00\x00\x00\x00\x00\x00\x00\x00\xf5\xff\x00\x00\x00\x00\xdc\xff\xf5\xff\x00\x00\x00\x00\xcd\xff\x00\x00\xcd\xff\xf4\xff\xfe\xff\x00\x00\xd9\xff\x00\x00\x00\x00\x00\x00\xae\xff\xfd\xff\xf9\xff\x00\x00\xd5\xff\x00\x00\x00\x00\xdc\xff\xcd\xff\x00\x00\xcf\xff\x00\x00\x00\x00\xf1\xff\x00\x00\x00\x00\xfb\xff\x00\x00\x00\x00\xcc\xff\xdb\xff\xe8\xff\xe8\xff\xdf\xff\x00\x00\xe8\xff\xcd\xff\x00\x00\xae\xff\x00\x00\xd8\xff\xf8\xff\x00\x00\xda\xff\x00\x00\x00\x00\x00\x00\xe5\xff\xe3\xff\xe8\xff\xe6\xff\x00\x00\xae\xff\x00\x00\x00\x00\xe2\xff\xe1\xff\xef\xff\x00\x00\xf0\xff\xf2\xff\x00\x00\x00\x00\xca\xff\xcb\xff\xc9\xff\x00\x00\xee\xff\xeb\xff\xac\xff\xde\xff\xc3\xff\xc4\xff\xbe\xff\xbd\xff\xd6\xff\xc2\xff\xc5\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xae\xff\x00\x00\xe7\xff\x00\x00\xe0\xff\xfa\xff\xf7\xff\xad\xff\xf9\xff\xd7\xff\x00\x00\xdd\xff\xe4\xff\x00\x00\xd2\xff\x00\x00\xd3\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc0\xff\x00\x00\xe8\xff\x00\x00\xef\xff\x00\x00\xc7\xff\x00\x00\xce\xff\xc8\xff\x00\x00\xf3\xff\xed\xff\xeb\xff\xec\xff\xe9\xff\xbf\xff\x00\x00\x00\x00\xb9\xff\x00\x00\x00\x00\x00\x00\x00\x00\xc1\xff\xd4\xff\x00\x00\x00\x00\xd1\xff\xfc\xff\xf6\xff\xbc\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbb\xff\xea\xff\xc6\xff\x00\x00\xb0\xff\xaf\xff\xb1\xff\xb2\xff\x00\x00\xd0\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb8\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xba\xff\x00\x00\x00\x00\xb5\xff\x00\x00\xb7\xff\xb4\xff\xb3\xff\xb6\xff"#
happyCheck :: HappyAddr
happyCheck = HappyA# "\xff\xff\x02\x00\x0f\x00\x04\x00\x0a\x00\x0b\x00\x03\x00\x04\x00\x02\x00\x13\x00\x04\x00\x15\x00\x04\x00\x03\x00\x04\x00\x02\x00\x0f\x00\x04\x00\x1f\x00\x10\x00\x11\x00\x05\x00\x02\x00\x0f\x00\x04\x00\x23\x00\x10\x00\x11\x00\x1d\x00\x1e\x00\x1f\x00\x25\x00\x1f\x00\x22\x00\x23\x00\x1d\x00\x1e\x00\x1f\x00\x23\x00\x1f\x00\x22\x00\x23\x00\x1d\x00\x1e\x00\x1f\x00\x23\x00\x0d\x00\x22\x00\x23\x00\x1d\x00\x1e\x00\x1f\x00\x05\x00\x18\x00\x22\x00\x23\x00\x02\x00\x0f\x00\x04\x00\x0f\x00\x0d\x00\x03\x00\x04\x00\x02\x00\x1f\x00\x04\x00\x19\x00\x0a\x00\x0b\x00\x03\x00\x02\x00\x1b\x00\x04\x00\x1f\x00\x10\x00\x11\x00\x23\x00\x02\x00\x1f\x00\x04\x00\x02\x00\x0f\x00\x04\x00\x1d\x00\x1e\x00\x1f\x00\x05\x00\x06\x00\x22\x00\x23\x00\x1d\x00\x1e\x00\x1f\x00\x23\x00\x25\x00\x22\x00\x23\x00\x1d\x00\x1e\x00\x1f\x00\x0c\x00\x23\x00\x22\x00\x23\x00\x1d\x00\x1e\x00\x1f\x00\x1d\x00\x03\x00\x22\x00\x23\x00\x0f\x00\x22\x00\x23\x00\x02\x00\x23\x00\x04\x00\x24\x00\x0d\x00\x0e\x00\x0f\x00\x03\x00\x04\x00\x03\x00\x04\x00\x03\x00\x04\x00\x1f\x00\x0c\x00\x03\x00\x04\x00\x03\x00\x04\x00\x1b\x00\x10\x00\x11\x00\x10\x00\x11\x00\x10\x00\x11\x00\x23\x00\x1d\x00\x10\x00\x11\x00\x10\x00\x11\x00\x22\x00\x23\x00\x02\x00\x19\x00\x1a\x00\x02\x00\x09\x00\x23\x00\x03\x00\x23\x00\x03\x00\x23\x00\x03\x00\x23\x00\x03\x00\x23\x00\x03\x00\x23\x00\x03\x00\x0e\x00\x0f\x00\x0e\x00\x0f\x00\x0e\x00\x0f\x00\x0e\x00\x0f\x00\x03\x00\x0f\x00\x03\x00\x0f\x00\x03\x00\x20\x00\x21\x00\x22\x00\x20\x00\x21\x00\x22\x00\x05\x00\x0f\x00\x23\x00\x0f\x00\x23\x00\x0f\x00\x23\x00\x23\x00\x23\x00\x03\x00\x23\x00\x0f\x00\x23\x00\x05\x00\x06\x00\x05\x00\x06\x00\x0f\x00\x0e\x00\x0f\x00\x06\x00\x23\x00\x08\x00\x23\x00\x05\x00\x23\x00\x0c\x00\x1f\x00\x15\x00\x0f\x00\x1b\x00\x1c\x00\x06\x00\x1f\x00\x08\x00\x1f\x00\x12\x00\x13\x00\x0c\x00\x15\x00\x1a\x00\x0f\x00\x23\x00\x0f\x00\x24\x00\x1f\x00\x24\x00\x21\x00\x22\x00\x23\x00\x24\x00\x0f\x00\x1a\x00\x23\x00\x0f\x00\x12\x00\x13\x00\x1f\x00\x15\x00\x1f\x00\x0f\x00\x1b\x00\x1c\x00\x1b\x00\x14\x00\x15\x00\x05\x00\x1f\x00\x14\x00\x15\x00\x1f\x00\x0f\x00\x23\x00\x03\x00\x0f\x00\x13\x00\x1f\x00\x19\x00\x1a\x00\x23\x00\x18\x00\x01\x00\x19\x00\x23\x00\x19\x00\x1d\x00\x1b\x00\x23\x00\x19\x00\x1a\x00\x19\x00\x1a\x00\x23\x00\x21\x00\x22\x00\x23\x00\x24\x00\x00\x00\x23\x00\x19\x00\x23\x00\x16\x00\x17\x00\x18\x00\x16\x00\x17\x00\x18\x00\x16\x00\x17\x00\x18\x00\x07\x00\x08\x00\x07\x00\x08\x00\x1f\x00\x20\x00\x02\x00\x03\x00\x20\x00\x15\x00\x19\x00\x19\x00\x1e\x00\x10\x00\x12\x00\x11\x00\x0f\x00\x09\x00\x10\x00\x10\x00\x1e\x00\x10\x00\x10\x00\x20\x00\x07\x00\x10\x00\x1b\x00\x10\x00\xff\xff\x16\x00\xff\xff\x1f\x00\xff\xff\xff\xff\x16\x00\x19\x00\x16\x00\x16\x00\x16\x00\x10\x00\x10\x00\x1c\x00\x15\x00\x19\x00\x0f\x00\x12\x00\x10\x00\x1b\x00\x10\x00\x15\x00\xff\xff\x12\x00\x1e\x00\x11\x00\x23\x00\x15\x00\x1e\x00\x20\x00\x14\x00\x1c\x00\x19\x00\x16\x00\x14\x00\x11\x00\x14\x00\x01\x00\x15\x00\x1e\x00\xff\xff\xff\xff\x16\x00\xff\xff\x20\x00\x20\x00\x1f\x00\x1c\x00\x15\x00\xff\xff\xff\xff\x1e\x00\xff\xff\x1f\x00\xff\xff\x20\x00\x1f\x00\xff\xff\xff\xff\xff\xff\xff\xff\x25\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"#
happyTable :: HappyAddr
happyTable = HappyA# "\x00\x00\x52\x00\x5d\x00\x53\x00\x85\x00\x4e\x00\x2a\x00\x2b\x00\x52\x00\x78\x00\x53\x00\x11\x00\x30\x00\x2a\x00\x2b\x00\x52\x00\x3f\x00\x53\x00\x5f\x00\x2c\x00\xa7\x00\x96\x00\x52\x00\x31\x00\x53\x00\x12\x00\x2c\x00\x8b\x00\x54\x00\x55\x00\xbf\x00\x4f\x00\x40\x00\x57\x00\x58\x00\x54\x00\x55\x00\xba\x00\x2e\x00\x32\x00\x57\x00\x58\x00\x54\x00\x55\x00\xbd\x00\x2e\x00\x15\x00\x57\x00\x58\x00\x54\x00\x55\x00\xbe\x00\x14\x00\xaa\x00\x57\x00\x58\x00\x52\x00\x21\x00\x53\x00\x70\x00\x15\x00\x2a\x00\x2b\x00\x52\x00\x16\x00\x53\x00\x86\x00\x4d\x00\x4e\x00\x3a\x00\x52\x00\x71\x00\x53\x00\x16\x00\x2c\x00\x69\x00\x1f\x00\x52\x00\x16\x00\x53\x00\x52\x00\x9a\x00\x53\x00\x54\x00\x55\x00\x98\x00\x96\x00\x63\x00\x57\x00\x58\x00\x54\x00\x55\x00\x9f\x00\x2e\x00\x4f\x00\x57\x00\x58\x00\x54\x00\x55\x00\x71\x00\xa0\x00\x3d\x00\x57\x00\x58\x00\x54\x00\x55\x00\x56\x00\xa2\x00\x3a\x00\x57\x00\x58\x00\x3f\x00\x57\x00\x58\x00\x52\x00\x93\x00\x53\x00\x64\x00\x87\x00\x88\x00\x3c\x00\x2a\x00\x2b\x00\x2a\x00\x2b\x00\x2a\x00\x2b\x00\x40\x00\x7b\x00\x2a\x00\x2b\x00\x2a\x00\x2b\x00\x48\x00\x2c\x00\x51\x00\x2c\x00\x5f\x00\x2c\x00\x38\x00\x3d\x00\x79\x00\x2c\x00\x46\x00\x2c\x00\x2d\x00\x57\x00\x58\x00\xac\x00\x1d\x00\x39\x00\xac\x00\x23\x00\x2e\x00\x3a\x00\x2e\x00\x3a\x00\x2e\x00\x3a\x00\x1f\x00\x3a\x00\x2e\x00\x3a\x00\x2e\x00\x3a\x00\x60\x00\x3c\x00\x3b\x00\x3c\x00\x42\x00\x3c\x00\x43\x00\x3c\x00\x3a\x00\x9b\x00\x3a\x00\x9c\x00\x3a\x00\xbc\x00\xae\x00\xaf\x00\xad\x00\xae\x00\xaf\x00\x25\x00\x9d\x00\x3d\x00\x89\x00\x3d\x00\x8c\x00\x3d\x00\x26\x00\x3d\x00\x0b\x00\x3d\x00\x21\x00\x3d\x00\x34\x00\x97\x00\x25\x00\x63\x00\x3f\x00\xb1\x00\xb2\x00\x5a\x00\x3d\x00\x5b\x00\x3d\x00\x34\x00\x3d\x00\x5c\x00\x16\x00\x19\x00\x5d\x00\x7f\x00\xa1\x00\x5a\x00\x40\x00\x5b\x00\xb3\x00\x29\x00\x10\x00\x5c\x00\x11\x00\x5e\x00\x5d\x00\x12\x00\x21\x00\x64\x00\x5f\x00\x64\x00\x73\x00\x74\x00\x75\x00\x76\x00\x5d\x00\x5e\x00\x12\x00\x3f\x00\x0f\x00\x10\x00\x5f\x00\x11\x00\x16\x00\x21\x00\x7f\x00\x80\x00\x7b\x00\x67\x00\x33\x00\x16\x00\x5f\x00\x32\x00\x33\x00\x40\x00\x4a\x00\x12\x00\x0d\x00\x70\x00\x4b\x00\x16\x00\x1d\x00\x28\x00\x12\x00\x4c\x00\x04\x00\x92\x00\x12\x00\xba\x00\x4d\x00\x71\x00\x1f\x00\x1d\x00\x1e\x00\x1d\x00\x22\x00\x1f\x00\x73\x00\x74\x00\x75\x00\x76\x00\x03\x00\x1f\x00\xbc\x00\x1f\x00\x6c\x00\xb8\x00\x6e\x00\x6c\x00\x95\x00\x6e\x00\x6c\x00\x6d\x00\x6e\x00\x0e\x00\x08\x00\x07\x00\x08\x00\x66\x00\x67\x00\x0a\x00\x0b\x00\x18\x00\xb4\x00\xb5\x00\xb6\x00\xb7\x00\xa9\x00\xb8\x00\xac\x00\x70\x00\xaa\x00\xa4\x00\xa5\x00\x85\x00\xa6\x00\xa7\x00\x51\x00\x8b\x00\x9f\x00\x7d\x00\x83\x00\x00\x00\x9a\x00\x00\x00\x16\x00\x00\x00\x00\x00\x8e\x00\x84\x00\x8f\x00\x90\x00\x91\x00\x92\x00\x6b\x00\x69\x00\x6c\x00\x95\x00\x78\x00\x7f\x00\x82\x00\x7d\x00\x63\x00\x22\x00\x00\x00\x37\x00\x7e\x00\x45\x00\x77\x00\x38\x00\x36\x00\x51\x00\x41\x00\x62\x00\x42\x00\x46\x00\x25\x00\x1b\x00\x28\x00\x03\x00\x22\x00\x48\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x18\x00\x18\x00\x16\x00\x19\x00\x07\x00\x00\x00\x00\x00\x1d\x00\x00\x00\x0d\x00\x00\x00\x18\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\x00\x00\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 = Happy_Data_Array.array (1, 83) [
(1 , happyReduce_1),
(2 , happyReduce_2),
(3 , happyReduce_3),
(4 , happyReduce_4),
(5 , happyReduce_5),
(6 , happyReduce_6),
(7 , happyReduce_7),
(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)
]
happy_n_terms = 38 :: Int
happy_n_nonterms = 38 :: Int
happyReduce_1 = happyReduce 4# 0# happyReduction_1
happyReduction_1 (happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut5 happy_x_2 of { happy_var_2 ->
happyIn4
(HsExtCore happy_var_2 [] []
) `HappyStk` happyRest}
happyReduce_2 = happySpecReduce_3 1# happyReduction_2
happyReduction_2 happy_x_3
happy_x_2
happy_x_1
= happyIn5
(undefined
)
happyReduce_3 = happySpecReduce_3 2# happyReduction_3
happyReduction_3 happy_x_3
happy_x_2
happy_x_1
= happyIn6
(undefined
)
happyReduce_4 = happySpecReduce_3 3# happyReduction_4
happyReduction_4 happy_x_3
happy_x_2
happy_x_1
= happyIn7
(undefined
)
happyReduce_5 = happySpecReduce_3 4# happyReduction_5
happyReduction_5 happy_x_3
happy_x_2
happy_x_1
= happyIn8
(undefined
)
happyReduce_6 = happySpecReduce_1 5# happyReduction_6
happyReduction_6 happy_x_1
= case happyOutTok happy_x_1 of { (TKcname happy_var_1) ->
happyIn9
([happy_var_1]
)}
happyReduce_7 = happySpecReduce_3 5# happyReduction_7
happyReduction_7 happy_x_3
happy_x_2
happy_x_1
= case happyOutTok happy_x_1 of { (TKcname happy_var_1) ->
case happyOut9 happy_x_3 of { happy_var_3 ->
happyIn9
(happy_var_1:happy_var_3
)}}
happyReduce_8 = happySpecReduce_1 6# happyReduction_8
happyReduction_8 happy_x_1
= case happyOut40 happy_x_1 of { happy_var_1 ->
happyIn10
([happy_var_1]
)}
happyReduce_9 = happySpecReduce_3 6# happyReduction_9
happyReduction_9 happy_x_3
happy_x_2
happy_x_1
= case happyOutTok happy_x_1 of { (TKcname happy_var_1) ->
case happyOut10 happy_x_3 of { happy_var_3 ->
happyIn10
(happy_var_1:happy_var_3
)}}
happyReduce_10 = happySpecReduce_0 7# happyReduction_10
happyReduction_10 = happyIn11
([]
)
happyReduce_11 = happySpecReduce_2 7# happyReduction_11
happyReduction_11 happy_x_2
happy_x_1
= case happyOut12 happy_x_1 of { happy_var_1 ->
case happyOut11 happy_x_2 of { happy_var_2 ->
happyIn11
(happy_var_1:happy_var_2
)}}
happyReduce_12 = happyReduce 8# 8# happyReduction_12
happyReduction_12 (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 happyOut7 happy_x_2 of { happy_var_2 ->
case happyOut30 happy_x_3 of { happy_var_3 ->
case happyOut14 happy_x_6 of { happy_var_6 ->
happyIn12
(DataDecl { tcdLName = noLoc (ifaceExtRdrName happy_var_2)
, tcdTyVars = mkHsQTvs (map toHsTvBndr happy_var_3)
, tcdDataDefn = HsDataDefn { dd_ND = DataType, dd_ctxt = noLoc []
, dd_kindSig = Nothing
, dd_cons = happy_var_6, dd_derivs = Nothing } }
) `HappyStk` happyRest}}}
happyReduce_13 = happyReduce 5# 8# happyReduction_13
happyReduction_13 (happy_x_5 `HappyStk`
happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut7 happy_x_2 of { happy_var_2 ->
case happyOut30 happy_x_3 of { happy_var_3 ->
case happyOut13 happy_x_4 of { happy_var_4 ->
happyIn12
(let tc_rdr = ifaceExtRdrName happy_var_2 in
DataDecl { tcdLName = noLoc tc_rdr
, tcdTyVars = mkHsQTvs (map toHsTvBndr happy_var_3)
, tcdDataDefn = HsDataDefn { dd_ND = NewType, dd_ctxt = noLoc []
, dd_kindSig = Nothing
, dd_cons = happy_var_4 (rdrNameOcc tc_rdr), dd_derivs = Nothing } }
) `HappyStk` happyRest}}}
happyReduce_14 = happySpecReduce_0 9# happyReduction_14
happyReduction_14 = happyIn13
((\ tc_occ -> [])
)
happyReduce_15 = happySpecReduce_2 9# happyReduction_15
happyReduction_15 happy_x_2
happy_x_1
= case happyOut21 happy_x_2 of { happy_var_2 ->
happyIn13
((\ tc_occ -> let { dc_name = mkRdrUnqual (setOccNameSpace dataName tc_occ) ;
con_info = PrefixCon [toHsType happy_var_2] }
in [noLoc $ mkSimpleConDecl (noLoc dc_name) []
(noLoc []) con_info])
)}
happyReduce_16 = happySpecReduce_0 10# happyReduction_16
happyReduction_16 = happyIn14
([]
)
happyReduce_17 = happySpecReduce_1 10# happyReduction_17
happyReduction_17 happy_x_1
= case happyOut15 happy_x_1 of { happy_var_1 ->
happyIn14
([happy_var_1]
)}
happyReduce_18 = happySpecReduce_3 10# happyReduction_18
happyReduction_18 happy_x_3
happy_x_2
happy_x_1
= case happyOut15 happy_x_1 of { happy_var_1 ->
case happyOut14 happy_x_3 of { happy_var_3 ->
happyIn14
(happy_var_1:happy_var_3
)}}
happyReduce_19 = happySpecReduce_3 11# happyReduction_19
happyReduction_19 happy_x_3
happy_x_2
happy_x_1
= case happyOut41 happy_x_1 of { happy_var_1 ->
case happyOut16 happy_x_2 of { happy_var_2 ->
case happyOut17 happy_x_3 of { happy_var_3 ->
happyIn15
(noLoc $ mkSimpleConDecl (noLoc (mkRdrUnqual happy_var_1)) happy_var_2 (noLoc []) (PrefixCon happy_var_3)
)}}}
happyReduce_20 = happySpecReduce_0 12# happyReduction_20
happyReduction_20 = happyIn16
([]
)
happyReduce_21 = happySpecReduce_3 12# happyReduction_21
happyReduction_21 happy_x_3
happy_x_2
happy_x_1
= case happyOut29 happy_x_2 of { happy_var_2 ->
case happyOut16 happy_x_3 of { happy_var_3 ->
happyIn16
(toHsTvBndr happy_var_2 : happy_var_3
)}}
happyReduce_22 = happySpecReduce_1 13# happyReduction_22
happyReduction_22 happy_x_1
= case happyOut18 happy_x_1 of { happy_var_1 ->
happyIn17
(map toHsType happy_var_1
)}
happyReduce_23 = happySpecReduce_0 14# happyReduction_23
happyReduction_23 = happyIn18
([]
)
happyReduce_24 = happySpecReduce_2 14# happyReduction_24
happyReduction_24 happy_x_2
happy_x_1
= case happyOut19 happy_x_1 of { happy_var_1 ->
case happyOut18 happy_x_2 of { happy_var_2 ->
happyIn18
(happy_var_1:happy_var_2
)}}
happyReduce_25 = happySpecReduce_1 15# happyReduction_25
happyReduction_25 happy_x_1
= case happyOut39 happy_x_1 of { happy_var_1 ->
happyIn19
(IfaceTyVar happy_var_1
)}
happyReduce_26 = happySpecReduce_1 15# happyReduction_26
happyReduction_26 happy_x_1
= case happyOut7 happy_x_1 of { happy_var_1 ->
happyIn19
(IfaceTyConApp (IfaceTc happy_var_1) []
)}
happyReduce_27 = happySpecReduce_3 15# happyReduction_27
happyReduction_27 happy_x_3
happy_x_2
happy_x_1
= case happyOut21 happy_x_2 of { happy_var_2 ->
happyIn19
(happy_var_2
)}
happyReduce_28 = happySpecReduce_2 16# happyReduction_28
happyReduction_28 happy_x_2
happy_x_1
= case happyOut39 happy_x_1 of { happy_var_1 ->
case happyOut18 happy_x_2 of { happy_var_2 ->
happyIn20
(foldl IfaceAppTy (IfaceTyVar happy_var_1) happy_var_2
)}}
happyReduce_29 = happySpecReduce_2 16# happyReduction_29
happyReduction_29 happy_x_2
happy_x_1
= happyIn20
(undefined
)
happyReduce_30 = happySpecReduce_2 16# happyReduction_30
happyReduction_30 happy_x_2
happy_x_1
= case happyOut7 happy_x_1 of { happy_var_1 ->
case happyOut18 happy_x_2 of { happy_var_2 ->
happyIn20
(IfaceTyConApp (IfaceTc happy_var_1) happy_var_2
)}}
happyReduce_31 = happySpecReduce_3 16# happyReduction_31
happyReduction_31 happy_x_3
happy_x_2
happy_x_1
= case happyOut21 happy_x_2 of { happy_var_2 ->
happyIn20
(happy_var_2
)}
happyReduce_32 = happySpecReduce_1 17# happyReduction_32
happyReduction_32 happy_x_1
= case happyOut20 happy_x_1 of { happy_var_1 ->
happyIn21
(happy_var_1
)}
happyReduce_33 = happySpecReduce_3 17# happyReduction_33
happyReduction_33 happy_x_3
happy_x_2
happy_x_1
= case happyOut20 happy_x_1 of { happy_var_1 ->
case happyOut21 happy_x_3 of { happy_var_3 ->
happyIn21
(IfaceFunTy happy_var_1 happy_var_3
)}}
happyReduce_34 = happyReduce 4# 17# happyReduction_34
happyReduction_34 (happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut30 happy_x_2 of { happy_var_2 ->
case happyOut21 happy_x_4 of { happy_var_4 ->
happyIn21
(foldr IfaceForAllTy happy_var_4 happy_var_2
) `HappyStk` happyRest}}
happyReduce_35 = happySpecReduce_0 18# happyReduction_35
happyReduction_35 = happyIn22
([]
)
happyReduce_36 = happySpecReduce_3 18# happyReduction_36
happyReduction_36 happy_x_3
happy_x_2
happy_x_1
= case happyOut23 happy_x_1 of { happy_var_1 ->
case happyOut22 happy_x_3 of { happy_var_3 ->
happyIn22
(happy_var_1 : happy_var_3
)}}
happyReduce_37 = happyReduce 4# 19# happyReduction_37
happyReduction_37 (happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut24 happy_x_3 of { happy_var_3 ->
happyIn23
(IfaceRec happy_var_3
) `HappyStk` happyRest}
happyReduce_38 = happySpecReduce_1 19# happyReduction_38
happyReduction_38 happy_x_1
= case happyOut25 happy_x_1 of { happy_var_1 ->
happyIn23
(let (b,r) = happy_var_1
in IfaceNonRec b r
)}
happyReduce_39 = happySpecReduce_1 20# happyReduction_39
happyReduction_39 happy_x_1
= case happyOut25 happy_x_1 of { happy_var_1 ->
happyIn24
([happy_var_1]
)}
happyReduce_40 = happySpecReduce_3 20# happyReduction_40
happyReduction_40 happy_x_3
happy_x_2
happy_x_1
= case happyOut25 happy_x_1 of { happy_var_1 ->
case happyOut24 happy_x_3 of { happy_var_3 ->
happyIn24
(happy_var_1:happy_var_3
)}}
happyReduce_41 = happyReduce 5# 21# happyReduction_41
happyReduction_41 (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 happyOut21 happy_x_3 of { happy_var_3 ->
case happyOut35 happy_x_5 of { happy_var_5 ->
happyIn25
((IfLetBndr happy_var_1 happy_var_3 NoInfo, happy_var_5)
) `HappyStk` happyRest}}}
happyReduce_42 = happySpecReduce_2 21# happyReduction_42
happyReduction_42 happy_x_2
happy_x_1
= case happyOut25 happy_x_2 of { happy_var_2 ->
happyIn25
(happy_var_2
)}
happyReduce_43 = happySpecReduce_2 22# happyReduction_43
happyReduction_43 happy_x_2
happy_x_1
= case happyOut29 happy_x_2 of { happy_var_2 ->
happyIn26
(IfaceTvBndr happy_var_2
)}
happyReduce_44 = happySpecReduce_1 22# happyReduction_44
happyReduction_44 happy_x_1
= case happyOut28 happy_x_1 of { happy_var_1 ->
happyIn26
(IfaceIdBndr happy_var_1
)}
happyReduce_45 = happySpecReduce_1 23# happyReduction_45
happyReduction_45 happy_x_1
= case happyOut26 happy_x_1 of { happy_var_1 ->
happyIn27
([happy_var_1]
)}
happyReduce_46 = happySpecReduce_2 23# happyReduction_46
happyReduction_46 happy_x_2
happy_x_1
= case happyOut26 happy_x_1 of { happy_var_1 ->
case happyOut27 happy_x_2 of { happy_var_2 ->
happyIn27
(happy_var_1:happy_var_2
)}}
happyReduce_47 = happyReduce 5# 24# happyReduction_47
happyReduction_47 (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_2 of { happy_var_2 ->
case happyOut21 happy_x_4 of { happy_var_4 ->
happyIn28
((happy_var_2,happy_var_4)
) `HappyStk` happyRest}}
happyReduce_48 = happySpecReduce_1 25# happyReduction_48
happyReduction_48 happy_x_1
= case happyOut39 happy_x_1 of { happy_var_1 ->
happyIn29
((happy_var_1, ifaceLiftedTypeKind)
)}
happyReduce_49 = happyReduce 5# 25# happyReduction_49
happyReduction_49 (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_2 of { happy_var_2 ->
case happyOut31 happy_x_4 of { happy_var_4 ->
happyIn29
((happy_var_2, happy_var_4)
) `HappyStk` happyRest}}
happyReduce_50 = happySpecReduce_0 26# happyReduction_50
happyReduction_50 = happyIn30
([]
)
happyReduce_51 = happySpecReduce_2 26# happyReduction_51
happyReduction_51 happy_x_2
happy_x_1
= case happyOut29 happy_x_1 of { happy_var_1 ->
case happyOut30 happy_x_2 of { happy_var_2 ->
happyIn30
(happy_var_1:happy_var_2
)}}
happyReduce_52 = happySpecReduce_1 27# happyReduction_52
happyReduction_52 happy_x_1
= happyIn31
(ifaceLiftedTypeKind
)
happyReduce_53 = happySpecReduce_1 27# happyReduction_53
happyReduction_53 happy_x_1
= happyIn31
(ifaceUnliftedTypeKind
)
happyReduce_54 = happySpecReduce_1 27# happyReduction_54
happyReduction_54 happy_x_1
= happyIn31
(ifaceOpenTypeKind
)
happyReduce_55 = happySpecReduce_3 27# happyReduction_55
happyReduction_55 happy_x_3
happy_x_2
happy_x_1
= case happyOut32 happy_x_2 of { happy_var_2 ->
happyIn31
(happy_var_2
)}
happyReduce_56 = happySpecReduce_1 28# happyReduction_56
happyReduction_56 happy_x_1
= case happyOut31 happy_x_1 of { happy_var_1 ->
happyIn32
(happy_var_1
)}
happyReduce_57 = happySpecReduce_3 28# happyReduction_57
happyReduction_57 happy_x_3
happy_x_2
happy_x_1
= case happyOut31 happy_x_1 of { happy_var_1 ->
case happyOut32 happy_x_3 of { happy_var_3 ->
happyIn32
(ifaceArrow happy_var_1 happy_var_3
)}}
happyReduce_58 = happySpecReduce_1 29# happyReduction_58
happyReduction_58 happy_x_1
= case happyOut39 happy_x_1 of { happy_var_1 ->
happyIn33
(IfaceLcl happy_var_1
)}
happyReduce_59 = happySpecReduce_1 29# happyReduction_59
happyReduction_59 happy_x_1
= case happyOut8 happy_x_1 of { happy_var_1 ->
happyIn33
(IfaceExt happy_var_1
)}
happyReduce_60 = happySpecReduce_1 29# happyReduction_60
happyReduction_60 happy_x_1
= case happyOut6 happy_x_1 of { happy_var_1 ->
happyIn33
(IfaceExt happy_var_1
)}
happyReduce_61 = happySpecReduce_1 29# happyReduction_61
happyReduction_61 happy_x_1
= case happyOut38 happy_x_1 of { happy_var_1 ->
happyIn33
(IfaceLit happy_var_1
)}
happyReduce_62 = happySpecReduce_3 29# happyReduction_62
happyReduction_62 happy_x_3
happy_x_2
happy_x_1
= case happyOut35 happy_x_2 of { happy_var_2 ->
happyIn33
(happy_var_2
)}
happyReduce_63 = happySpecReduce_2 30# happyReduction_63
happyReduction_63 happy_x_2
happy_x_1
= case happyOut34 happy_x_1 of { happy_var_1 ->
case happyOut33 happy_x_2 of { happy_var_2 ->
happyIn34
(IfaceApp happy_var_1 happy_var_2
)}}
happyReduce_64 = happySpecReduce_3 30# happyReduction_64
happyReduction_64 happy_x_3
happy_x_2
happy_x_1
= case happyOut34 happy_x_1 of { happy_var_1 ->
case happyOut19 happy_x_3 of { happy_var_3 ->
happyIn34
(IfaceApp happy_var_1 (IfaceType happy_var_3)
)}}
happyReduce_65 = happySpecReduce_1 30# happyReduction_65
happyReduction_65 happy_x_1
= case happyOut33 happy_x_1 of { happy_var_1 ->
happyIn34
(happy_var_1
)}
happyReduce_66 = happySpecReduce_1 31# happyReduction_66
happyReduction_66 happy_x_1
= case happyOut34 happy_x_1 of { happy_var_1 ->
happyIn35
(happy_var_1
)}
happyReduce_67 = happyReduce 4# 31# happyReduction_67
happyReduction_67 (happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut27 happy_x_2 of { happy_var_2 ->
case happyOut35 happy_x_4 of { happy_var_4 ->
happyIn35
(foldr IfaceLam happy_var_4 happy_var_2
) `HappyStk` happyRest}}
happyReduce_68 = happyReduce 4# 31# happyReduction_68
happyReduction_68 (happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut23 happy_x_2 of { happy_var_2 ->
case happyOut35 happy_x_4 of { happy_var_4 ->
happyIn35
(IfaceLet happy_var_2 happy_var_4
) `HappyStk` happyRest}}
happyReduce_69 = happyReduce 10# 31# happyReduction_69
happyReduction_69 (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 happyOut33 happy_x_5 of { happy_var_5 ->
case happyOut28 happy_x_7 of { happy_var_7 ->
case happyOut36 happy_x_9 of { happy_var_9 ->
happyIn35
(IfaceCase happy_var_5 (fst happy_var_7) happy_var_9
) `HappyStk` happyRest}}}
happyReduce_70 = happySpecReduce_3 31# happyReduction_70
happyReduction_70 happy_x_3
happy_x_2
happy_x_1
= case happyOutTok happy_x_2 of { (TKstring happy_var_2) ->
case happyOut19 happy_x_3 of { happy_var_3 ->
happyIn35
(IfaceFCall (ForeignCall.CCall
(CCallSpec (StaticTarget (mkFastString happy_var_2) Nothing True)
CCallConv PlaySafe))
happy_var_3
)}}
happyReduce_71 = happySpecReduce_1 32# happyReduction_71
happyReduction_71 happy_x_1
= case happyOut37 happy_x_1 of { happy_var_1 ->
happyIn36
([happy_var_1]
)}
happyReduce_72 = happySpecReduce_3 32# happyReduction_72
happyReduction_72 happy_x_3
happy_x_2
happy_x_1
= case happyOut37 happy_x_1 of { happy_var_1 ->
case happyOut36 happy_x_3 of { happy_var_3 ->
happyIn36
(happy_var_1:happy_var_3
)}}
happyReduce_73 = happyReduce 4# 33# happyReduction_73
happyReduction_73 (happy_x_4 `HappyStk`
happy_x_3 `HappyStk`
happy_x_2 `HappyStk`
happy_x_1 `HappyStk`
happyRest)
= case happyOut6 happy_x_1 of { happy_var_1 ->
case happyOut27 happy_x_2 of { happy_var_2 ->
case happyOut35 happy_x_4 of { happy_var_4 ->
happyIn37
((IfaceDataAlt happy_var_1, map ifaceBndrName happy_var_2, happy_var_4)
) `HappyStk` happyRest}}}
happyReduce_74 = happySpecReduce_3 33# happyReduction_74
happyReduction_74 happy_x_3
happy_x_2
happy_x_1
= case happyOut6 happy_x_1 of { happy_var_1 ->
case happyOut35 happy_x_3 of { happy_var_3 ->
happyIn37
((IfaceDataAlt happy_var_1, [], happy_var_3)
)}}
happyReduce_75 = happySpecReduce_3 33# happyReduction_75
happyReduction_75 happy_x_3
happy_x_2
happy_x_1
= case happyOut38 happy_x_1 of { happy_var_1 ->
case happyOut35 happy_x_3 of { happy_var_3 ->
happyIn37
((IfaceLitAlt happy_var_1, [], happy_var_3)
)}}
happyReduce_76 = happySpecReduce_3 33# happyReduction_76
happyReduction_76 happy_x_3
happy_x_2
happy_x_1
= case happyOut35 happy_x_3 of { happy_var_3 ->
happyIn37
((IfaceDefault, [], happy_var_3)
)}
happyReduce_77 = happyReduce 5# 34# happyReduction_77
happyReduction_77 (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_2 of { (TKinteger happy_var_2) ->
case happyOut19 happy_x_4 of { happy_var_4 ->
happyIn38
(convIntLit happy_var_2 happy_var_4
) `HappyStk` happyRest}}
happyReduce_78 = happyReduce 5# 34# happyReduction_78
happyReduction_78 (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_2 of { (TKrational happy_var_2) ->
case happyOut19 happy_x_4 of { happy_var_4 ->
happyIn38
(convRatLit happy_var_2 happy_var_4
) `HappyStk` happyRest}}
happyReduce_79 = happyReduce 5# 34# happyReduction_79
happyReduction_79 (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_2 of { (TKchar happy_var_2) ->
happyIn38
(MachChar happy_var_2
) `HappyStk` happyRest}
happyReduce_80 = happyReduce 5# 34# happyReduction_80
happyReduction_80 (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_2 of { (TKstring happy_var_2) ->
happyIn38
(MachStr (fastStringToByteString (mkFastString happy_var_2))
) `HappyStk` happyRest}
happyReduce_81 = happySpecReduce_1 35# happyReduction_81
happyReduction_81 happy_x_1
= case happyOutTok happy_x_1 of { (TKname happy_var_1) ->
happyIn39
(mkFastString happy_var_1
)}
happyReduce_82 = happySpecReduce_1 36# happyReduction_82
happyReduction_82 happy_x_1
= case happyOutTok happy_x_1 of { (TKname happy_var_1) ->
happyIn40
(happy_var_1
)}
happyReduce_83 = happySpecReduce_1 37# happyReduction_83
happyReduction_83 happy_x_1
= case happyOutTok happy_x_1 of { (TKcname happy_var_1) ->
happyIn41
(mkOccName dataName happy_var_1
)}
happyNewToken action sts stk
= lexer(\tk ->
let cont i = happyDoAction i tk action sts stk in
case tk of {
TKEOF -> happyDoAction 37# tk action sts stk;
TKmodule -> cont 1#;
TKdata -> cont 2#;
TKnewtype -> cont 3#;
TKforall -> cont 4#;
TKrec -> cont 5#;
TKlet -> cont 6#;
TKin -> cont 7#;
TKcase -> cont 8#;
TKof -> cont 9#;
TKcast -> cont 10#;
TKnote -> cont 11#;
TKexternal -> cont 12#;
TKlocal -> cont 13#;
TKwild -> cont 14#;
TKoparen -> cont 15#;
TKcparen -> cont 16#;
TKobrace -> cont 17#;
TKcbrace -> cont 18#;
TKhash -> cont 19#;
TKeq -> cont 20#;
TKcolon -> cont 21#;
TKcoloncolon -> cont 22#;
TKcoloneqcolon -> cont 23#;
TKstar -> cont 24#;
TKrarrow -> cont 25#;
TKlambda -> cont 26#;
TKat -> cont 27#;
TKdot -> cont 28#;
TKquestion -> cont 29#;
TKsemicolon -> cont 30#;
TKname happy_dollar_dollar -> cont 31#;
TKcname happy_dollar_dollar -> cont 32#;
TKinteger happy_dollar_dollar -> cont 33#;
TKrational happy_dollar_dollar -> cont 34#;
TKstring happy_dollar_dollar -> cont 35#;
TKchar happy_dollar_dollar -> cont 36#;
_ -> happyError' tk
})
happyError_ 37# tk = happyError' tk
happyError_ _ tk = happyError' tk
happyThen :: () => P a -> (a -> P b) -> P b
happyThen = (thenP)
happyReturn :: () => a -> P a
happyReturn = (returnP)
happyThen1 = happyThen
happyReturn1 :: () => a -> P a
happyReturn1 = happyReturn
happyError' :: () => (Token) -> P a
happyError' tk = (\token -> happyError) tk
parseCore = happySomeParser where
happySomeParser = happyThen (happyParse 0#) (\x -> happyReturn (happyOut4 x))
happySeq = happyDoSeq
ifaceKind kc = IfaceTyConApp kc []
ifaceBndrName (IfaceIdBndr (n,_)) = n
ifaceBndrName (IfaceTvBndr (n,_)) = n
convIntLit :: Integer -> IfaceType -> Literal
convIntLit i (IfaceTyConApp tc [])
| tc `eqTc` intPrimTyCon = MachInt i
| tc `eqTc` wordPrimTyCon = MachWord i
| tc `eqTc` charPrimTyCon = MachChar (chr (fromInteger i))
| tc `eqTc` addrPrimTyCon && i == 0 = MachNullAddr
convIntLit i aty
= pprPanic "Unknown integer literal type" (ppr aty)
convRatLit :: Rational -> IfaceType -> Literal
convRatLit r (IfaceTyConApp tc [])
| tc `eqTc` floatPrimTyCon = MachFloat r
| tc `eqTc` doublePrimTyCon = MachDouble r
convRatLit i aty
= pprPanic "Unknown rational literal type" (ppr aty)
eqTc :: IfaceTyCon -> TyCon -> Bool
eqTc (IfaceTc name) tycon = name == tyConName tycon
toHsType :: IfaceType -> LHsType RdrName
toHsType (IfaceTyVar v) = noLoc $ HsTyVar (mkRdrUnqual (mkTyVarOccFS v))
toHsType (IfaceAppTy t1 t2) = noLoc $ HsAppTy (toHsType t1) (toHsType t2)
toHsType (IfaceFunTy t1 t2) = noLoc $ HsFunTy (toHsType t1) (toHsType t2)
toHsType (IfaceTyConApp (IfaceTc tc) ts) = foldl mkHsAppTy (noLoc $ HsTyVar (ifaceExtRdrName tc)) (map toHsType ts)
toHsType (IfaceForAllTy tv t) = add_forall (toHsTvBndr tv) (toHsType t)
toHsKind :: IfaceKind -> LHsKind RdrName
toHsKind (IfaceFunTy ifK1 ifK2) = noLoc $ HsFunTy (toHsKind ifK1) (toHsKind ifK2)
toHsKind (IfaceTyConApp ifKc []) = noLoc $ HsTyVar (nameRdrName (tyConName (toKindTc ifKc)))
toHsKind other = pprPanic "toHsKind" (ppr other)
toKindTc :: IfaceTyCon -> TyCon
toKindTc (IfaceTc n) | Just (ATyCon tc) <- wiredInNameTyThing_maybe n = tc
toKindTc other = pprPanic "toKindTc" (ppr other)
ifaceTcType ifTc = IfaceTyConApp ifTc []
ifaceLiftedTypeKind = ifaceTcType (IfaceTc liftedTypeKindTyConName)
ifaceOpenTypeKind = ifaceTcType (IfaceTc openTypeKindTyConName)
ifaceUnliftedTypeKind = ifaceTcType (IfaceTc unliftedTypeKindTyConName)
ifaceArrow ifT1 ifT2 = IfaceFunTy ifT1 ifT2
toHsTvBndr :: IfaceTvBndr -> LHsTyVarBndr RdrName
toHsTvBndr (tv,k) = noLoc $ KindedTyVar (mkRdrUnqual (mkTyVarOccFS tv)) bsig
where
bsig = toHsKind k
ifaceExtRdrName :: Name -> RdrName
ifaceExtRdrName name = mkOrig (nameModule name) (nameOccName name)
ifaceExtRdrName other = pprPanic "ParserCore.ifaceExtRdrName" (ppr other)
add_forall tv (L _ (HsForAllTy exp tvs cxt t))
= noLoc $ HsForAllTy exp (mkHsQTvs (tv : hsQTvBndrs tvs)) cxt t
add_forall tv t
= noLoc $ HsForAllTy Explicit (mkHsQTvs [tv]) (noLoc []) t
happyError :: P a
happyError s l = failP (show l ++ ": Parse error\n") (take 100 s) l
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 17 "/usr/include/stdc-predef.h" 3 4
# 1 "/usr/include/x86_64-linux-gnu/bits/predefs.h" 1 3 4
# 18 "/usr/include/x86_64-linux-gnu/bits/predefs.h" 3 4
# 31 "/usr/include/stdc-predef.h" 2 3 4
#if __GLASGOW_HASKELL__ > 706
#define LT(n,m) ((Happy_GHC_Exts.tagToEnum# (n Happy_GHC_Exts.<# m)) :: Bool)
#define GTE(n,m) ((Happy_GHC_Exts.tagToEnum# (n Happy_GHC_Exts.>=# m)) :: Bool)
#define EQ(n,m) ((Happy_GHC_Exts.tagToEnum# (n Happy_GHC_Exts.==# m)) :: Bool)
#else
#define LT(n,m) (n Happy_GHC_Exts.<# m)
#define GTE(n,m) (n Happy_GHC_Exts.>=# m)
#define EQ(n,m) (n Happy_GHC_Exts.==# m)
#endif
data Happy_IntList = HappyCons Happy_GHC_Exts.Int# Happy_IntList
infixr 9 `HappyStk`
data HappyStk a = HappyStk a (HappyStk a)
happyParse start_state = happyNewToken start_state notHappyAtAll notHappyAtAll
happyAccept 0# tk st sts (_ `HappyStk` ans `HappyStk` _) =
happyReturn1 ans
happyAccept j tk st sts (HappyStk ans _) =
(happyTcHack j (happyTcHack st)) (happyReturn1 ans)
happyDoAction i tk st
=
case action of
0# ->
happyFail i tk st
1# ->
happyAccept i tk st
n | LT(n,(0# :: Happy_GHC_Exts.Int#)) ->
(happyReduceArr Happy_Data_Array.! rule) i tk st
where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#))))))
n ->
happyShift new_state i tk st
where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#))
where off = indexShortOffAddr happyActOffsets st
off_i = (off Happy_GHC_Exts.+# i)
check = if GTE(off_i,(0# :: Happy_GHC_Exts.Int#))
then EQ(indexShortOffAddr happyCheck off_i, i)
else False
action
| check = indexShortOffAddr happyTable off_i
| otherwise = indexShortOffAddr happyDefActions st
indexShortOffAddr (HappyA# arr) off =
Happy_GHC_Exts.narrow16Int# i
where
i = Happy_GHC_Exts.word2Int# (Happy_GHC_Exts.or# (Happy_GHC_Exts.uncheckedShiftL# high 8#) low)
high = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr (off' Happy_GHC_Exts.+# 1#)))
low = Happy_GHC_Exts.int2Word# (Happy_GHC_Exts.ord# (Happy_GHC_Exts.indexCharOffAddr# arr off'))
off' = off Happy_GHC_Exts.*# 2#
data HappyAddr = HappyA# Happy_GHC_Exts.Addr#
happyShift new_state 0# tk st sts stk@(x `HappyStk` _) =
let i = (case Happy_GHC_Exts.unsafeCoerce# x of { (Happy_GHC_Exts.I# (i)) -> i }) in
happyDoAction i tk new_state (HappyCons (st) (sts)) (stk)
happyShift new_state i tk st sts stk =
happyNewToken new_state (HappyCons (st) (sts)) ((happyInTok (tk))`HappyStk`stk)
happySpecReduce_0 i fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happySpecReduce_0 nt fn j tk st@((action)) sts stk
= happyGoto nt j tk st (HappyCons (st) (sts)) (fn `HappyStk` stk)
happySpecReduce_1 i fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happySpecReduce_1 nt fn j tk _ sts@((HappyCons (st@(action)) (_))) (v1`HappyStk`stk')
= let r = fn v1 in
happySeq r (happyGoto nt j tk st sts (r `HappyStk` stk'))
happySpecReduce_2 i fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happySpecReduce_2 nt fn j tk _ (HappyCons (_) (sts@((HappyCons (st@(action)) (_))))) (v1`HappyStk`v2`HappyStk`stk')
= let r = fn v1 v2 in
happySeq r (happyGoto nt j tk st sts (r `HappyStk` stk'))
happySpecReduce_3 i fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happySpecReduce_3 nt fn j tk _ (HappyCons (_) ((HappyCons (_) (sts@((HappyCons (st@(action)) (_))))))) (v1`HappyStk`v2`HappyStk`v3`HappyStk`stk')
= let r = fn v1 v2 v3 in
happySeq r (happyGoto nt j tk st sts (r `HappyStk` stk'))
happyReduce k i fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happyReduce k nt fn j tk st sts stk
= case happyDrop (k Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) sts of
sts1@((HappyCons (st1@(action)) (_))) ->
let r = fn stk in
happyDoSeq r (happyGoto nt j tk st1 sts1 r)
happyMonadReduce k nt fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happyMonadReduce k nt fn j tk st sts stk =
case happyDrop k (HappyCons (st) (sts)) of
sts1@((HappyCons (st1@(action)) (_))) ->
let drop_stk = happyDropStk k stk in
happyThen1 (fn stk tk) (\r -> happyGoto nt j tk st1 sts1 (r `HappyStk` drop_stk))
happyMonad2Reduce k nt fn 0# tk st sts stk
= happyFail 0# tk st sts stk
happyMonad2Reduce k nt fn j tk st sts stk =
case happyDrop k (HappyCons (st) (sts)) of
sts1@((HappyCons (st1@(action)) (_))) ->
let drop_stk = happyDropStk k stk
off = indexShortOffAddr happyGotoOffsets st1
off_i = (off Happy_GHC_Exts.+# nt)
new_state = indexShortOffAddr happyTable off_i
in
happyThen1 (fn stk tk) (\r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk))
happyDrop 0# l = l
happyDrop n (HappyCons (_) (t)) = happyDrop (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#)) t
happyDropStk 0# l = l
happyDropStk n (x `HappyStk` xs) = happyDropStk (n Happy_GHC_Exts.-# (1#::Happy_GHC_Exts.Int#)) xs
happyGoto nt j tk st =
happyDoAction j tk new_state
where off = indexShortOffAddr happyGotoOffsets st
off_i = (off Happy_GHC_Exts.+# nt)
new_state = indexShortOffAddr happyTable off_i
happyFail 0# tk old_st _ stk@(x `HappyStk` _) =
let i = (case Happy_GHC_Exts.unsafeCoerce# x of { (Happy_GHC_Exts.I# (i)) -> i }) in
happyError_ i tk
happyFail i tk (action) sts stk =
happyDoAction 0# tk action sts ( (Happy_GHC_Exts.unsafeCoerce# (Happy_GHC_Exts.I# (i))) `HappyStk` stk)
notHappyAtAll :: a
notHappyAtAll = error "Internal Happy error\n"
happyTcHack :: Happy_GHC_Exts.Int# -> a -> a
happyTcHack x y = y
happyDoSeq, happyDontSeq :: a -> b -> b
happyDoSeq a b = a `seq` b
happyDontSeq a b = b