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

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