On Tue, Mar 15, 2016 at 09:13:49PM -0700, Aaron Wolf wrote: > > Are you saying that correct use of Yesod Forms will always generate > the html <form> element?
I think I may be misunderstanding your question, but I would say the precise opposite is true. Yesod Forms do not generate <form> elements. If a developer is using a Form, they must add the <form> element themselves. Conversely, if a programmer is *defining* a custom, monadic Form, they should *not* include a <form> element.
signature.asc
Description: Digital signature
_______________________________________________ Dev mailing list [email protected] https://lists.snowdrift.coop/mailman/listinfo/dev
