Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pprintMessageWithRegistry :: Message msg => Registry -> msg -> Docproto-lens Data.ProtoLens.TextFormat Pretty-print the given message into human-readable form, using the given Registry to decode google.protobuf.Any values.
-
protolude Protolude Selects printable Unicode characters (letters, numbers, marks, punctuation, symbols and spaces). This function returns False if its argument has one of the following GeneralCategorys, or True otherwise:
hPrintT :: TextShow a => Handle -> a -> IO ()text-show TextShow Writes a value's strict Text representation to a file handle, followed by a newline. Since: 2
hPrintTL :: TextShow a => Handle -> a -> IO ()text-show TextShow Writes a value's lazy Text representation to a file handle, followed by a newline. Since: 2
module TextShow.GHC.
Fingerprint TextShow instance for Fingerprint. Since: 2
genericHPrintT :: (Generic a, GTextShowT (Rep a ())) => Handle -> a -> IO ()text-show TextShow.Generic A Generic implementation of hPrintT. Since: 2
genericHPrintTL :: (Generic a, GTextShowTL (Rep a ())) => Handle -> a -> IO ()text-show TextShow.Generic A Generic implementation of hPrintTL. Since: 2
genericPrintT :: (Generic a, GTextShowT (Rep a ())) => a -> IO ()text-show TextShow.Generic A Generic implementation of printT. Since: 2
genericPrintTL :: (Generic a, GTextShowTL (Rep a ())) => a -> IO ()text-show TextShow.Generic A Generic implementation of printTL. Since: 2
-
text-show TextShow.TH Generates a lambda expression which behaves like hPrintT (without requiring a TextShow instance). Since: 2