Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data SecretVision Source #
Instances
Instances
Out a => Out (PrettyLog a) Source # | |
Eq a => Eq (PrettyLog a) Source # | |
Ord a => Ord (PrettyLog a) Source # | |
Defined in Text.PrettyPrint.GenericPretty.Type |
inspectStr :: Out a => a -> String Source #
inspectGen :: (Out a, IsString b) => a -> b Source #
inspectPlain :: Out a => a -> Text Source #
inspectStrPlain :: Out a => a -> String Source #
inspectGenPlain :: (Out a, IsString b) => a -> b Source #
inspectStyle :: Out a => OutputOptions -> a -> Text Source #
inspectStyleStr :: Out a => OutputOptions -> a -> String Source #
inspectStyleGen :: (Out a, IsString b) => OutputOptions -> a -> b Source #