yesod-form-0.0.0.2: Form handling support for Yesod Web Framework

Yesod.Form.Profiles

Synopsis

Documentation

newtype Textarea Source

A newtype wrapper around a String that converts newlines to HTML br-tags.

Constructors

Textarea 

Fields

unTextarea :: String