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.
-
transformers-compat Data.Functor.Classes.Generic.Internal Class of generic representation types that can be converted to a String.
NonV4Show1Args :: forall a . (Int -> a -> ShowS) -> ([a] -> ShowS) -> Show1Args NonV4 atransformers-compat Data.Functor.Classes.Generic.Internal No documentation available.
V4Show1Args :: forall a . Show a => Show1Args V4 atransformers-compat Data.Functor.Classes.Generic.Internal No documentation available.
ghc8ShowBehavior :: Options -> Booltransformers-compat Data.Functor.Classes.Generic.Internal If True, a default Show1 implementation will show hash signs (#) when showing unlifted types.
gliftShowsPrec :: GShow1 v f => Options -> Show1Args v a -> Int -> f a -> ShowStransformers-compat Data.Functor.Classes.Generic.Internal No documentation available.
gliftShowsPrecCon :: GShow1Con v f => Options -> ConType -> Show1Args v a -> Int -> f a -> ShowStransformers-compat Data.Functor.Classes.Generic.Internal No documentation available.
gshowsPrec :: GShow a => Options -> Int -> a -> ShowStransformers-compat Data.Functor.Classes.Generic.Internal No documentation available.
-
transformers-compat Data.Functor.Classes.Generic.Internal A sensible default liftShowsPrec implementation for Generic1 instances.
-
transformers-compat Data.Functor.Classes.Generic.Internal Like liftShowsPrecDefault, but with configurable Options.
onpageshow :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the onpageshow attribute. Example:
div ! onpageshow "bar" $ "Hello."
Result:<div onpageshow="bar">Hello.</div>