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.

  1. tokenDoctypeNameAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Appends a character to the current DOCTYPE token.

  2. tokenDoctypePublicIdAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Appends a character to the DOCTYPE public ID.

  3. tokenDoctypePublicIdInit :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Initializes the DOCTYPE public ID.

  4. tokenDoctypeSetForceQuirks :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Sets the force quirks flag for the current DOCTYPE.

  5. tokenDoctypeSystemIdAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Appends a character to the DOCTYPE system ID.

  6. tokenDoctypeSystemIdInit :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Initializes the DOCTYPE system ID.

  7. tokenDoctypeType :: Int

    zenacy-html Zenacy.HTML.Internal.Token

    Defines the type for a DOCTYPE token.

  8. vendor :: CPU -> !Maybe ByteString

    cpuinfo System.CPU

    CPU Vendor

  9. 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

  10. isPenDown :: TurtleState n -> Bool

    diagrams-contrib Diagrams.TwoD.Path.Turtle.Internal

    State of the pen. False means that turtle movements will not draw anything

Page 43 of many | Previous | Next