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.
onpageshow_ :: Text -> Attributelucid Lucid.Html5 The onpageshow attribute.
formatShow :: Format t -> t -> Stringtime-compat Data.Time.Format.ISO8601.Compat Show a value in the format, or error if unrepresentable
formatShowM :: Format t -> t -> Maybe Stringtime-compat Data.Time.Format.ISO8601.Compat Show a value in the format, if representable
iso8601Show :: ISO8601 t => t -> Stringtime-compat Data.Time.Format.ISO8601.Compat Show in the most commonly used ISO 8601 format.
_Show :: (Read a, Show a) => Prism' String adiagrams-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
_Show ≡ prism' show readMaybe
traceShow :: Show a => a -> b -> bCabal-syntax Distribution.Compat.Prelude Deprecated: Don't leave me in the code
traceShowId :: Show a => a -> aCabal-syntax Distribution.Compat.Prelude Deprecated: Don't leave me in the code
traceShowM :: (Show a, Applicative f) => a -> f ()Cabal-syntax Distribution.Compat.Prelude Deprecated: Don't leave me in the code
prettyShow :: Pretty a => a -> StringCabal-syntax Distribution.Pretty No documentation available.
-
Cabal-syntax Distribution.SPDX McPhee-slideshow, McPhee Slideshow License, SPDX License List 3.23