Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyLineChart :: [[Double]] -> ChartOptions

    prettychart Prettychart.Any

    Multiple line chart.

  2. anyList1 :: [Double] -> ChartOptions

    prettychart Prettychart.Any

    Default chart for a single list.

  3. anyList2 :: [[Double]] -> ChartOptions

    prettychart Prettychart.Any

    Default chart for a double list.

  4. anySingleNamedBarChart :: [(Text, Double)] -> ChartOptions

    prettychart Prettychart.Any

    Bar chart for a labelled list.

  5. anySurfaceChart :: [[Double]] -> ChartOptions

    prettychart Prettychart.Any

    Default pixel chart for double list.

  6. anyTuple2 :: [[(Double, Double)]] -> ChartOptions

    prettychart Prettychart.Any

    Default scatter chart for paired data

  7. anyWrite :: FilePath -> String -> IO ()

    prettychart Prettychart.Any

    Attempt to read chart data and write to file.

  8. anythingToString :: a -> String

    recover-rtti Debug.RecoverRTTI

    Show any value This shows any value, as long as it's not unlifted. The result should be equal to show instances, with the following caveats:

    • User-defined types (types not explicitly known to this library) with a custom Show instance will still be showable, but the result will be what the derived show instance would have done.
    • Record field names are not known at runtime, so they are not shown.
    • UNPACKed data is not visible to this library (if you compile with -O0 ghc will not unpack data, so that might be a workaround if necessary).
    If classification fails, we show the actual closure.

  9. anythingToString :: a -> String

    recover-rtti Debug.RecoverRTTI.Classify

    Show any value This shows any value, as long as it's not unlifted. The result should be equal to show instances, with the following caveats:

    • User-defined types (types not explicitly known to this library) with a custom Show instance will still be showable, but the result will be what the derived show instance would have done.
    • Record field names are not known at runtime, so they are not shown.
    • UNPACKed data is not visible to this library (if you compile with -O0 ghc will not unpack data, so that might be a workaround if necessary).
    If classification fails, we show the actual closure.

  10. anyMatches :: Matches a -> Bool

    regex Text.RE.Replace

    tests whether the RE matched the source text at all

Page 80 of many | Previous | Next