Safe Haskell | Safe-Infered |
---|
PyValue represents data types convertible to Python
Converts Haskell values into Python values
This is necessary for the default values of opcode parameters and return values. For example, if a default value or return type is a Data.Map, then it must be shown as a Python dictioanry.
showValue :: a -> StringSource
showValueList :: [a] -> StringSource