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

Yesod

Synopsis

Documentation

module Yesod.Form

module Yesod.Json

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

Lift a computation from the IO monad.

mempty :: Monoid a => a

Identity of mappend