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.
traceShowWith :: Show b => (a -> b) -> a -> abase-compat Debug.Trace.Compat Like traceWith, but uses show on the result of the function to convert it to a String.
>>> traceShowWith length [1,2,3] 3 [1,2,3]
ghc8ShowBehavior :: Options -> Booltransformers-compat Data.Functor.Classes.Generic If True, a default Show1 implementation will show hash signs (#) when showing unlifted types.
-
transformers-compat Data.Functor.Classes.Generic A sensible default liftShowsPrec implementation for Generic1 instances.
-
transformers-compat Data.Functor.Classes.Generic Like liftShowsPrecDefault, but with configurable Options.
-
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.