Hoogle Search
Within LTS Haskell 24.11 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
vendorSpecific :: Capabilities -> Maybe VendorSpecificwebdriver-precore WebDriverPreCore No documentation available.
vendorSpecific :: Capabilities -> Maybe VendorSpecificwebdriver-precore WebDriverPreCore No documentation available.
tokenDoctypeInit :: STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Adds a new DOCTYPE token to the lexer.
tokenDoctypeNameAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Appends a character to the current DOCTYPE token.
tokenDoctypePublicIdAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Appends a character to the DOCTYPE public ID.
tokenDoctypePublicIdInit :: STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Initializes the DOCTYPE public ID.
tokenDoctypeSetForceQuirks :: STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Sets the force quirks flag for the current DOCTYPE.
tokenDoctypeSystemIdAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Appends a character to the DOCTYPE system ID.
tokenDoctypeSystemIdInit :: STRef s (TokenBuffer s) -> ST s ()zenacy-html Zenacy.HTML.Internal.Token Initializes the DOCTYPE system ID.
-
zenacy-html Zenacy.HTML.Internal.Token Defines the type for a DOCTYPE token.