Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showRGBA :: Colour -> ByteString

    chart-svg Data.Colour

    CSS-style representation

  2. showSwatch :: Text -> Colour -> Text

    chart-svg Data.Colour

    Html element to display colours

    >>> showSwatch "swatch" dark
    "<div class=swatch style=\"background:rgba(5%, 5%, 5%, 1.00);\">swatch</div>"
    

  3. showSwatches :: Text -> Text -> [(Text, Colour)] -> Text

    chart-svg Data.Colour

    Show multiple colors with embedded text.

  4. showCForest :: Show a => CForest a -> Forest String

    cursor Cursor.Tree.Draw

    No documentation available.

  5. showCTree :: Show a => CTree a -> Tree String

    cursor Cursor.Tree.Draw

    No documentation available.

  6. showForest :: Show a => Forest a -> Forest String

    cursor Cursor.Tree.Draw

    No documentation available.

  7. showTree :: Show a => Tree a -> Tree String

    cursor Cursor.Tree.Draw

    No documentation available.

  8. showCondition :: Condition -> String

    dejafu Test.DejaFu.Conc

    Pretty-print a condition

  9. showTrace :: Trace -> String

    dejafu Test.DejaFu.Conc

    Pretty-print a trace, including a key of the thread IDs (not including thread 0). Each line of the key is indented by two spaces.

  10. showCondition :: Condition -> String

    dejafu Test.DejaFu.Utils

    Pretty-print a condition

Page 95 of many | Previous | Next