network-pgi-0.0.1: Library for writing PGI applications

Safe HaskellSafe-Infered

Network.PGI.Handlers

Documentation

makeHandler :: (TNET a, TNET b) => (a -> b) -> HandlerSource

makeHandlerM :: (TNET a, TNET b) => (a -> IO b) -> HandlerSource

decodeError :: TNET a => a -> tSource