| Safe Haskell | Safe-Infered |
|---|
MFlow.Forms.XHtml
Description
Documentation
(<++) :: Monad m => Html -> View Html m a -> View Html m aSource
prepend Html formatting to a widget
bold << hi there <++ widget widget1
(<+>) :: Monad m => View Html m a' -> View Html m b' -> View Html m (Either a' b')Source
join two widgets in the same pages
the resulting widget, when asked with it, returns a either one or the other
r - ask widget widget1 <+ widget widget2