Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

    prettychart Prettychart.Any

    Default scatter chart for paired data

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

    prettychart Prettychart.Any

    Attempt to read chart data and write to file.

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

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

  5. anyMatches :: Matches a -> Bool

    regex Text.RE.Replace

    tests whether the RE matched the source text at all

  6. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA

    tests whether the RE matched the source text at all

  7. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA.ByteString

    tests whether the RE matched the source text at all

  8. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA.ByteString.Lazy

    tests whether the RE matched the source text at all

  9. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA.Sequence

    tests whether the RE matched the source text at all

  10. anyMatches :: Matches a -> Bool

    regex Text.RE.TDFA.String

    tests whether the RE matched the source text at all

Page 79 of many | Previous | Next