Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    prettychart Prettychart.Any

    Default chart for a double list.

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

    prettychart Prettychart.Any

    Bar chart for a labelled list.

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

    prettychart Prettychart.Any

    Default pixel chart for double list.

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

    prettychart Prettychart.Any

    Default scatter chart for paired data

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

    prettychart Prettychart.Any

    Attempt to read chart data and write to file.

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

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

  8. anyMatches :: Matches a -> Bool

    regex Text.RE.Replace

    tests whether the RE matched the source text at all

  9. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA

    tests whether the RE matched the source text at all

  10. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA.ByteString

    tests whether the RE matched the source text at all

Page 79 of many | Previous | Next