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
instance (ToMarkup a) => ToMarkup (E.Value a) where
toMarkup x = toMarkup (E.unValue x)
This would simplify the use of Values in hamlet templates, since we would no longer need to write #{E.unvalue whatEver} but we could just use #{whatEver}.
The text was updated successfully, but these errors were encountered:
Could we please have the following instance?
instance (ToMarkup a) => ToMarkup (E.Value a) where
toMarkup x = toMarkup (E.unValue x)
This would simplify the use of Values in hamlet templates, since we would no longer need to write #{E.unvalue whatEver} but we could just use #{whatEver}.
The text was updated successfully, but these errors were encountered: