yesod-0.5.2: Creation of type-safe, RESTful web applications.

Yesod

Synopsis

Documentation

module Yesod.Form

module Yesod.Json

lift :: MonadTrans t => forall m a. Monad m => m a -> t m a

Lift a computation from the argument monad to the constructed monad.

liftIO :: MonadIO m => forall a. IO a -> m a

Lift a computation from the IO monad.

mempty :: Monoid a => a

Identity of mappend