Closed StevenXL closed 3 years ago
I believe the type class that we need to be referencing is ToMarkup. This would be consistent with the rest of the document's mention of blase-html.
blase-html
P.S. I think the reason for the error is that we have a type synonym type Html = Markup
type Html = Markup
Thanks!
I believe the type class that we need to be referencing is ToMarkup. This would be consistent with the rest of the document's mention of
blase-html
.P.S. I think the reason for the error is that we have a type synonym
type Html = Markup