yesodweb/yesodweb.com-content

Error following through with Form section

Closed this issue · 3 comments

Not in scope: type constructor or class ‘Widget’

http://www.yesodweb.com/book/forms

personForm :: Html -> MForm Handler (FormResult Person, Widget)

Is this possibly outdated?

psibi commented

I think it's a type synonym of WidgetT: type Widget = WidgetT App IO () ...

Ah, makes sense. Thank you