Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. traceShowMarkerIO :: (Show a, MonadIO m) => a -> m ()

    rio RIO

    Warning: Trace statement left in code

  2. traceShowStack :: Show a => a -> b -> b

    rio RIO

    Warning: Trace statement left in code

  3. tshow :: Show a => a -> Text

    rio RIO.Prelude

    No documentation available.

  4. liftShowsPrec :: Vector v a => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> v a -> ShowS

    rio RIO.Vector

    No documentation available.

  5. onpageshow_ :: Text -> Attribute

    lucid Lucid.Html5

    The onpageshow attribute.

  6. formatShow :: Format t -> t -> String

    time-compat Data.Time.Format.ISO8601.Compat

    Show a value in the format, or error if unrepresentable

  7. formatShowM :: Format t -> t -> Maybe String

    time-compat Data.Time.Format.ISO8601.Compat

    Show a value in the format, if representable

  8. iso8601Show :: ISO8601 t => t -> String

    time-compat Data.Time.Format.ISO8601.Compat

    Show in the most commonly used ISO 8601 format.

  9. _Show :: (Read a, Show a) => Prism' String a

    diagrams-lib Diagrams.Prelude

    This is an improper prism for text formatting based on Read and Show. This Prism is "improper" in the sense that it normalizes the text formatting, but round tripping is idempotent given sane Read/Show instances.

    >>> _Show # 2
    "2"
    
    >>> "EQ" ^? _Show :: Maybe Ordering
    Just EQ
    
    _Showprism' show readMaybe
    

  10. traceShow :: Show a => a -> b -> b

    Cabal-syntax Distribution.Compat.Prelude

    Deprecated: Don't leave me in the code

Page 242 of many | Previous | Next