hs-twitter-0.2.3: Haskell binding to the Twitter API

Web.Twitter.Types.Import

Documentation

data JM a Source

Constructors

JM (String -> [(String, JSValue)] -> Result a) 

Instances

(-=>) :: a -> (b -> c) -> b -> (a, c)Source

runJM :: String -> [(String, JSValue)] -> JM a -> Result aSource

addToEnv :: [(String, JSValue)] -> JM a -> JM aSource

getJ :: JSON a => String -> JM aSource

showJS :: (a -> [(String, JSValue)]) -> a -> JSValueSource

readJS :: String -> String -> a -> JM a -> JSValue -> Result aSource

js :: JSON a => a -> JSValueSource

mb :: String -> (a -> b) -> Maybe a -> Maybe (String, b)Source