Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
vendor :: CPU -> !Maybe ByteStringcpuinfo System.CPU CPU Vendor
penDown :: forall n (m :: Type -> Type) . (OrderedField n, Monad m) => TurtleT n m ()diagrams-contrib Diagrams.TwoD.Path.Turtle Ends the current path, and enters into "penDown" mode
isPenDown :: TurtleState n -> Booldiagrams-contrib Diagrams.TwoD.Path.Turtle.Internal State of the pen. False means that turtle movements will not draw anything