pugs-DrIFT-2.2.3.1: DrIFT with pugs-specific rules.ContentsIndex
DrIFT.JSON
Documentation
type JSONClass = String
type JSONKey = String
type JSONVal = String
class Show a => JSON a where
Methods
showJSON :: a -> String
show/hide Instances
showJSArrayObj :: JSONClass -> [JSONVal] -> String
showJSHashObj :: JSONClass -> [(JSONKey, JSONVal)] -> String
showJSArray :: [JSONVal] -> String
showJSHash :: [(JSONKey, JSONVal)] -> String
showJSScalar :: JSONClass -> String
showJSObj :: (a -> String) -> JSONClass -> a -> String
Produced by Haddock version 2.7.2