You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haskell-se...@googlegroups.com
> But, we can't because there is no suitable instance. This patch adds an
> instance,
>
>> instance (EmbedAsAttr m (Attr a v), TypeCastM m1 m) => EmbedAsAttr m (Attr
>> a (XMLGenT m1 v))
I thought this instance was already included, it's a clear oversight
that it isn't. Patch applied, thanks!
Cheers,
/Niklas
Jeremy Shaw
unread,
May 24, 2010, 4:16:58 PM5/24/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haskell-se...@googlegroups.com
Sweet!
You have a similar feeling instance,
instance (XMLGen m, EmbedAsAttr m a) => EmbedAsAttr m (XMLGenT m a)
where
asAttr ma = ma >>= asAttr
But that is not quite the same. But is close enough to perhaps may you
think you covered this issue :)
- jeremy
Niklas Broberg
unread,
May 24, 2010, 4:18:53 PM5/24/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haskell-se...@googlegroups.com
> You have a similar feeling instance,
>
> instance (XMLGen m, EmbedAsAttr m a) => EmbedAsAttr m (XMLGenT m a) where
> asAttr ma = ma >>= asAttr
>
> But that is not quite the same. But is close enough to perhaps may you think
> you covered this issue :)
I think you're spot on. :)
/Niklas
--
You received this message because you are subscribed to the Google Groups "Haskell Server Pages" group.