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.
fromTextShow1 :: FromTextShow1 (f :: k -> Type) (a :: k) -> f atext-show TextShow No documentation available.
fromTextShow2 :: FromTextShow2 (f :: k -> k1 -> Type) (a :: k) (b :: k1) -> f a btext-show TextShow No documentation available.
liftShowbList :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> [f a] -> Buildertext-show TextShow showbList function for an application of the type constructor based on showbPrec and showbList functions for the argument type. The default implementation using standard list syntax is correct for most types. Since: 3
-
text-show TextShow showbList function for an application of the type constructor based on showbPrec and showbList functions for the argument types. The default implementation using standard list syntax is correct for most types. Since: 3
liftShowbPrec :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> f a -> Buildertext-show TextShow showbPrec function for an application of the type constructor based on showbPrec and showbList functions for the argument type. Since: 3
-
text-show TextShow showbPrec function for an application of the type constructor based on showbPrec and showbList functions for the argument types. Since: 3
liftShowtPrec :: TextShow1 f => (Int -> a -> Text) -> ([a] -> Text) -> Int -> f a -> Texttext-show TextShow showtPrec function for an application of the type constructor based on showtPrec and showtList functions for the argument type. The current implementation is based on liftShowbPrec internally. Since: 3.4
-
text-show TextShow showtPrec function for an application of the type constructor based on showtPrec and showtList functions for the argument type. The current implementation is based on liftShowbPrec2 internally. Since: 3.4
liftShowtlPrec :: TextShow1 f => (Int -> a -> Text) -> ([a] -> Text) -> Int -> f a -> Texttext-show TextShow showtlPrec function for an application of the type constructor based on showtlPrec and showtlList functions for the argument type. The current implementation is based on liftShowbPrec internally. Since: 3.4
-
text-show TextShow showtlPrec function for an application of the type constructor based on showtlPrec and showtlList functions for the argument type. The current implementation is based on liftShowbPrec2 internally. Since: 3.4