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.
anyTuple2 :: [[(Double, Double)]] -> ChartOptionsprettychart Prettychart.Any Default scatter chart for paired data
anyWrite :: FilePath -> String -> IO ()prettychart Prettychart.Any Attempt to read chart data and write to file.
anythingToString :: a -> Stringrecover-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).
anythingToString :: a -> Stringrecover-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).
anyMatches :: Matches a -> Boolregex Text.RE.Replace tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex Text.RE.TDFA tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex Text.RE.TDFA.ByteString tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex Text.RE.TDFA.ByteString.Lazy tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex Text.RE.TDFA.Sequence tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex Text.RE.TDFA.String tests whether the RE matched the source text at all