h$\Qi      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ 6A set of utility methods to encode and decode strings.hapytexeu+gh@gmail.com experimentalPOSIXSafe  css-selectorsParses a css string literal to a string that ontains the content of that string literal. css-selectors>Parse a given css identifier to the content of the identifier. css-selectorsConvert a string to a css selector string literal. This is done by putting quotes around the content, and escaping certain characters. css-selectorsConvert a string to a css selector string literal. This is done by putting quotes around the content, and escaping certain characters. css-selectorsEncode a given identifier to its css selector equivalent by escaping certain characters. css-selectorsCheck if the given identifier is a valid css selector identifier. css-selectorsConvert the given string to a given object by first checking if it is a valid identifier, and if not raising an error. If it is a valid identifier, the string is packed, and wrapped in the given function. css-selectorsThe string that contains the string literal in the css selector. css-selectors9A string that contains the content of the string literal. css-selectors"The given css identifier to parse. css-selectors9The result of the parsing: the content of the identifier. css-selectorsThe type of quotes that should be put around the content (should be ' or "). css-selectorsThe string that should be converted to a css selector string literal. css-selectors.The corresponding css selector string literal. css-selectorsThe type of quotes that should be put around the content (should be ' or "). css-selectorsThe string that should be converted to a css selector string literal. css-selectors.The corresponding css selector string literal. css-selectorsThe identifier to encode. css-selectorsThe encoded identifier. css-selectorsThe given identifier to check. css-selectors# if the given identifier is valid,  otherwise. css-selectorsThe given function to wrap the  identifier to an object. css-selectors9The string to validate, and wrap into the given function. css-selectors;The identifier object to return if the identifier is valid.None+A module where we define the tree of types to represent and maniplate a css selector.hapytexeu+gh@gmail.com experimentalPOSIXNone  38H  css-selectorsA css hash (used to match an element with a given id). The type only wraps the hash name, not the hash (# ) prefix.  css-selectorsObtain the name from the hash.  css-selectorsA css class, this is wrapped in a data type. The type only wraps the class name, not the dot prefix. css-selectorsObtain the name from the class. css-selectorsThe possible ways to match an attribute with a given value in a css selector. css-selectors?The attribute has exactly the value of the value, denoted with = in css. css-selectorsThe attribute has a whitespace separated list of items, one of these items is the value, denoted with ~= in css. css-selectorsThe attribute has a hyphen separated list of items, the first item is the value, denoted with |= in css. css-selectorsThe value is a prefix of the value in the attribute, denoted with ^= in css. css-selectorsThe value is a suffix of the value in the attribute, denoted with $= in css. css-selectorsThe value is a substring of the value in the attribute, denoted with *= in css. css-selectorsWe use ) as the type to store an attribute value. css-selectorsAn attribute name is a name that optionally has a namespace, and the name of the attribute. css-selectors?The namespace to which the attribute name belongs. This can be # as well. css-selectors5The name of the attribute over which we make a claim. css-selectorsA typeselector is a combination of a selector for a namespace, and a selector for an element name. One, or both can be a wildcard. css-selectorsThe selector for the namespace. css-selectors"The selector for the element name. css-selectorsThe element name of a css selector tag. The element name can be   (all possible tag names), or an element name with a given text.  css-selectorsA typeselector part that specifies that we accept all element names, in css denoted with *.! css-selectorsA typeselector part that specifies that we accept a certain element name." css-selectors:The namespace of a css selector tag. The namespace can be # (all possible namespaces), or a namespace with a given text (this text can be empty).# css-selectorsA typeselector part that specifies that we accept all namespaces, in css denoted with *.$ css-selectorsA typselector part that specifies that we accept a certain namespace name.% css-selectorsA css attribute can come in two flavors: either a constraint that the attribute should exists, or a constraint that a certain attribute should have a certain value (prefix, suffix, etc.).& css-selectorsA constraint that the given  should exist.' css-selectors7A constraint about the value associated with the given .( css-selectorsA type that sums up the different ways to filter a type selector: with an id (hash), a class, and an attribute.) css-selectorsA   object as filter.* css-selectorsA   object as filter.+ css-selectorsAn % object as filter., css-selectorsA , is a  (that can be B!) followed by zero, one or more (9s these filter the selector further, for example with a  , a  , or an %.- css-selectors Convert a  into a -.. css-selectorsApply an additional ( to the ,./ css-selectors2A type that contains the possible ways to combine ,s.0 css-selectorsThe second tag is a descendant of the first one, denoted in css with a space.1 css-selectorsThe second tag is the (direct) child of the first one, denoted with a > in css.2 css-selectorsThe second tag is directly preceded by the first one, denoted with a + in css.3 css-selectors for 1, a + for 2 , and a ~ for 3J css-selectors Combines two 4s with the given /.K css-selectors Combines two 4 s with the 1 combinator.L css-selectors Combines two 4 s with the 2 combinator.M css-selectors Combines two 4 s with the 3 combinator.N css-selectorsAdd a given list of (s to the given ,). The filters are applied left-to-right.O css-selectorsAn infix variant of the N function.P css-selectors9Obtain the list of filters that are applied in the given , in reversed order.Q css-selectors:Obtain the list of filters that are applied in the given ,.R css-selectorsA flipped version of the % data constructor, where one first specifies the conbinator, then the  and finally the value.S css-selectors Create an % where the given 0 is constrainted to be exactly the given value.T css-selectors Create an % where the given  is constrainted such that the attribute is a whitespace seperated list of items, and the value is one of these items.U css-selectors Create an % where the given  is constrainted such that the attribute is a dash seperated list of items, and the value is the first of these items.V css-selectors Create an % where the given  is constrainted such that the attribute has as prefix the given .W css-selectors Create an % where the given  is constrainted such that the attribute has as suffix the given .X css-selectors Create an % where the given  is constrainted such that the attribute has as substring the given .Y css-selectorsFilter a given , with a given  .Z css-selectorsFilter a given , with a given  .[ css-selectors Construct a  with a given " and .\ css-selectorsConvert the given ! to its css selector counterpart.; css-selectors9The given object for which we calculate the css selector. css-selectors+The css selector text for the given object.< css-selectorsThe item to lift to a 7 css-selectorsThe value of a 7+ of which the object is the selective part.= css-selectors6The item for which we calculate the specificity level. css-selectors css-selectorsThe item to convert to a . css-selectorsThe pattern that is generated that will match only items equal to the given object. Convert the given : item to an item in a more normalized form. A normalization is  idempotent: applying this multiple times will have the same effect as applying it once.? css-selectorsThe item to normalize. css-selectorsA normalized variant of the given item. This will filter the same objects, and have the same specificity.D css-selectorsThe @) to calculate the specificity value from. css-selectorsThe specificity level of the @. If the value is higher, the rules in the css selector take precedence.E css-selectors%The object to turn into a compressed . css-selectors7A compressed binary representation of the given object.F css-selectors2The parameters that determine how to compress the . css-selectors%The object to turn into a compressed . css-selectors7A compressed binary representation of the given object.G css-selectors(A compressed binary representation of a : type. css-selectors1The corresponding decompressed and decoded logic.H css-selectors1The object for which we evaluate the specificity. css-selectorsThe specificity level as an  value.I css-selectors The given / to retrieve the css token for. css-selectors2The css selector token that is used for the given /.J css-selectorsThe /! that is applied between the two 4s. css-selectors The left 4. css-selectors The right 4. css-selectorsA 4# that is a combination of the left 4 and the right 4 with the given /.K css-selectors The left 4. css-selectors The right 4. css-selectors/A selector that is the combination of the left 4 and the right 4 through 1.L css-selectors The left 4. css-selectors The right 4. css-selectors/A selector that is the combination of the left 4 and the right 4 through 2.M css-selectors The left 4. css-selectors The right 4. css-selectors/A selector that is the combination of the left 4 and the right 4 through 3.N css-selectorsThe , to apply the filter on. css-selectors The list of (s to apply on the ,. css-selectors A modified , where we applied the list of (s.O css-selectorsThe , to apply the filter on. css-selectors The list of (s to apply on the ,. css-selectors A modified , where we applied the list of (s.P css-selectors The given , to analyze. css-selectorsThe given list of ( s applied in reversed order, this can be empty.Q css-selectors The given , to analyze. css-selectorsThe given list of (s applied, this can be empty.R css-selectorsThe  that specifies the required relation between the attribute and a value. css-selectors#The name of an attribute to filter. css-selectors%The value of the attribute to filter. css-selectorsThe result is an %# object that will filter the given  with the given .S css-selectors(The name of the attribute to constraint. css-selectors)The value that constraints the attribute. css-selectorsThe %3 object we construct with the given name and value.T css-selectors(The name of the attribute to constraint. css-selectors)The value that constraints the attribute. css-selectorsThe %3 object we construct with the given name and value.U css-selectors(The name of the attribute to constraint. css-selectors)The value that constraints the attribute. css-selectorsThe %3 object we construct with the given name and value.V css-selectors(The name of the attribute to constraint. css-selectors)The value that constraints the attribute. css-selectorsThe %3 object we construct with the given name and value.W css-selectors(The name of the attribute to constraint. css-selectors)The value that constraints the attribute. css-selectorsThe %3 object we construct with the given name and value.X css-selectors(The name of the attribute to constraint. css-selectors)The value that constraints the attribute. css-selectorsThe %3 object we construct with the given name and value.Y css-selectors The given , to filter. css-selectors The given   to filter the , further. css-selectorsA ,. that is filtered additionally with the given  .Z css-selectors&The given 'SelectorSequence to filter. css-selectors The given   to filter the , further. css-selectorsA ,. that is filtered additionally with the given  .[ css-selectorsThe " for the . css-selectorsThe  for the . css-selectorsA  object constructed with the " and .\ css-selectorsThe 9 for which we obtain the corresponding css selector text. css-selectors$The css selector text for the given . ! "$#%'&()*+,-./0123456789:?>;<=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\:?>;<=456/0123789,-.IJKLM()*+QPNO"$#C! B[%'&STUVWXR\ Z Y@AHDEFGNone>I9 9 A module that defines a quasiquoter to parse a string to a css selector.hapytexeu+gh@gmail.com experimentalPOSIXNoneM css-selectorsParse the string to a 7. css-selectors.A quasiquoter that can be used to construct a 7 for the given css selector. In case the css selector is invalid. A compiler error will be thrown (at compile time). css-selectorsA quasiquoter that takes the content from the file, and then runs the content of that file as a  quasiquote. css-selectorsThe string to be parsed to a 7 css-selectors6The selectorgroup that is the equivalent of the given .A module that defines a quasiquoter to parse a string to a css selector.hapytexeu+gh@gmail.com experimentalPOSIXNoneNJA module where we define the tree of types to represent and maniplate a css selector.hapytexeu+gh@gmail.com experimentalPOSIXNoneN ! "$#%'&(+)*,-./3201456789:=<;?>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\Css 3 selectors in Haskell.hapytexeu+gh@gmail.com experimentalPOSIXNoneO ! "$#%'&(+)*,-./3201456789:=<;?>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ Css 3 selectors in Haskell.hapytexeu+gh@gmail.com experimentalPOSIXNonePr ! "$#%'&(+)*,-./3201456789:=<;?>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ 6A set of utility methods to encode and decode strings.hapytexeu+gh@gmail.com experimentalPOSIX Safe-InferredQ^  !""#$%%&'()(*+*,-,./0123456789::;<<=>?@ABCDDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~,css-selectors-0.4.0.1-KDvQvu7jh2N5g7OIeTZ3UBCss3.Selector.CoreCss3.Selector.UtilsCss3.Selector.QuasiQuotersCss3.Selector.LexerCss3.Selector.ParserCss.Selector.QuasiQuotersCss.Selector.Core Css3.Selector Css.SelectorCss.Selector.Utilsbinary-0.8.8.0 Data.Binarydecodeencode readCssStringreadIdentifier encodeString encodeTextencodeIdentifierisValidIdentifier toIdentifierHashunHashClassunClassAttributeCombinatorExactInclude DashMatch PrefixMatch SuffixMatchSubstringMatchAttributeValue AttributeNameattributeNamespace attributeName TypeSelectorselectorNamespace elementName ElementNameEAny NamespaceNAnyAttribExistSelectorFilterSHashSClassSAttribSelectorSequenceSimpleSelectorFilterSelectorCombinator DescendantChildDirectlyPrecededPrecededSelectorCombined SelectorGroupunSelectorGroup ToCssSelector toCssSelectortoSelectorGroup specificity' toPattern normalizeSelectorSpecificity UniversalNEmptyspecificityValuecompressEncodecompressEncodeWithdecompressDecode specificitycombinatorTextcombine.>.+.~ addFilters.:filters'filtersattrib.=.~=.|=.^=.$=.*=.#....|attributeCombinatorText$fBinarySelectorSpecificity$fDefaultSelectorSpecificity$fOrdSelectorSpecificity$fEqSelectorSpecificity$fMonoidSelectorSpecificity$fSemigroupSelectorSpecificity$fHashableSelectorSpecificity$fArbitrarySelectorCombinator!$fLiftLiftedRepSelectorCombinator$fBinarySelectorCombinator$fDefaultSelectorCombinator$fHashableSelectorCombinator$fArbitraryNamespace$fBinaryNamespace$fDefaultNamespace$fIsStringNamespace$fMonoidNamespace$fSemigroupNamespace$fHashableNamespace$fArbitraryElementName$fBinaryElementName$fDefaultElementName$fIsStringElementName$fMonoidElementName$fSemigroupElementName$fHashableElementName$fArbitraryTypeSelector$fBinaryTypeSelector$fDefaultTypeSelector$fHashableTypeSelector$fArbitraryAttributeName$fBinaryAttributeName$fIsStringAttributeName$fHashableAttributeName$fArbitraryAttributeCombinator$fBinaryAttributeCombinator$fDefaultAttributeCombinator$fHashableAttributeCombinator$fArbitraryAttrib$fToJSONAttrib$fToJavascriptAttrib$fToMarkupAttrib$fLiftLiftedRepAttrib$fBinaryAttrib$fIsStringAttrib$fHashableAttrib$fArbitraryClass $fBinaryClass$fIsStringClass$fHashableClass$fArbitraryHash $fBinaryHash$fIsStringHash$fHashableHash$fArbitrarySelectorFilter$fToJSONSelectorFilter$fToJavascriptSelectorFilter$fToMarkupSelectorFilter$fLiftLiftedRepSelectorFilter$fBinarySelectorFilter$fHashableSelectorFilter$fArbitrarySelectorSequence$fToJSONSelectorSequence$fToJavascriptSelectorSequence$fToMarkupSelectorSequence$fLiftLiftedRepSelectorSequence$fBinarySelectorSequence$fDefaultSelectorSequence$fHashableSelectorSequence$fArbitrarySelector$fToJSONSelector$fToJavascriptSelector$fToMarkupSelector$fLiftLiftedRepSelector$fBinarySelector$fDefaultSelector$fSemigroupSelector$fHashableSelector$fArbitrarySelectorGroup$fToJSONSelectorGroup$fToJavascriptSelectorGroup$fToMarkupSelectorGroup$fLiftLiftedRepSelectorGroup$fBinarySelectorGroup$fDefaultSelectorGroup$fIsListSelectorGroup$fSemigroupSelectorGroup$fHashableSelectorGroup$fToCssSelectorSelector$fToCssSelectorSelectorFilter$fToCssSelectorElementName$fToCssSelectorTypeSelector$fToCssSelectorSelectorSequence$fToCssSelectorNamespace$fToCssSelectorHash$fToCssSelectorAttributeName$fToCssSelectorAttrib$fToCssSelectorClass$fToCssSelectorSelectorGroup$fDataSelectorGroup$fEqSelectorGroup$fGenericSelectorGroup$fOrdSelectorGroup$fShowSelectorGroup$fDataSelector $fEqSelector$fGenericSelector $fOrdSelector$fShowSelector$fDataSelectorSequence$fEqSelectorSequence$fGenericSelectorSequence$fOrdSelectorSequence$fShowSelectorSequence$fDataSelectorFilter$fEqSelectorFilter$fGenericSelectorFilter$fOrdSelectorFilter$fShowSelectorFilter $fDataHash$fEqHash $fGenericHash $fOrdHash $fShowHash $fDataClass $fEqClass$fGenericClass $fOrdClass $fShowClass $fDataAttrib $fEqAttrib$fGenericAttrib $fOrdAttrib $fShowAttrib$fBoundedAttributeCombinator$fDataAttributeCombinator$fEnumAttributeCombinator$fEqAttributeCombinator$fGenericAttributeCombinator$fOrdAttributeCombinator$fReadAttributeCombinator$fShowAttributeCombinator$fDataAttributeName$fEqAttributeName$fGenericAttributeName$fOrdAttributeName$fShowAttributeName$fDataTypeSelector$fEqTypeSelector$fGenericTypeSelector$fOrdTypeSelector$fShowTypeSelector$fDataElementName$fEqElementName$fGenericElementName$fOrdElementName$fShowElementName$fDataNamespace $fEqNamespace$fGenericNamespace$fOrdNamespace$fShowNamespace$fBoundedSelectorCombinator$fDataSelectorCombinator$fEnumSelectorCombinator$fEqSelectorCombinator$fGenericSelectorCombinator$fOrdSelectorCombinator$fReadSelectorCombinator$fShowSelectorCombinator$fDataSelectorSpecificity$fGenericSelectorSpecificity$fShowSelectorSpecificityparseCsscsssel cssselFileghc-prim GHC.TypesTrueFalse text-1.2.3.2Data.Text.InternalTextTokenDecimalIntegerStringSpaceIdent TIncludesTEqual TDashMatch TPrefixMatch TSuffixMatchTSubstringMatchTHashCommaPlusGreaterTildeDotPipeAsteriskBOpenBCloseTokenLoctokenlocationoriginalAlexPosnAlexPnalexScanTokensbaseGHC.BaseNonEmptybytestring-0.10.10.0Data.ByteString.Lazy.Internal ByteStringtemplate-haskellLanguage.Haskell.TH.SyntaxPatInt HappyAddrHappyA#HappyStk Happy_IntList HappyCons HappyIdentityHappyAny HappyAbsSynhappyIn4 happyOut4happyIn5 happyOut5happyIn6 happyOut6happyIn7 happyOut7happyIn8 happyOut8happyIn9 happyOut9 happyIn10 happyOut10 happyIn11 happyOut11 happyIn12 happyOut12 happyIn13 happyOut13 happyIn14 happyOut14 happyIn15 happyOut15 happyIn16 happyOut16 happyIn17 happyOut17 happyIn18 happyOut18 happyIn19 happyOut19 happyInTok happyOutTok happyExpListhappyExpListPerStatehappyActOffsetshappyGotoOffsetshappyAdjustOffsethappyDefActions happyCheck happyTablehappyReduceArr happy_n_termshappy_n_nonterms happyReduce_1happyReduction_1 happyReduce_2happyReduction_2 happyReduce_3happyReduction_3 happyReduce_4happyReduction_4 happyReduce_5happyReduction_5 happyReduce_6happyReduction_6 happyReduce_7happyReduction_7 happyReduce_8happyReduction_8 happyReduce_9happyReduction_9happyReduce_10happyReduction_10happyReduce_11happyReduction_11happyReduce_12happyReduction_12happyReduce_13happyReduction_13happyReduce_14happyReduction_14happyReduce_15happyReduction_15happyReduce_16happyReduction_16happyReduce_17happyReduction_17happyReduce_18happyReduction_18happyReduce_19happyReduction_19happyReduce_20happyReduction_20happyReduce_21happyReduction_21happyReduce_22happyReduction_22happyReduce_23happyReduction_23happyReduce_24happyReduction_24happyReduce_25happyReduction_25happyReduce_26happyReduction_26happyReduce_27happyReduction_27happyReduce_28happyReduction_28happyReduce_29happyReduction_29happyReduce_30happyReduction_30happyReduce_31happyReduction_31happyReduce_32happyReduction_32happyReduce_33happyReduction_33happyReduce_34happyReduction_34happyReduce_35happyReduction_35happyReduce_36happyReduction_36happyReduce_37happyReduction_37happyReduce_38happyReduction_38 happyNewToken happyError_ happyIdentityhappyRunIdentity happyThen happyReturn happyThen1 happyReturn1 happyError' cssselectorhappySeq happyError happyParse happyAccept happyDoActionindexShortOffAddrhappyLt readArrayBit happyShifthappySpecReduce_0happySpecReduce_1happySpecReduce_2happySpecReduce_3 happyReducehappyMonadReducehappyMonad2Reduce happyDrop happyDropStk happyGoto happyFail notHappyAtAll happyTcHack happyDoSeq happyDontSeq