Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
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 #