{-# OPTIONS_GHC -w #-}
{-# OPTIONS -XMagicHash -XBangPatterns -XTypeSynonymInstances -XFlexibleInstances -cpp #-}
#if __GLASGOW_HASKELL__ >= 710
{-# OPTIONS_GHC -XPartialTypeSignatures #-}
#endif
module Css3.Selector.Parser where

import Css3.Selector.Core
import Css3.Selector.Lexer(
    AlexPosn(AlexPn), TokenLoc(TokenLoc)
  , Token(
      TIncludes, TEqual, TDashMatch, TPrefixMatch, TSuffixMatch, TSubstringMatch, Ident, String, THash, Decimal
    , Integer, Comma, Plus, Greater, Tilde, Dot, Pipe, Asterisk, Space, BOpen, BClose, PseudoClass, PseudoFunction
    , PseudoElement, TN, TNth, TPM, TInt, TClose, TNot, TLang
    )
  )

import Data.List.NonEmpty(NonEmpty((:|)), (<|))

import Data.Default.Class(def)
#if __GLASGOW_HASKELL__ < 803
import Data.Semigroup((<>))
#endif
import Data.Text(pack)
import qualified Data.Array as Happy_Data_Array
import qualified Data.Bits as Bits
import qualified GHC.Exts as Happy_GHC_Exts
import Control.Applicative(Applicative(..))
import Control.Monad (ap)

-- parser produced by Happy Version 1.20.1.1

newtype HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25 = HappyAbsSyn HappyAny
#if __GLASGOW_HASKELL__ >= 607
type HappyAny = Happy_GHC_Exts.Any
#else
type HappyAny = forall a . a
#endif
happyIn4 :: t4 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn4 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t4
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn4 t4
x = t4
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t4
x
{-# INLINE happyIn4 #-}
happyOut4 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t4
happyOut4 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t4
happyOut4 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t4
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut4 #-}
happyIn5 :: t5 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn5 :: forall t5 t4 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t5
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn5 t5
x = t5
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t5
x
{-# INLINE happyIn5 #-}
happyOut5 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t5
happyOut5 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t5
happyOut5 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t5
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut5 #-}
happyIn6 :: t6 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn6 :: forall t6 t4 t5 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t6
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn6 t6
x = t6
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t6
x
{-# INLINE happyIn6 #-}
happyOut6 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t6
happyOut6 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t6
happyOut6 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t6
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut6 #-}
happyIn7 :: t7 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn7 :: forall t7 t4 t5 t6 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t7
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn7 t7
x = t7
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t7
x
{-# INLINE happyIn7 #-}
happyOut7 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t7
happyOut7 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t7
happyOut7 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t7
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut7 #-}
happyIn8 :: t8 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn8 :: forall t8 t4 t5 t6 t7 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t8
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn8 t8
x = t8
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t8
x
{-# INLINE happyIn8 #-}
happyOut8 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t8
happyOut8 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t8
happyOut8 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t8
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut8 #-}
happyIn9 :: t9 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn9 :: forall t9 t4 t5 t6 t7 t8 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t9
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn9 t9
x = t9
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t9
x
{-# INLINE happyIn9 #-}
happyOut9 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t9
happyOut9 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t9
happyOut9 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t9
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut9 #-}
happyIn10 :: t10 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn10 :: forall t10 t4 t5 t6 t7 t8 t9 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t10
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn10 t10
x = t10
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t10
x
{-# INLINE happyIn10 #-}
happyOut10 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t10
happyOut10 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t10
happyOut10 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t10
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut10 #-}
happyIn11 :: t11 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn11 :: forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11 t11
x = t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t11
x
{-# INLINE happyIn11 #-}
happyOut11 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t11
happyOut11 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t11
happyOut11 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t11
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut11 #-}
happyIn12 :: t12 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn12 :: forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12 t12
x = t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t12
x
{-# INLINE happyIn12 #-}
happyOut12 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t12
happyOut12 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t12
happyOut12 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t12
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut12 #-}
happyIn13 :: t13 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn13 :: forall t13 t4 t5 t6 t7 t8 t9 t10 t11 t12 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t13
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn13 t13
x = t13
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t13
x
{-# INLINE happyIn13 #-}
happyOut13 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t13
happyOut13 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t13
happyOut13 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t13
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut13 #-}
happyIn14 :: t14 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn14 :: forall t14 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t14
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn14 t14
x = t14
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t14
x
{-# INLINE happyIn14 #-}
happyOut14 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t14
happyOut14 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t14
happyOut14 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t14
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut14 #-}
happyIn15 :: t15 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn15 :: forall t15 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t15
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn15 t15
x = t15
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t15
x
{-# INLINE happyIn15 #-}
happyOut15 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t15
happyOut15 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15
happyOut15 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut15 #-}
happyIn16 :: t16 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn16 :: forall t16 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t16
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn16 t16
x = t16
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t16
x
{-# INLINE happyIn16 #-}
happyOut16 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t16
happyOut16 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t16
happyOut16 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t16
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut16 #-}
happyIn17 :: t17 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn17 :: forall t17 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t18 t19
       t20 t21 t22 t23 t24 t25.
t17
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn17 t17
x = t17
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t17
x
{-# INLINE happyIn17 #-}
happyOut17 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t17
happyOut17 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t17
happyOut17 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t17
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut17 #-}
happyIn18 :: t18 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn18 :: forall t18 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t19
       t20 t21 t22 t23 t24 t25.
t18
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn18 t18
x = t18
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t18
x
{-# INLINE happyIn18 #-}
happyOut18 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t18
happyOut18 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t18
happyOut18 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t18
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut18 #-}
happyIn19 :: t19 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn19 :: forall t19 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t20 t21 t22 t23 t24 t25.
t19
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn19 t19
x = t19
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t19
x
{-# INLINE happyIn19 #-}
happyOut19 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t19
happyOut19 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t19
happyOut19 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t19
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut19 #-}
happyIn20 :: t20 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn20 :: forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20 t20
x = t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t20
x
{-# INLINE happyIn20 #-}
happyOut20 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t20
happyOut20 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t20
happyOut20 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t20
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut20 #-}
happyIn21 :: t21 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn21 :: forall t21 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t22 t23 t24 t25.
t21
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn21 t21
x = t21
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t21
x
{-# INLINE happyIn21 #-}
happyOut21 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t21
happyOut21 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t21
happyOut21 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t21
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut21 #-}
happyIn22 :: t22 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn22 :: forall t22 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t23 t24 t25.
t22
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn22 t22
x = t22
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t22
x
{-# INLINE happyIn22 #-}
happyOut22 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t22
happyOut22 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t22
happyOut22 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t22
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut22 #-}
happyIn23 :: t23 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn23 :: forall t23 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t24 t25.
t23
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn23 t23
x = t23
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t23
x
{-# INLINE happyIn23 #-}
happyOut23 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t23
happyOut23 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t23
happyOut23 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t23
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut23 #-}
happyIn24 :: t24 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn24 :: forall t24 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t23 t25.
t24
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn24 t24
x = t24
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t24
x
{-# INLINE happyIn24 #-}
happyOut24 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t24
happyOut24 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t24
happyOut24 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t24
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut24 #-}
happyIn25 :: t25 -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyIn25 :: forall t25 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t23 t24.
t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn25 t25
x = t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# t25
x
{-# INLINE happyIn25 #-}
happyOut25 :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> t25
happyOut25 :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOut25 #-}
happyInTok :: (TokenLoc) -> (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25)
happyInTok :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
TokenLoc
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyInTok TokenLoc
x = TokenLoc
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# TokenLoc
x
{-# INLINE happyInTok #-}
happyOutTok :: (HappyAbsSyn t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25) -> (TokenLoc)
happyOutTok :: forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x = HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall a b. a -> b
Happy_GHC_Exts.unsafeCoerce# HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
x
{-# INLINE happyOutTok #-}


happyExpList :: HappyAddr
happyExpList :: HappyAddr
happyExpList = Addr# -> HappyAddr
HappyA# Addr#
"\x00\x00\x00\xa0\x03\x7a\x18\x00\x00\x00\xd0\x01\x3d\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x00\xc0\x05\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x80\x08\xa0\x61\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x02\x68\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x04\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x01\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\x02\x00\x00\x00\x00\x00\x80\x0e\xe8\x41\x00\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x00\x00\x00\x00\x00\xe0\x07\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\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\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x01\x34\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3a\xa0\x87\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\x00\x00\x00\x00\xd0\x01\x3d\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\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\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x00\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x20\x00\x00\x00\x00\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\x20\x00\x00\x00\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x40\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"#

{-# NOINLINE happyExpListPerState #-}
happyExpListPerState :: Int -> [String]
happyExpListPerState Int
st =
    [String]
token_strs_expected
  where token_strs :: [String]
token_strs = [String
"error",String
"%dummy",String
"%start_cssselector",String
"SelectorsGroup",String
"SelectorGroupList",String
"Selector",String
"Combinator",String
"PseudoSelectorSequence",String
"SimpleSelectorSequence",String
"FilterList",String
"SelectorAddition",String
"Negation",String
"Nth",String
"PMOpt",String
"IntOpt",String
"OptSpace",String
"AttribBox",String
"Attrib",String
"AttribName",String
"AttribOp",String
"Type",String
"ElementName",String
"Class",String
"NamespacePrefix",String
"Ident",String
"','",String
"'>'",String
"'+'",String
"'~'",String
"'.'",String
"' '",String
"'|'",String
"'*'",String
"'['",String
"']'",String
"'='",String
"'^='",String
"'$='",String
"'*='",String
"'|='",String
"'~='",String
"ident",String
"string",String
"hash",String
"pseude",String
"pseudc",String
"pseudf",String
"pm",String
"'n'",String
"int",String
"nth",String
"'not('",String
"'lang('",String
"')'",String
"%eof"]
        bit_start :: Int
bit_start = Int
st Int -> Int -> Int
forall a. Num a => a -> a -> a
Prelude.* Int
55
        bit_end :: Int
bit_end = (Int
st Int -> Int -> Int
forall a. Num a => a -> a -> a
Prelude.+ Int
1) Int -> Int -> Int
forall a. Num a => a -> a -> a
Prelude.* Int
55
        read_bit :: Int -> Bool
read_bit = HappyAddr -> Int -> Bool
readArrayBit HappyAddr
happyExpList
        bits :: [Bool]
bits = (Int -> Bool) -> [Int] -> [Bool]
forall a b. (a -> b) -> [a] -> [b]
Prelude.map Int -> Bool
read_bit [Int
bit_start..Int
bit_end Int -> Int -> Int
forall a. Num a => a -> a -> a
Prelude.- Int
1]
        bits_indexed :: [(Bool, Int)]
bits_indexed = [Bool] -> [Int] -> [(Bool, Int)]
forall a b. [a] -> [b] -> [(a, b)]
Prelude.zip [Bool]
bits [Int
0..Int
54]
        token_strs_expected :: [String]
token_strs_expected = ((Bool, Int) -> [String]) -> [(Bool, Int)] -> [String]
forall (t :: * -> *) a b. Foldable t => (a -> [b]) -> t a -> [b]
Prelude.concatMap (Bool, Int) -> [String]
f [(Bool, Int)]
bits_indexed
        f :: (Bool, Int) -> [String]
f (Bool
Prelude.False, Int
_) = []
        f (Bool
Prelude.True, Int
nr) = [[String]
token_strs [String] -> Int -> String
forall a. HasCallStack => [a] -> Int -> a
Prelude.!! Int
nr]

happyActOffsets :: HappyAddr
happyActOffsets :: HappyAddr
happyActOffsets = Addr# -> HappyAddr
HappyA# Addr#
"\xfc\xff\xfc\xff\x00\x00\x01\x00\x66\x00\xfa\xff\x19\x00\x00\x00\x19\x00\x00\x00\x00\x00\x0f\x00\x1a\x00\x20\x00\x1c\x00\x24\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x38\x00\x14\x00\x34\x00\x30\x00\x3a\x00\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5d\x00\x3f\x00\xef\xff\x00\x00\x5c\x00\x95\x00\x64\x00\x8f\x00\x5e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\x19\x00\x00\x00\x00\x00\xfc\xff\x00\x00\x00\x00\x00\x00\x00\x00\xfc\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5e\x00\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x55\x00\x00\x00\x6a\x00\x5a\x00\xef\xff\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x00\x62\x00\x02\x00\x00\x00\x00\x00\x00\x00\x61\x00\x77\x00\x00\x00\x25\x00\x00\x00\x77\x00\x00\x00\x67\x00\x79\x00\x65\x00\x00\x00\x00\x00"#

happyGotoOffsets :: HappyAddr
happyGotoOffsets :: HappyAddr
happyGotoOffsets = Addr# -> HappyAddr
HappyA# Addr#
"\x36\x00\x4b\x00\x00\x00\x00\x00\x80\x00\x00\x00\x0d\x00\x00\x00\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x00\xf5\xff\x00\x00\x45\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x00\x82\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x84\x00\x00\x00\x3b\x00\x00\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x7c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00\x85\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x60\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x00\x92\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9d\x00\x00\x00\x9e\x00\x00\x00\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9f\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x00\x00\xa1\x00\x00\x00\x00\x00\xa2\x00\x00\x00\x00\x00\x00\x00"#

happyAdjustOffset :: Happy_GHC_Exts.Int# -> Happy_GHC_Exts.Int#
happyAdjustOffset :: Int# -> Int#
happyAdjustOffset Int#
off = Int#
off

happyDefActions :: HappyAddr
happyDefActions :: HappyAddr
happyDefActions = Addr# -> HappyAddr
HappyA# Addr#
"\x00\x00\x00\x00\xfe\xff\xfd\xff\xfb\xff\xf5\xff\xf0\xff\xea\xff\xf0\xff\xc8\xff\xeb\xff\x00\x00\xc5\xff\x00\x00\x00\x00\xc4\xff\x00\x00\xc0\xff\xee\xff\xf3\xff\xed\xff\xd7\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe5\xff\xe2\xff\xe6\xff\xe7\xff\xe1\xff\xe4\xff\xd7\xff\x00\x00\xdb\xff\xd6\xff\x00\x00\xd4\xff\x00\x00\xc2\xff\x00\x00\xc1\xff\xc7\xff\xc5\xff\xc4\xff\xc3\xff\x00\x00\xf2\xff\xf0\xff\xf1\xff\xf4\xff\x00\x00\xf8\xff\xf9\xff\xf7\xff\xf6\xff\x00\x00\xfc\xff\xfa\xff\xef\xff\xc6\xff\xd0\xff\x00\x00\x00\x00\xce\xff\xcb\xff\xca\xff\xc9\xff\xcc\xff\xcd\xff\xd5\xff\xec\xff\xd9\xff\xda\xff\xd7\xff\x00\x00\xdb\xff\xe9\xff\xe8\xff\xe3\xff\xe0\xff\x00\x00\x00\x00\xd8\xff\xd3\xff\xd2\xff\xd1\xff\x00\x00\xd7\xff\xdf\xff\x00\x00\xdc\xff\xd7\xff\xde\xff\x00\x00\xd7\xff\x00\x00\xdd\xff"#

happyCheck :: HappyAddr
happyCheck :: HappyAddr
happyCheck = Addr# -> HappyAddr
HappyA# Addr#
"\xff\xff\x05\x00\x01\x00\x07\x00\x08\x00\x09\x00\x17\x00\x12\x00\x06\x00\x1a\x00\x15\x00\x07\x00\x08\x00\x11\x00\x14\x00\x13\x00\x14\x00\x15\x00\x16\x00\x06\x00\x07\x00\x11\x00\x07\x00\x1b\x00\x1c\x00\x05\x00\x0d\x00\x07\x00\x08\x00\x09\x00\x05\x00\x1d\x00\x13\x00\x07\x00\x09\x00\x12\x00\x08\x00\x11\x00\x15\x00\x13\x00\x14\x00\x15\x00\x16\x00\x07\x00\x13\x00\x11\x00\x15\x00\x16\x00\x1c\x00\x11\x00\x06\x00\x07\x00\x1b\x00\x1c\x00\x00\x00\x01\x00\x02\x00\x0d\x00\x04\x00\x05\x00\x17\x00\x07\x00\x06\x00\x13\x00\x11\x00\x12\x00\x1d\x00\x0d\x00\x09\x00\x0a\x00\x12\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x01\x00\x02\x00\x1e\x00\x04\x00\x05\x00\x12\x00\x07\x00\x0e\x00\x0f\x00\x09\x00\x0a\x00\x1d\x00\x0d\x00\x14\x00\x15\x00\x1d\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x01\x00\x02\x00\x06\x00\x04\x00\x05\x00\x0a\x00\x07\x00\x02\x00\x03\x00\x04\x00\x07\x00\x06\x00\x0d\x00\x19\x00\x11\x00\x06\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x02\x00\x1d\x00\x04\x00\x05\x00\x18\x00\x07\x00\x1d\x00\x06\x00\x1d\x00\x06\x00\x19\x00\x0d\x00\x1d\x00\x03\x00\x15\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x08\x00\x06\x00\x07\x00\x0c\x00\x10\x00\x0d\x00\x0c\x00\x15\x00\x0d\x00\x11\x00\x12\x00\x13\x00\x14\x00\x15\x00\x13\x00\x0a\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x0b\x00\x0c\x00\x0d\x00\x0e\x00\x0f\x00\x10\x00\x15\x00\x15\x00\x0b\x00\xff\xff\x0c\x00\x0c\x00\x0c\x00\x0c\x00\x0c\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"#

happyTable :: HappyAddr
happyTable :: HappyAddr
happyTable = Addr# -> HappyAddr
HappyA# Addr#
"\x00\x00\x0e\x00\x3a\x00\x0f\x00\x10\x00\x11\x00\x4b\x00\x2b\x00\x25\x00\x4c\x00\x2c\x00\x2a\x00\x2b\x00\x12\x00\x34\x00\x13\x00\x14\x00\x15\x00\x16\x00\x32\x00\x31\x00\x12\x00\x30\x00\x17\x00\x18\x00\x0e\x00\x07\x00\x0f\x00\x10\x00\x11\x00\x0e\x00\xd7\xff\x0a\x00\xc2\xff\x11\x00\x3d\x00\x2e\x00\x12\x00\x2c\x00\x1f\x00\x20\x00\x21\x00\x22\x00\xc1\xff\x13\x00\x12\x00\x15\x00\x16\x00\x23\x00\x12\x00\x30\x00\x31\x00\x17\x00\x18\x00\x18\x00\x02\x00\x03\x00\x07\x00\x04\x00\x05\x00\x5e\x00\x06\x00\x25\x00\x0a\x00\x12\x00\x57\x00\x5f\x00\x07\x00\x48\x00\x49\x00\x1a\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x02\x00\x03\x00\xff\xff\x04\x00\x05\x00\x4d\x00\x06\x00\x25\x00\x26\x00\x50\x00\x49\x00\x50\x00\x07\x00\x27\x00\x28\x00\x4f\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x3a\x00\x03\x00\x25\x00\x04\x00\x05\x00\x48\x00\x06\x00\x36\x00\x37\x00\x38\x00\x40\x00\x39\x00\x07\x00\x55\x00\x12\x00\x25\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x3b\x00\x52\x00\x04\x00\x05\x00\x5a\x00\x06\x00\x5b\x00\x25\x00\x5d\x00\x25\x00\x61\x00\x07\x00\x63\x00\x34\x00\x2e\x00\x08\x00\x09\x00\x0a\x00\x0b\x00\x0c\x00\x1a\x00\x3c\x00\x31\x00\x23\x00\x40\x00\x1b\x00\x4d\x00\x3e\x00\x07\x00\x1c\x00\x09\x00\x1d\x00\x0b\x00\x0c\x00\x0a\x00\xcf\xff\xcf\xff\xcf\xff\xcf\xff\xcf\xff\xcf\xff\xcf\xff\x42\x00\x43\x00\x44\x00\x45\x00\x46\x00\x47\x00\x57\x00\x55\x00\x53\x00\x00\x00\x52\x00\x58\x00\x5b\x00\x5f\x00\x61\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\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
  Int
  (Int#
   -> TokenLoc
   -> Int#
   -> Happy_IntList
   -> HappyStk
        (HappyAbsSyn
           SelectorGroup
           (NonEmpty Selector)
           Selector
           SelectorCombinator
           PseudoSelectorSequence
           SelectorSequence
           [SelectorFilter]
           SelectorFilter
           Negation
           Nth
           (Int -> Int)
           Int
           ()
           Attrib
           Attrib
           AttributeName
           AttributeCombinator
           TypeSelector
           ElementName
           Class
           Namespace
           AttributeValue)
   -> [TokenLoc]
   -> HappyIdentity
        (HappyAbsSyn
           SelectorGroup
           (NonEmpty Selector)
           Selector
           SelectorCombinator
           PseudoSelectorSequence
           SelectorSequence
           [SelectorFilter]
           SelectorFilter
           Negation
           Nth
           (Int -> Int)
           Int
           ()
           Attrib
           Attrib
           AttributeName
           AttributeCombinator
           TypeSelector
           ElementName
           Class
           Namespace
           AttributeValue))
happyReduceArr = (Int, Int)
-> [(Int,
     Int#
     -> TokenLoc
     -> Int#
     -> Happy_IntList
     -> HappyStk
          (HappyAbsSyn
             SelectorGroup
             (NonEmpty Selector)
             Selector
             SelectorCombinator
             PseudoSelectorSequence
             SelectorSequence
             [SelectorFilter]
             SelectorFilter
             Negation
             Nth
             (Int -> Int)
             Int
             ()
             Attrib
             Attrib
             AttributeName
             AttributeCombinator
             TypeSelector
             ElementName
             Class
             Namespace
             AttributeValue)
     -> [TokenLoc]
     -> HappyIdentity
          (HappyAbsSyn
             SelectorGroup
             (NonEmpty Selector)
             Selector
             SelectorCombinator
             PseudoSelectorSequence
             SelectorSequence
             [SelectorFilter]
             SelectorFilter
             Negation
             Nth
             (Int -> Int)
             Int
             ()
             Attrib
             Attrib
             AttributeName
             AttributeCombinator
             TypeSelector
             ElementName
             Class
             Namespace
             AttributeValue))]
-> Array
     Int
     (Int#
      -> TokenLoc
      -> Int#
      -> Happy_IntList
      -> HappyStk
           (HappyAbsSyn
              SelectorGroup
              (NonEmpty Selector)
              Selector
              SelectorCombinator
              PseudoSelectorSequence
              SelectorSequence
              [SelectorFilter]
              SelectorFilter
              Negation
              Nth
              (Int -> Int)
              Int
              ()
              Attrib
              Attrib
              AttributeName
              AttributeCombinator
              TypeSelector
              ElementName
              Class
              Namespace
              AttributeValue)
      -> [TokenLoc]
      -> HappyIdentity
           (HappyAbsSyn
              SelectorGroup
              (NonEmpty Selector)
              Selector
              SelectorCombinator
              PseudoSelectorSequence
              SelectorSequence
              [SelectorFilter]
              SelectorFilter
              Negation
              Nth
              (Int -> Int)
              Int
              ()
              Attrib
              Attrib
              AttributeName
              AttributeCombinator
              TypeSelector
              ElementName
              Class
              Namespace
              AttributeValue))
forall i e. Ix i => (i, i) -> [(i, e)] -> Array i e
Happy_Data_Array.array (Int
1, Int
63) [
	(Int
1 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_1),
	(Int
2 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_2),
	(Int
3 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_3),
	(Int
4 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_4),
	(Int
5 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_5),
	(Int
6 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_6),
	(Int
7 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_7),
	(Int
8 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_8),
	(Int
9 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_9),
	(Int
10 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_10),
	(Int
11 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_11),
	(Int
12 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_12),
	(Int
13 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_13),
	(Int
14 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_14),
	(Int
15 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_15),
	(Int
16 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_16),
	(Int
17 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_17),
	(Int
18 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_18),
	(Int
19 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_19),
	(Int
20 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_20),
	(Int
21 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_21),
	(Int
22 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_22),
	(Int
23 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_23),
	(Int
24 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_24),
	(Int
25 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_25),
	(Int
26 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_26),
	(Int
27 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_27),
	(Int
28 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_28),
	(Int
29 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_29),
	(Int
30 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_30),
	(Int
31 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_31),
	(Int
32 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_32),
	(Int
33 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_33),
	(Int
34 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_34),
	(Int
35 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_35),
	(Int
36 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_36),
	(Int
37 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_37),
	(Int
38 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_38),
	(Int
39 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_39),
	(Int
40 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_40),
	(Int
41 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_41),
	(Int
42 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_42),
	(Int
43 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_43),
	(Int
44 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_44),
	(Int
45 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_45),
	(Int
46 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_46),
	(Int
47 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_47),
	(Int
48 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_48),
	(Int
49 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_49),
	(Int
50 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_50),
	(Int
51 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_51),
	(Int
52 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_52),
	(Int
53 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_53),
	(Int
54 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_54),
	(Int
55 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_55),
	(Int
56 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_56),
	(Int
57 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_57),
	(Int
58 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_58),
	(Int
59 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_59),
	(Int
60 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_60),
	(Int
61 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_61),
	(Int
62 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_62),
	(Int
63 , Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_63)
	]

happy_n_terms :: Int
happy_n_terms = Int
31 :: Prelude.Int
happy_n_nonterms :: Int
happy_n_nonterms = Int
22 :: Prelude.Int

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_1 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_1 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
0# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t5}
       {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  (NonEmpty Selector)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     SelectorGroup
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_1
happyReduction_1 :: HappyAbsSyn
  t4
  (NonEmpty Selector)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     SelectorGroup
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_1 HappyAbsSyn
  t4
  (NonEmpty Selector)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  (NonEmpty Selector)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> NonEmpty Selector
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t5
happyOut5 HappyAbsSyn
  t4
  (NonEmpty Selector)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { NonEmpty Selector
happy_var_1 -> 
	SelectorGroup
-> HappyAbsSyn
     SelectorGroup
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t4
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn4
		 (NonEmpty Selector -> SelectorGroup
SelectorGroup NonEmpty Selector
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_2 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_2 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
1# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {a} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     (NonEmpty a)
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_2
happyReduction_2 :: HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     (NonEmpty a)
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_2 HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> a
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t6
happyOut6 HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { a
happy_var_1 -> 
	NonEmpty a
-> HappyAbsSyn
     t4
     (NonEmpty a)
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t5 t4 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t5
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn5
		 (a
happy_var_1 a -> [a] -> NonEmpty a
forall a. a -> [a] -> NonEmpty a
:| []
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_3 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_3 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
1# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {a} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {p} {t4} {t5} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  (NonEmpty a)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     a
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     (NonEmpty a)
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_3
happyReduction_3 :: HappyAbsSyn
  t4
  (NonEmpty a)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     a
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     (NonEmpty a)
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_3 HappyAbsSyn
  t4
  (NonEmpty a)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3
	p
happy_x_2
	HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> a
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t6
happyOut6 HappyAbsSyn
  t4
  t5
  a
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { a
happy_var_1 -> 
	case HappyAbsSyn
  t4
  (NonEmpty a)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> NonEmpty a
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t5
happyOut5 HappyAbsSyn
  t4
  (NonEmpty a)
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 of { NonEmpty a
happy_var_3 -> 
	NonEmpty a
-> HappyAbsSyn
     t4
     (NonEmpty a)
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t5 t4 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t5
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn5
		 (a
happy_var_1 a -> NonEmpty a -> NonEmpty a
forall a. a -> NonEmpty a -> NonEmpty a
<| NonEmpty a
happy_var_3
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_4 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_4 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
2# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     Selector
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_4
happyReduction_4 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     Selector
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_4 HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> PseudoSelectorSequence
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t8
happyOut8 HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { PseudoSelectorSequence
happy_var_1 -> 
	Selector
-> HappyAbsSyn
     t4
     t5
     Selector
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t6 t4 t5 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t6
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn6
		 (PseudoSelectorSequence -> Selector
Selector PseudoSelectorSequence
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_5 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_5 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
2# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5} {t6} {t7}
       {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t18} {t19}
       {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5} {t7} {t8} {t9} {t10}
       {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t18} {t19} {t20} {t21}
       {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  Selector
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     Selector
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_5
happyReduction_5 :: HappyAbsSyn
  t4
  t5
  Selector
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     Selector
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_5 HappyAbsSyn
  t4
  t5
  Selector
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  SelectorCombinator
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> PseudoSelectorSequence
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t8
happyOut8 HappyAbsSyn
  t4
  t5
  t6
  t7
  PseudoSelectorSequence
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { PseudoSelectorSequence
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  SelectorCombinator
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> SelectorCombinator
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t7
happyOut7 HappyAbsSyn
  t4
  t5
  t6
  SelectorCombinator
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { SelectorCombinator
happy_var_2 -> 
	case HappyAbsSyn
  t4
  t5
  Selector
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Selector
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t6
happyOut6 HappyAbsSyn
  t4
  t5
  Selector
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 of { Selector
happy_var_3 -> 
	Selector
-> HappyAbsSyn
     t4
     t5
     Selector
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t6 t4 t5 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t6
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn6
		 (PseudoSelectorSequence
-> SelectorCombinator -> Selector -> Selector
Combined PseudoSelectorSequence
happy_var_1 SelectorCombinator
happy_var_2 Selector
happy_var_3
	)}}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_6 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_6 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
3# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_6
happyReduction_6 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_6 p
happy_x_1
	 =  SelectorCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t7 t4 t5 t6 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t7
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn7
		 (SelectorCombinator
DirectlyPreceded
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_7 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_7 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
3# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_7
happyReduction_7 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_7 p
happy_x_1
	 =  SelectorCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t7 t4 t5 t6 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t7
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn7
		 (SelectorCombinator
Child
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_8 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_8 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
3# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_8
happyReduction_8 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_8 p
happy_x_1
	 =  SelectorCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t7 t4 t5 t6 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t7
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn7
		 (SelectorCombinator
Preceded
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_9 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_9 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
3# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_9
happyReduction_9 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_9 p
happy_x_1
	 =  SelectorCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     SelectorCombinator
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t7 t4 t5 t6 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t7
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn7
		 (SelectorCombinator
Descendant
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_10 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_10 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
4# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_10
happyReduction_10 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_10 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> SelectorSequence
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t9
happyOut9 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { SelectorSequence
happy_var_1 -> 
	PseudoSelectorSequence
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t8 t4 t5 t6 t7 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t8
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn8
		 (SelectorSequence -> PseudoSelectorSequence
Sequence SelectorSequence
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_11 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_11 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
4# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5}
       {t6} {t7} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_11
happyReduction_11 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_11 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> SelectorSequence
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t9
happyOut9 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  SelectorSequence
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { SelectorSequence
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { (TokenLoc (PseudoElement PseudoElement
happy_var_2) String
_ Maybe AlexPosn
_) -> 
	PseudoSelectorSequence
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t8 t4 t5 t6 t7 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t8
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn8
		 (SelectorSequence
happy_var_1 SelectorSequence -> PseudoElement -> PseudoSelectorSequence
:.:: PseudoElement
happy_var_2
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_12 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_12 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
4# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_12
happyReduction_12 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_12 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (PseudoElement PseudoElement
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	PseudoSelectorSequence
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     PseudoSelectorSequence
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t8 t4 t5 t6 t7 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t8
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn8
		 (SelectorSequence
forall a. Default a => a
def SelectorSequence -> PseudoElement -> PseudoSelectorSequence
:.:: PseudoElement
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_13 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_13 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
5# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t22} {t23} {t24} {t25} {t4} {t5} {t6} {t7}
       {t8} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t18} {t19}
       {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_13
happyReduction_13 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_13 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
-> TypeSelector
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t21
happyOut21 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
happy_x_1 of { TypeSelector
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> [SelectorFilter]
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t10
happyOut10 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { [SelectorFilter]
happy_var_2 -> 
	SelectorSequence
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t9 t4 t5 t6 t7 t8 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t9
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn9
		 (SelectorSequence -> [SelectorFilter] -> SelectorSequence
addFilters (TypeSelector -> SelectorSequence
SimpleSelector TypeSelector
happy_var_1) [SelectorFilter]
happy_var_2
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_14 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_14 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
5# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5} {t6} {t7}
       {t8} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t18} {t19}
       {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_14
happyReduction_14 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_14 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  SelectorFilter
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  SelectorFilter
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> SelectorFilter
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t11
happyOut11 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  SelectorFilter
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { SelectorFilter
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> [SelectorFilter]
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t10
happyOut10 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [SelectorFilter]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { [SelectorFilter]
happy_var_2 -> 
	SelectorSequence
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     SelectorSequence
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t9 t4 t5 t6 t7 t8 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t9
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn9
		 (SelectorSequence -> [SelectorFilter] -> SelectorSequence
addFilters (TypeSelector -> SelectorSequence
SimpleSelector TypeSelector
Universal) (SelectorFilter
happy_var_1SelectorFilter -> [SelectorFilter] -> [SelectorFilter]
forall a. a -> [a] -> [a]
:[SelectorFilter]
happy_var_2)
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_15 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_15 = Int#
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_0  Int#
6# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {a} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_15
happyReduction_15 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_15  =  [a]
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     [a]
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t10 t4 t5 t6 t7 t8 t9 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t10
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn10
		 ([]
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_16 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_16 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
6# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {a} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5}
       {t6} {t7} {t8} {t9} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t18}
       {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     a
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     [a]
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_16
happyReduction_16 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     a
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     [a]
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_16 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  a
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  a
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> a
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t11
happyOut11 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  a
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { a
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> [a]
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t10
happyOut10 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  [a]
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { [a]
happy_var_2 -> 
	[a]
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     [a]
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t10 t4 t5 t6 t7 t8 t9 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t10
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn10
		 (a
happy_var_1 a -> [a] -> [a]
forall a. a -> [a] -> [a]
: [a]
happy_var_2
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_17 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_17 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_17
happyReduction_17 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_17 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (THash String
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (Hash -> SelectorFilter
SHash (AttributeValue -> Hash
Hash (String -> AttributeValue
pack String
happy_var_1))
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_18 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_18 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_18
happyReduction_18 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_18 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (PseudoClass PseudoClass
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (PseudoClass -> SelectorFilter
SPseudo PseudoClass
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_19 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_19 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_19
happyReduction_19 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_19 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3
	p
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (PseudoFunction Nth -> PseudoClass
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Nth
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t13
happyOut13 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 of { Nth
happy_var_3 -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (PseudoClass -> SelectorFilter
SPseudo (Nth -> PseudoClass
happy_var_1 Nth
happy_var_3)
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_20 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_20 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_20
happyReduction_20 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_20 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
-> Class
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t23
happyOut23 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
happy_x_1 of { Class
happy_var_1 -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (Class -> SelectorFilter
SClass Class
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_21 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_21 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_21
happyReduction_21 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_21 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Attrib
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t17
happyOut17 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { Attrib
happy_var_1 -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (Attrib -> SelectorFilter
SAttrib Attrib
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_22 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_22 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_22
happyReduction_22 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_22 p
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  Negation
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  Negation
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Negation
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t12
happyOut12 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  Negation
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { Negation
happy_var_2 -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (Negation -> SelectorFilter
SNot Negation
happy_var_2
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_23 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_23 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
7# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24}
       {t25} {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_23
happyReduction_23 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_23 p
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { (TokenLoc (String String
happy_var_2) String
_ Maybe AlexPosn
_) -> 
	SelectorFilter
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     SelectorFilter
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t11 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t11
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn11
		 (PseudoClass -> SelectorFilter
SPseudo (AttributeValue -> PseudoClass
Lang (String -> AttributeValue
pack String
happy_var_2))
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_24 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_24 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_24
happyReduction_24 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_24 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (THash String
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (Hash -> Negation
NHash (AttributeValue -> Hash
Hash (String -> AttributeValue
pack String
happy_var_1))
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_25 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_25 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_25
happyReduction_25 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
-> Class
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t23
happyOut23 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  Class
  t24
  t25
happy_x_1 of { Class
happy_var_1 -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (Class -> Negation
NClass Class
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_26 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_26 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_26
happyReduction_26 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_26 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Attrib
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t17
happyOut17 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  Attrib
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { Attrib
happy_var_1 -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (Attrib -> Negation
NAttrib Attrib
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_27 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_27 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_27
happyReduction_27 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_27 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (PseudoClass PseudoClass
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (PseudoClass -> Negation
NPseudo PseudoClass
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_28 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_28 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_28
happyReduction_28 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_28 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3
	p
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (PseudoFunction Nth -> PseudoClass
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Nth
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t13
happyOut13 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 of { Nth
happy_var_3 -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (PseudoClass -> Negation
NPseudo (Nth -> PseudoClass
happy_var_1 Nth
happy_var_3)
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_29 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_29 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_29
happyReduction_29 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_29 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
-> TypeSelector
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t21
happyOut21 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  TypeSelector
  t22
  t23
  t24
  t25
happy_x_1 of { TypeSelector
happy_var_1 -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (TypeSelector -> Negation
NTypeSelector TypeSelector
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_30 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_30 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_30
happyReduction_30 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_30 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (PseudoElement PseudoElement
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (PseudoElement -> Negation
NPseudoElement PseudoElement
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_31 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_31 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
8# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24}
       {t25} {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_31
happyReduction_31 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_31 p
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { (TokenLoc (String String
happy_var_2) String
_ Maybe AlexPosn
_) -> 
	Negation
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     Negation
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t12 t4 t5 t6 t7 t8 t9 t10 t11 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t12
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn12
		 (PseudoClass -> Negation
NPseudo (AttributeValue -> PseudoClass
Lang (String -> AttributeValue
pack String
happy_var_2))
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_32 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_32 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
9# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12}
       {t13} {t14} {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23}
       {t24} {t25} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_32
happyReduction_32 :: p
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_32 p
happy_x_3
	p
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (TNth Nth
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	Nth
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t13 t4 t5 t6 t7 t8 t9 t10 t11 t12 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t13
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn13
		 (Nth
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_33 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_33 = Int#
-> Int#
-> (HappyStk
      (HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
    -> HappyStk
         (HappyAbsSyn
            SelectorGroup
            (NonEmpty Selector)
            Selector
            SelectorCombinator
            PseudoSelectorSequence
            SelectorSequence
            [SelectorFilter]
            SelectorFilter
            Negation
            Nth
            (Int -> Int)
            Int
            ()
            Attrib
            Attrib
            AttributeName
            AttributeCombinator
            TypeSelector
            ElementName
            Class
            Namespace
            AttributeValue))
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce Int#
5# Int#
9# HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
happyReduction_33
happyReduction_33 :: HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
happyReduction_33 (HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_5 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_4 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 `HappyStk`
	HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
happyRest)
	 = case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15 -> Int
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t14
happyOut14 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { t15 -> Int
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15
happyOut15 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { t15
happy_var_2 -> 
	Nth
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t13 t4 t5 t6 t7 t8 t9 t10 t11 t12 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t13
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn13
		 (Int -> Int -> Nth
Nth (t15 -> Int
happy_var_1 t15
happy_var_2) Int
0
	) HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
forall a. a -> HappyStk a -> HappyStk a
`HappyStk` HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
happyRest}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_34 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_34 = Int#
-> Int#
-> (HappyStk
      (HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
    -> HappyStk
         (HappyAbsSyn
            SelectorGroup
            (NonEmpty Selector)
            Selector
            SelectorCombinator
            PseudoSelectorSequence
            SelectorSequence
            [SelectorFilter]
            SelectorFilter
            Negation
            Nth
            (Int -> Int)
            Int
            ()
            Attrib
            Attrib
            AttributeName
            AttributeCombinator
            TypeSelector
            ElementName
            Class
            Namespace
            AttributeValue))
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce Int#
9# Int#
9# HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
happyReduction_34
happyReduction_34 :: HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
happyReduction_34 (HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_9 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_8 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_7 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_6 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_5 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_4 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 `HappyStk`
	HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
happyRest)
	 = case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15 -> Int
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t14
happyOut14 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { t15 -> Int
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t15
happyOut15 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { t15
happy_var_2 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_5 of { (TokenLoc (TPM Int -> Int
happy_var_5) String
_ Maybe AlexPosn
_) -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_7 of { (TokenLoc (TInt Int
happy_var_7) String
_ Maybe AlexPosn
_) -> 
	Nth
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t13 t4 t5 t6 t7 t8 t9 t10 t11 t12 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t13
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn13
		 (Int -> Int -> Nth
Nth (t15 -> Int
happy_var_1 t15
happy_var_2) (Int -> Int
happy_var_5 Int
happy_var_7)
	) HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (t15 -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (t15 -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
forall a. a -> HappyStk a -> HappyStk a
`HappyStk` HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (t15 -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
happyRest}}}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_35 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_35 = Int#
-> Int#
-> (HappyStk
      (HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
    -> HappyStk
         (HappyAbsSyn
            SelectorGroup
            (NonEmpty Selector)
            Selector
            SelectorCombinator
            PseudoSelectorSequence
            SelectorSequence
            [SelectorFilter]
            SelectorFilter
            Negation
            Nth
            (Int -> Int)
            Int
            ()
            Attrib
            Attrib
            AttributeName
            AttributeCombinator
            TypeSelector
            ElementName
            Class
            Namespace
            AttributeValue))
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce Int#
4# Int#
9# HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (Int -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
happyReduction_35
happyReduction_35 :: HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (Int -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
happyReduction_35 (HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_4 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 `HappyStk`
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 `HappyStk`
	HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
happyRest)
	 = case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> Int -> Int
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t14
happyOut14 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { Int -> Int
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { (TokenLoc (TInt Int
happy_var_2) String
_ Maybe AlexPosn
_) -> 
	Nth
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t13 t4 t5 t6 t7 t8 t9 t10 t11 t12 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t13
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn13
		 (Int -> Int -> Nth
Nth Int
0 (Int -> Int
happy_var_1 Int
happy_var_2)
	) HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  Nth
  (Int -> Int)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (Int -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
-> HappyStk
     (HappyAbsSyn
        t4
        t5
        t6
        t7
        t8
        t9
        t10
        t11
        t12
        Nth
        (Int -> Int)
        t15
        t16
        t17
        t18
        t19
        t20
        t21
        t22
        t23
        t24
        t25)
forall a. a -> HappyStk a -> HappyStk a
`HappyStk` HappyStk
  (HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     Nth
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25)
happyRest}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_36 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_36 = Int#
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_0  Int#
10# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {a}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  (a -> a)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_36
happyReduction_36 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  (a -> a)
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_36  =  (a -> a)
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     (a -> a)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t14 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t14
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn14
		 (a -> a
forall a. a -> a
id
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_37 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_37 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
10# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_37
happyReduction_37 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_37 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (TPM Int -> Int
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	(Int -> Int)
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     (Int -> Int)
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t14 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t14
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn14
		 (Int -> Int
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_38 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_38 = Int#
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_0  Int#
11# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  Int
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_38
happyReduction_38 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  Int
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_38  =  Int
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     Int
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t15 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t15
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn15
		 (Int
1
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_39 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_39 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
11# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     Int
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_39
happyReduction_39 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     Int
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_39 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (TInt Int
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	Int
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     Int
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t15 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t15
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn15
		 (Int
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_40 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_40 = Int#
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_0  Int#
12# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  ()
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_40
happyReduction_40 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  ()
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happyReduction_40  =  ()
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     ()
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t16 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t16
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn16
		 (()
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_41 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_41 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
12# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     ()
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_41
happyReduction_41 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     ()
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_41 p
happy_x_1
	 =  ()
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     ()
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t16 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
t16
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn16
		 (()
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_42 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_42 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
13# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t17} {t19} {t20} {t21} {t22} {t23} {t24}
       {t25} {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t17
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_42
happyReduction_42 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t17
     t19
     t20
     t21
     t22
     t23
     t24
     t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_42 p
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t17
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t17
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t17
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t18
happyOut18 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t17
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { t17
happy_var_2 -> 
	t17
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t17 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t18 t19
       t20 t21 t22 t23 t24 t25.
t17
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn17
		 (t17
happy_var_2
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_43 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_43 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
14# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t20} {t21} {t22} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t19} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_43
happyReduction_43 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_43 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
-> AttributeName
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t19
happyOut19 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { AttributeName
happy_var_1 -> 
	Attrib
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t18 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t19
       t20 t21 t22 t23 t24 t25.
t18
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn18
		 (AttributeName -> Attrib
Exist AttributeName
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_44 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_44 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
14# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25} {t4} {t5} {t6} {t7}
       {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t18}
       {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5} {t6} {t7} {t8} {t9}
       {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t19} {t20} {t21}
       {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_44
happyReduction_44 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_44 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  AttributeCombinator
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
-> AttributeName
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t19
happyOut19 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { AttributeName
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  AttributeCombinator
  t21
  t22
  t23
  t24
  t25
-> AttributeCombinator
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t20
happyOut20 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  AttributeCombinator
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { AttributeCombinator
happy_var_2 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_3 of { AttributeValue
happy_var_3 -> 
	Attrib
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t18 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t19
       t20 t21 t22 t23 t24 t25.
t18
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn18
		 (AttributeName -> AttributeCombinator -> AttributeValue -> Attrib
Attrib AttributeName
happy_var_1 AttributeCombinator
happy_var_2 AttributeValue
happy_var_3
	)}}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_45 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_45 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
14# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25} {t4} {t5}
       {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t20} {t21} {t22} {t23} {t24} {t25} {t4} {t5} {t6} {t7} {t8}
       {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17} {t19} {t20}
       {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_45
happyReduction_45 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_45 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  AttributeCombinator
  t21
  t22
  t23
  t24
  t25
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
-> AttributeName
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t19
happyOut19 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  AttributeName
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { AttributeName
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  AttributeCombinator
  t21
  t22
  t23
  t24
  t25
-> AttributeCombinator
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t20
happyOut20 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  AttributeCombinator
  t21
  t22
  t23
  t24
  t25
happy_x_2 of { AttributeCombinator
happy_var_2 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_3 of { (TokenLoc (String String
happy_var_3) String
_ Maybe AlexPosn
_) -> 
	Attrib
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     Attrib
     t19
     t20
     t21
     t22
     t23
     t24
     t25
forall t18 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t19
       t20 t21 t22 t23 t24 t25.
t18
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn18
		 (AttributeName -> AttributeCombinator -> AttributeValue -> Attrib
Attrib AttributeName
happy_var_1 AttributeCombinator
happy_var_2 (String -> AttributeValue
pack String
happy_var_3)
	)}}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_46 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_46 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
15# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t25} {t4} {t5}
       {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_46
happyReduction_46 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_46 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_3
	p
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  Namespace
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  Namespace
  t25
-> Namespace
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t24
happyOut24 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  Namespace
  t25
happy_x_1 of { Namespace
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_3 of { AttributeValue
happy_var_3 -> 
	AttributeName
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
forall t19 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t20 t21 t22 t23 t24 t25.
t19
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn19
		 (Namespace -> AttributeValue -> AttributeName
AttributeName Namespace
happy_var_1 AttributeValue
happy_var_3
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_47 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_47 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
15# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_47
happyReduction_47 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_47 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_2 of { AttributeValue
happy_var_2 -> 
	AttributeName
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
forall t19 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t20 t21 t22 t23 t24 t25.
t19
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn19
		 (Namespace -> AttributeValue -> AttributeName
AttributeName Namespace
NEmpty AttributeValue
happy_var_2
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_48 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_48 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
15# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t20} {t21} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_48
happyReduction_48 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
happyReduction_48 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_1 of { AttributeValue
happy_var_1 -> 
	AttributeName
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     AttributeName
     t20
     t21
     t22
     t23
     t24
     t25
forall t19 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t20 t21 t22 t23 t24 t25.
t19
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn19
		 (Namespace -> AttributeValue -> AttributeName
AttributeName Namespace
NAny AttributeValue
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_49 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_49 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
16# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_49
happyReduction_49 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_49 p
happy_x_1
	 =  AttributeCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20
		 (AttributeCombinator
Exact
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_50 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_50 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
16# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_50
happyReduction_50 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_50 p
happy_x_1
	 =  AttributeCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20
		 (AttributeCombinator
Include
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_51 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_51 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
16# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_51
happyReduction_51 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_51 p
happy_x_1
	 =  AttributeCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20
		 (AttributeCombinator
DashMatch
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_52 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_52 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
16# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_52
happyReduction_52 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_52 p
happy_x_1
	 =  AttributeCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20
		 (AttributeCombinator
PrefixMatch
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_53 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_53 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
16# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_53
happyReduction_53 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_53 p
happy_x_1
	 =  AttributeCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20
		 (AttributeCombinator
SuffixMatch
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_54 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_54 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
16# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t21} {t22} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_54
happyReduction_54 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
happyReduction_54 p
happy_x_1
	 =  AttributeCombinator
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     AttributeCombinator
     t21
     t22
     t23
     t24
     t25
forall t20 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t21 t22 t23 t24 t25.
t20
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn20
		 (AttributeCombinator
SubstringMatch
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_55 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_55 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
17# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t23} {t24} {t25} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
happyReduction_55
happyReduction_55 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
happyReduction_55 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> ElementName
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t22
happyOut22 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
happy_x_1 of { ElementName
happy_var_1 -> 
	TypeSelector
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
forall t21 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t22 t23 t24 t25.
t21
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn21
		 (Namespace
NAny Namespace -> ElementName -> TypeSelector
.| ElementName
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_56 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_56 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
17# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t23} {t24} {t25} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
happyReduction_56
happyReduction_56 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
happyReduction_56 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> ElementName
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t22
happyOut22 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
happy_x_2 of { ElementName
happy_var_2 -> 
	TypeSelector
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
forall t21 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t22 t23 t24 t25.
t21
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn21
		 (Namespace
NEmpty Namespace -> ElementName -> TypeSelector
.| ElementName
happy_var_2
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_57 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_57 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_3  Int#
17# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t23} {t24} {t25} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t25} {t4} {t5}
       {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16} {t17}
       {t18} {t19} {t20} {t22} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
happyReduction_57
happyReduction_57 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
happyReduction_57 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
happy_x_3
	p
happy_x_2
	HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  Namespace
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  Namespace
  t25
-> Namespace
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t24
happyOut24 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  Namespace
  t25
happy_x_1 of { Namespace
happy_var_1 -> 
	case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
-> ElementName
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t22
happyOut22 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  ElementName
  t23
  t24
  t25
happy_x_3 of { ElementName
happy_var_3 -> 
	TypeSelector
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     TypeSelector
     t22
     t23
     t24
     t25
forall t21 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t22 t23 t24 t25.
t21
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn21
		 (Namespace
happy_var_1 Namespace -> ElementName -> TypeSelector
.| ElementName
happy_var_3
	)}}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_58 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_58 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
18# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t23} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     ElementName
     t23
     t24
     t25
happyReduction_58
happyReduction_58 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     ElementName
     t23
     t24
     t25
happyReduction_58 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_1 of { AttributeValue
happy_var_1 -> 
	ElementName
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     ElementName
     t23
     t24
     t25
forall t22 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t23 t24 t25.
t22
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn22
		 (AttributeValue -> ElementName
ElementName AttributeValue
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_59 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_59 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
18# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t23} {t24} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     ElementName
     t23
     t24
     t25
happyReduction_59
happyReduction_59 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     ElementName
     t23
     t24
     t25
happyReduction_59 p
happy_x_1
	 =  ElementName
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     ElementName
     t23
     t24
     t25
forall t22 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t23 t24 t25.
t22
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn22
		 (ElementName
EAny
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_60 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_60 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_2  Int#
19# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {p}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t24} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     Class
     t24
     t25
happyReduction_60
happyReduction_60 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     Class
     t24
     t25
happyReduction_60 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_2
	p
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_2 of { AttributeValue
happy_var_2 -> 
	Class
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     Class
     t24
     t25
forall t23 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t24 t25.
t23
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn23
		 (AttributeValue -> Class
Class AttributeValue
happy_var_2
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_61 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_61 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
20# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t4}
       {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15} {t16}
       {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t25}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
happyReduction_61
happyReduction_61 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
happyReduction_61 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
-> AttributeValue
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t25
happyOut25 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  AttributeValue
happy_x_1 of { AttributeValue
happy_var_1 -> 
	Namespace
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
forall t24 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t23 t25.
t24
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn24
		 (AttributeValue -> Namespace
Namespace AttributeValue
happy_var_1
	)}

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_62 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_62 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
20# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {p} {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13}
       {t14} {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t25}.
p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
happyReduction_62
happyReduction_62 :: p
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
happyReduction_62 p
happy_x_1
	 =  Namespace
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     Namespace
     t25
forall t24 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t23 t25.
t24
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn24
		 (Namespace
NAny
	)

#if __GLASGOW_HASKELL__ >= 710
#endif
happyReduce_63 :: Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyReduce_63 = Int#
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyAbsSyn
         SelectorGroup
         (NonEmpty Selector)
         Selector
         SelectorCombinator
         PseudoSelectorSequence
         SelectorSequence
         [SelectorFilter]
         SelectorFilter
         Negation
         Nth
         (Int -> Int)
         Int
         ()
         Attrib
         Attrib
         AttributeName
         AttributeCombinator
         TypeSelector
         ElementName
         Class
         Namespace
         AttributeValue)
-> Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happySpecReduce_1  Int#
21# HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue
forall {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14}
       {t15} {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24} {t25}
       {t4} {t5} {t6} {t7} {t8} {t9} {t10} {t11} {t12} {t13} {t14} {t15}
       {t16} {t17} {t18} {t19} {t20} {t21} {t22} {t23} {t24}.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     AttributeValue
happyReduction_63
happyReduction_63 :: HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     AttributeValue
happyReduction_63 HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1
	 =  case HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> TokenLoc
happyOutTok HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
happy_x_1 of { (TokenLoc (Ident String
happy_var_1) String
_ Maybe AlexPosn
_) -> 
	AttributeValue
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     AttributeValue
forall t25 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
       t19 t20 t21 t22 t23 t24.
t25
-> HappyAbsSyn
     t4
     t5
     t6
     t7
     t8
     t9
     t10
     t11
     t12
     t13
     t14
     t15
     t16
     t17
     t18
     t19
     t20
     t21
     t22
     t23
     t24
     t25
happyIn25
		 (String -> AttributeValue
pack String
happy_var_1
	)}

happyNewToken :: Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyNewToken Int#
action Happy_IntList
sts HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
stk [] =
	Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyDoAction Int#
30# TokenLoc
forall a. a
notHappyAtAll Int#
action Happy_IntList
sts HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
stk []

happyNewToken Int#
action Happy_IntList
sts HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
stk (TokenLoc
tk:[TokenLoc]
tks) =
	let cont :: Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
i = Int#
-> TokenLoc
-> Int#
-> Happy_IntList
-> HappyStk
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyDoAction Int#
i TokenLoc
tk Int#
action Happy_IntList
sts HappyStk
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
stk [TokenLoc]
tks in
	case TokenLoc
tk of {
	TokenLoc Token
Comma String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
1#;
	TokenLoc Token
Greater String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
2#;
	TokenLoc Token
Plus String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
3#;
	TokenLoc Token
Tilde String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
4#;
	TokenLoc Token
Dot String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
5#;
	TokenLoc Token
Space String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
6#;
	TokenLoc Token
Pipe String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
7#;
	TokenLoc Token
Asterisk String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
8#;
	TokenLoc Token
BOpen String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
9#;
	TokenLoc Token
BClose String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
10#;
	TokenLoc Token
TEqual String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
11#;
	TokenLoc Token
TPrefixMatch String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
12#;
	TokenLoc Token
TSuffixMatch String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
13#;
	TokenLoc Token
TSubstringMatch String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
14#;
	TokenLoc Token
TDashMatch String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
15#;
	TokenLoc Token
TIncludes String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
16#;
	TokenLoc (Ident String
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
17#;
	TokenLoc (String String
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
18#;
	TokenLoc (THash String
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
19#;
	TokenLoc (PseudoElement PseudoElement
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
20#;
	TokenLoc (PseudoClass PseudoClass
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
21#;
	TokenLoc (PseudoFunction Nth -> PseudoClass
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
22#;
	TokenLoc (TPM Int -> Int
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
23#;
	TokenLoc Token
TN String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
24#;
	TokenLoc (TInt Int
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
25#;
	TokenLoc (TNth Nth
happy_dollar_dollar) String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
26#;
	TokenLoc Token
TNot String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
27#;
	TokenLoc Token
TLang String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
28#;
	TokenLoc Token
TClose String
_ Maybe AlexPosn
_ -> Int#
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
cont Int#
29#;
	TokenLoc
_ -> ([TokenLoc], [String])
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
forall a. ([TokenLoc], [String]) -> HappyIdentity a
happyError' ((TokenLoc
tkTokenLoc -> [TokenLoc] -> [TokenLoc]
forall a. a -> [a] -> [a]
:[TokenLoc]
tks), [])
	}

happyError_ :: [String] -> Int# -> TokenLoc -> [TokenLoc] -> HappyIdentity a
happyError_ [String]
explist Int#
30# TokenLoc
tk [TokenLoc]
tks = ([TokenLoc], [String]) -> HappyIdentity a
forall a. ([TokenLoc], [String]) -> HappyIdentity a
happyError' ([TokenLoc]
tks, [String]
explist)
happyError_ [String]
explist Int#
_ TokenLoc
tk [TokenLoc]
tks = ([TokenLoc], [String]) -> HappyIdentity a
forall a. ([TokenLoc], [String]) -> HappyIdentity a
happyError' ((TokenLoc
tkTokenLoc -> [TokenLoc] -> [TokenLoc]
forall a. a -> [a] -> [a]
:[TokenLoc]
tks), [String]
explist)

newtype HappyIdentity a = HappyIdentity a
happyIdentity :: a -> HappyIdentity a
happyIdentity = a -> HappyIdentity a
forall a. a -> HappyIdentity a
HappyIdentity
happyRunIdentity :: HappyIdentity a -> a
happyRunIdentity (HappyIdentity a
a) = a
a

instance Prelude.Functor HappyIdentity where
    fmap :: forall a b. (a -> b) -> HappyIdentity a -> HappyIdentity b
fmap a -> b
f (HappyIdentity a
a) = b -> HappyIdentity b
forall a. a -> HappyIdentity a
HappyIdentity (a -> b
f a
a)

instance Applicative HappyIdentity where
    pure :: forall a. a -> HappyIdentity a
pure  = a -> HappyIdentity a
forall a. a -> HappyIdentity a
HappyIdentity
    <*> :: forall a b.
HappyIdentity (a -> b) -> HappyIdentity a -> HappyIdentity b
(<*>) = HappyIdentity (a -> b) -> HappyIdentity a -> HappyIdentity b
forall (m :: * -> *) a b. Monad m => m (a -> b) -> m a -> m b
ap
instance Prelude.Monad HappyIdentity where
    return :: forall a. a -> HappyIdentity a
return = a -> HappyIdentity a
forall a. a -> HappyIdentity a
forall (f :: * -> *) a. Applicative f => a -> f a
pure
    (HappyIdentity a
p) >>= :: forall a b.
HappyIdentity a -> (a -> HappyIdentity b) -> HappyIdentity b
>>= a -> HappyIdentity b
q = a -> HappyIdentity b
q a
p

happyThen :: () => HappyIdentity a -> (a -> HappyIdentity b) -> HappyIdentity b
happyThen :: forall a b.
HappyIdentity a -> (a -> HappyIdentity b) -> HappyIdentity b
happyThen = HappyIdentity a -> (a -> HappyIdentity b) -> HappyIdentity b
forall a b.
HappyIdentity a -> (a -> HappyIdentity b) -> HappyIdentity b
forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
(Prelude.>>=)
happyReturn :: () => a -> HappyIdentity a
happyReturn :: forall a. a -> HappyIdentity a
happyReturn = (a -> HappyIdentity a
forall a. a -> HappyIdentity a
forall (m :: * -> *) a. Monad m => a -> m a
Prelude.return)
happyThen1 :: m t -> (t -> t -> m b) -> t -> m b
happyThen1 m t
m t -> t -> m b
k t
tks = m t -> (t -> m b) -> m b
forall a b. m a -> (a -> m b) -> m b
forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
(Prelude.>>=) m t
m (\t
a -> t -> t -> m b
k t
a t
tks)
happyReturn1 :: () => a -> b -> HappyIdentity a
happyReturn1 :: forall a b. a -> b -> HappyIdentity a
happyReturn1 = \a
a b
tks -> (forall (m :: * -> *) a. Monad m => a -> m a
Prelude.return) a
a
happyError' :: () => ([(TokenLoc)], [Prelude.String]) -> HappyIdentity a
happyError' :: forall a. ([TokenLoc], [String]) -> HappyIdentity a
happyError' = a -> HappyIdentity a
forall a. a -> HappyIdentity a
HappyIdentity (a -> HappyIdentity a)
-> (([TokenLoc], [String]) -> a)
-> ([TokenLoc], [String])
-> HappyIdentity a
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. (\([TokenLoc]
tokens, [String]
_) -> [TokenLoc] -> a
forall a. [TokenLoc] -> a
happyError [TokenLoc]
tokens)
cssselector :: [TokenLoc] -> SelectorGroup
cssselector [TokenLoc]
tks = HappyIdentity SelectorGroup -> SelectorGroup
forall {a}. HappyIdentity a -> a
happyRunIdentity HappyIdentity SelectorGroup
happySomeParser where
 happySomeParser :: HappyIdentity SelectorGroup
happySomeParser = HappyIdentity
  (HappyAbsSyn
     SelectorGroup
     (NonEmpty Selector)
     Selector
     SelectorCombinator
     PseudoSelectorSequence
     SelectorSequence
     [SelectorFilter]
     SelectorFilter
     Negation
     Nth
     (Int -> Int)
     Int
     ()
     Attrib
     Attrib
     AttributeName
     AttributeCombinator
     TypeSelector
     ElementName
     Class
     Namespace
     AttributeValue)
-> (HappyAbsSyn
      SelectorGroup
      (NonEmpty Selector)
      Selector
      SelectorCombinator
      PseudoSelectorSequence
      SelectorSequence
      [SelectorFilter]
      SelectorFilter
      Negation
      Nth
      (Int -> Int)
      Int
      ()
      Attrib
      Attrib
      AttributeName
      AttributeCombinator
      TypeSelector
      ElementName
      Class
      Namespace
      AttributeValue
    -> HappyIdentity SelectorGroup)
-> HappyIdentity SelectorGroup
forall a b.
HappyIdentity a -> (a -> HappyIdentity b) -> HappyIdentity b
happyThen (Int#
-> [TokenLoc]
-> HappyIdentity
     (HappyAbsSyn
        SelectorGroup
        (NonEmpty Selector)
        Selector
        SelectorCombinator
        PseudoSelectorSequence
        SelectorSequence
        [SelectorFilter]
        SelectorFilter
        Negation
        Nth
        (Int -> Int)
        Int
        ()
        Attrib
        Attrib
        AttributeName
        AttributeCombinator
        TypeSelector
        ElementName
        Class
        Namespace
        AttributeValue)
happyParse Int#
0# [TokenLoc]
tks) (\HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
x -> SelectorGroup -> HappyIdentity SelectorGroup
forall a. a -> HappyIdentity a
happyReturn (let {x' :: SelectorGroup
x' = HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
-> SelectorGroup
forall t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
       t20 t21 t22 t23 t24 t25.
HappyAbsSyn
  t4
  t5
  t6
  t7
  t8
  t9
  t10
  t11
  t12
  t13
  t14
  t15
  t16
  t17
  t18
  t19
  t20
  t21
  t22
  t23
  t24
  t25
-> t4
happyOut4 HappyAbsSyn
  SelectorGroup
  (NonEmpty Selector)
  Selector
  SelectorCombinator
  PseudoSelectorSequence
  SelectorSequence
  [SelectorFilter]
  SelectorFilter
  Negation
  Nth
  (Int -> Int)
  Int
  ()
  Attrib
  Attrib
  AttributeName
  AttributeCombinator
  TypeSelector
  ElementName
  Class
  Namespace
  AttributeValue
x} in SelectorGroup
x'))

happySeq :: a -> b -> b
happySeq = a -> b -> b
forall a b. a -> b -> b
happyDontSeq


happyError :: [TokenLoc] -> a
happyError :: forall a. [TokenLoc] -> a
happyError (~(TokenLoc Token
t String
s ~(Just (AlexPn Int
_ Int
l Int
c))):[TokenLoc]
_) = String -> a
forall a. HasCallStack => String -> a
error (String
"Can not parse the CSS selector: unpexected token \"" String -> String -> String
forall a. Semigroup a => a -> a -> a
<> String
s String -> String -> String
forall a. Semigroup a => a -> a -> a
<> String
"\" at location (" String -> String -> String
forall a. Semigroup a => a -> a -> a
<> Int -> String
forall a. Show a => a -> String
show Int
l String -> String -> String
forall a. Semigroup a => a -> a -> a
<> String
", " String -> String -> String
forall a. Semigroup a => a -> a -> a
<> Int -> String
forall a. Show a => a -> String
show Int
c String -> String -> String
forall a. Semigroup a => a -> a -> a
<> String
")")
happyError [TokenLoc]
_ = String -> a
forall a. HasCallStack => String -> a
error String
"Unexpected end of string when parsing a css selector."
{-# LINE 1 "templates/GenericTemplate.hs" #-}
-- $Id: GenericTemplate.hs,v 1.26 2005/01/14 14:47:22 simonmar Exp $













-- Do not remove this comment. Required to fix CPP parsing when using GCC and a clang-compiled alex.
#if __GLASGOW_HASKELL__ > 706
#define LT(n,m) ((Happy_GHC_Exts.tagToEnum# (n Happy_GHC_Exts.<# m)) :: Prelude.Bool)
#define GTE(n,m) ((Happy_GHC_Exts.tagToEnum# (n Happy_GHC_Exts.>=# m)) :: Prelude.Bool)
#define EQ(n,m) ((Happy_GHC_Exts.tagToEnum# (n Happy_GHC_Exts.==# m)) :: Prelude.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)

-----------------------------------------------------------------------------
-- starting the parse

happyParse start_state = happyNewToken start_state notHappyAtAll notHappyAtAll

-----------------------------------------------------------------------------
-- Accepting the parse

-- If the current token is ERROR_TOK, it means we've just accepted a partial
-- parse (a %partial parser).  We must ignore the saved token on the top of
-- the stack in this case.
happyAccept 0# tk st sts (_ `HappyStk` ans `HappyStk` _) =
        happyReturn1 ans
happyAccept j tk st sts (HappyStk ans _) = 
        (happyTcHack j (happyTcHack st)) (happyReturn1 ans)

-----------------------------------------------------------------------------
-- Arrays only: do the next action



happyDoAction i tk st
        = {- nothing -}
          case action of
                0#           -> {- nothing -}
                                     happyFail (happyExpListPerState ((Happy_GHC_Exts.I# (st)) :: Prelude.Int)) i tk st
                -1#          -> {- nothing -}
                                     happyAccept i tk st
                n | LT(n,(0# :: Happy_GHC_Exts.Int#)) -> {- nothing -}
                                                   (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                 -> {- nothing -}
                                     happyShift new_state i tk st
                                     where new_state = (n Happy_GHC_Exts.-# (1# :: Happy_GHC_Exts.Int#))
   where off    = happyAdjustOffset (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 Prelude.False
         action
          | check     = indexShortOffAddr happyTable off_i
          | Prelude.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#




{-# INLINE happyLt #-}
happyLt x y = LT(x,y)


readArrayBit arr bit =
    Bits.testBit (Happy_GHC_Exts.I# (indexShortOffAddr arr ((unbox_int bit) `Happy_GHC_Exts.iShiftRA#` 4#))) (bit `Prelude.mod` 16)
  where unbox_int (Happy_GHC_Exts.I# x) = x






data HappyAddr = HappyA# Happy_GHC_Exts.Addr#


-----------------------------------------------------------------------------
-- HappyState data type (not arrays)













-----------------------------------------------------------------------------
-- Shifting a token

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
--     trace "shifting the error token" $
     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)

-- happyReduce is specialised for the common cases.

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  -- it doesn't hurt to always seq here...
                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 = happyAdjustOffset (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

-----------------------------------------------------------------------------
-- Moving to a new state after a reduction


happyGoto nt j tk st = 
   {- nothing -}
   happyDoAction j tk new_state
   where off = happyAdjustOffset (indexShortOffAddr happyGotoOffsets st)
         off_i = (off Happy_GHC_Exts.+# nt)
         new_state = indexShortOffAddr happyTable off_i




-----------------------------------------------------------------------------
-- Error recovery (ERROR_TOK is the error token)

-- parse error if we are in recovery and we fail again
happyFail explist 0# tk old_st _ stk@(x `HappyStk` _) =
     let i = (case Happy_GHC_Exts.unsafeCoerce# x of { (Happy_GHC_Exts.I# (i)) -> i }) in
--      trace "failing" $ 
        happyError_ explist i tk

{-  We don't need state discarding for our restricted implementation of
    "error".  In fact, it can cause some bogus parses, so I've disabled it
    for now --SDM

-- discard a state
happyFail  ERROR_TOK tk old_st CONS(HAPPYSTATE(action),sts) 
                                                (saved_tok `HappyStk` _ `HappyStk` stk) =
--      trace ("discarding state, depth " ++ show (length stk))  $
        DO_ACTION(action,ERROR_TOK,tk,sts,(saved_tok`HappyStk`stk))
-}

-- Enter error recovery: generate an error token,
--                       save the old token and carry on.
happyFail explist i tk (action) sts stk =
--      trace "entering error recovery" $
        happyDoAction 0# tk action sts ((Happy_GHC_Exts.unsafeCoerce# (Happy_GHC_Exts.I# (i))) `HappyStk` stk)

-- Internal happy errors:

notHappyAtAll :: a
notHappyAtAll = Prelude.error "Internal Happy error\n"

-----------------------------------------------------------------------------
-- Hack to get the typechecker to accept our action functions


happyTcHack :: Happy_GHC_Exts.Int# -> a -> a
happyTcHack x y = y
{-# INLINE happyTcHack #-}


-----------------------------------------------------------------------------
-- Seq-ing.  If the --strict flag is given, then Happy emits 
--      happySeq = happyDoSeq
-- otherwise it emits
--      happySeq = happyDontSeq

happyDoSeq, happyDontSeq :: a -> b -> b
happyDoSeq   a b = a `Prelude.seq` b
happyDontSeq a b = b

-----------------------------------------------------------------------------
-- Don't inline any functions from the template.  GHC has a nasty habit
-- of deciding to inline happyGoto everywhere, which increases the size of
-- the generated parser quite a bit.


{-# NOINLINE happyDoAction #-}
{-# NOINLINE happyTable #-}
{-# NOINLINE happyCheck #-}
{-# NOINLINE happyActOffsets #-}
{-# NOINLINE happyGotoOffsets #-}
{-# NOINLINE happyDefActions #-}

{-# NOINLINE happyShift #-}
{-# NOINLINE happySpecReduce_0 #-}
{-# NOINLINE happySpecReduce_1 #-}
{-# NOINLINE happySpecReduce_2 #-}
{-# NOINLINE happySpecReduce_3 #-}
{-# NOINLINE happyReduce #-}
{-# NOINLINE happyMonadReduce #-}
{-# NOINLINE happyGoto #-}
{-# NOINLINE happyFail #-}

-- end of Happy Template.