Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. onpageshow_ :: Text -> Attribute

    lucid Lucid.Html5

    The onpageshow attribute.

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

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

    Show a value in the format, or error if unrepresentable

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

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

    Show a value in the format, if representable

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

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

    Show in the most commonly used ISO 8601 format.

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

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

    Cabal-syntax Distribution.Compat.Prelude

    Deprecated: Don't leave me in the code

  7. traceShowId :: Show a => a -> a

    Cabal-syntax Distribution.Compat.Prelude

    Deprecated: Don't leave me in the code

  8. traceShowM :: (Show a, Applicative f) => a -> f ()

    Cabal-syntax Distribution.Compat.Prelude

    Deprecated: Don't leave me in the code

  9. prettyShow :: Pretty a => a -> String

    Cabal-syntax Distribution.Pretty

    No documentation available.

  10. McPhee_slideshow :: LicenseId

    Cabal-syntax Distribution.SPDX

    McPhee-slideshow, McPhee Slideshow License, SPDX License List 3.23

Page 243 of many | Previous | Next