Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
JsonToType.Pretty
Contents
Description
Instances of Text.PrettyPrint.Out
class to visualize
Aeson Value
data structure.
Orphan instances
Out Value Source # | |
Out Dict Source # | |
Out Type Source # | |
Out Scientific Source # | |
Methods docPrec :: Int -> Scientific -> Doc # doc :: Scientific -> Doc # docList :: [Scientific] -> Doc # | |
Out Text Source # | |
Out v => Out (KeyMap v) Source # | |
Out a => Out (Set a) Source # | |
Out a => Out (Vector a) Source # | |
(Out a, Out b) => Out (HashMap a b) Source # | |