You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prelude> import Text.Blaze.Html5PreludeText.Blaze.Html5> toHtml "foo"== toHtml "bar"<interactive>:2:1:error:•No instance for (EqHtml) arising from a use of‘==’•In the expression: toHtml "foo"== toHtml "bar"In an equation for ‘it’: it = toHtml "foo"== toHtml "bar"PreludeText.Blaze.Html5> toValue "foo"== toValue "bar"<interactive>:3:1:error:•No instance for (EqAttributeValue) arising from a use of‘==’•In the expression: toValue "foo"== toValue "bar"In an equation for ‘it’: it = toValue "foo"== toValue "bar"
This would be useful for all kinds of scripts.
The text was updated successfully, but these errors were encountered:
This would be useful for all kinds of scripts.
The text was updated successfully, but these errors were encountered: